| View previous topic :: View next topic |
| Author |
Message |
rr
Joined: 02 Feb 2006 Posts: 7 Location: Mexico
|
Posted: Fri Mar 17, 2006 7:08 pm Post subject: extensions on windows maybe wrong path |
|
|
Hello,
Im try to install php_oci8.dll to probe, im using windows 2000.
I copy on ext directory php_oci8.dll and uncoment on php ini
extension=php_oci8.dll
I having error
The procedure entry point_zval_copy_ctor could not be located in dynamic link library php5ts.dll
PHP Startup: Unable to load dynamic library './ext/php_oci8.dll' - The specified procedure could not be found.
May be win_os condition fails
insdead of './ext/php_oci8.dll' could be '.\ext\php_oci8.dll' |
|
| Back to top |
|
 |
cweiske
Joined: 08 Dec 2005 Posts: 454 Location: Leipzig/Germany
|
Posted: Fri Mar 17, 2006 7:54 pm Post subject: |
|
|
| Quote: | May be win_os condition fails
insdead of './ext/php_oci8.dll' could be '.\ext\php_oci8.dll' |
That doesn't matter. PHP uses a normal slash internally, and using slashes on windows works in php without problems.
It seems to me that the version of the dll and the php version don't match. The php delivered with gnope is 5.1.1, and it could be that you are trying to use the one for php 5.1.2 |
|
| Back to top |
|
 |
|