Howdy!
I am having some trouble to get the oracle dll's working on NT4.0 server using php4.04 and php4.04pl1. Everytime when I enable the oracle extensions from php.ini and restart the server. I get a warning saying that
x:\path\to\extensions/php_oracle.dll
-The specified module could not be found.
And yes the '/' slash is shown instead of a backslash in the warning.
I have an application written in php3, which uses ODBC connection to database. When I ported the app to PHP4 (added the $HTTP*VARS[variable] things),the ODBC connection broke! Anyone got a solution to this?
Here is the error message that I get using PHP4:
SQL error: [Oracle][ODBC Oracle Driver][Oracle OCI]ORA-12154: TNS:could not resolve service name., SQL state S1000 in SQLConnect in <b>d:\Inetpub\wwwroot\tbadesigner\dvkaisa\dvsearch.php</b> on line <b>15</b><br>
I still want to stress that I did not do any changes to database actions.
-ARi