I have instant client on C:\oracleclient\instantclient_10_2
I added the to PATH
I added
ORACLE_HOME=C:\oracleclient\instantclient_10_2
NLS_LANG=AMERICAN_AMERICA.WE8MSWIN1252
TND_ADMIN=C:\oracleclient\instantclient_10_2
I am running on windows XP, apache2 and php 5.2.3
php_oci8.dll is the only extension in php.ini
BUT when I run php -v on the command line i get
And yes, the file is in that directory.C:\Documents and Settings\oky>php -v
Warning: PHP Startup: Unable to load dynamic library 'c:\php\ext\php_oci8.dll' -
The specified procedure could not be found.
in Unknown on line 0
PHP 5.2.3 (cli) (built: May 31 2007 09:37:22)
Copyright (c) 1997-2007 The PHP Group
Zend Engine v2.2.0, Copyright (c) 1998-2007 Zend Technologies
WHAT THE HECK IS WRONG? What I am missing? Obviously I am not the only one. I know if I install zend core my problem will go away. But I should be able to do this.
Thank for for your help.