I have the next lines uncommented (in my php.ini):
extension=php_oracle.dll
extension=php_oci8.dll
And I downloaded this file instantclient-basiclite-nt-11.2.0.2.0.zip
and unzipped and put that on drive D...
I am using Windows XP
I set environment variable like this:
LD_LIBRARY_PATH C:instantclient_11_2:$LD_LIBRARY_PATH
ORACLE_HOME C:instantclient_11_2
But when I execute oci_connect()
function, I see this error :
Fatal error: Call to undefined function oci_connect() in ...
and i found this warnings on erroeLog file:
[29-Dec-2011 00:36:39] PHP Warning: PHP Startup: Unable to load dynamic library 'c:phpextphp_oci8.dll' - The specified module could not be found.
in Unknown on line 0
[29-Dec-2011 00:36:39] PHP Warning: PHP Startup: Unable to load dynamic library 'c:phpextphp_oracle.dll' - The specified module could not be found.
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…