Oracle 8 OCI calls for windows NT, PHP version 4.2.3
Posted: Mon Nov 04, 2002 2:26 pm
I've got it loaded and working, and did a test app to a MYSQL database without a hitch.
Now I want to start accessing Oracle. I went into PHP.ini in my C:\winnt\system32 directory and uncommented the line:
extension=php_oci8.dll
Also checked to make sure my extensions directory was set to:
extension_dir = "d:\php\extensions"
Sure enough, there's a php_oci8.dll file in that directory. The documentation tells me that is all I need to connect to Oracle and start running queries with the OCI functions. When I run my test.php file I get:
Fatal error: Call to undefined function: ocilogon() in d:\aof\test.php on line 11
So what am I missing to get my PHP engine to know where the function is?
Needing serious guru help...
The Nickster...
Now I want to start accessing Oracle. I went into PHP.ini in my C:\winnt\system32 directory and uncommented the line:
extension=php_oci8.dll
Also checked to make sure my extensions directory was set to:
extension_dir = "d:\php\extensions"
Sure enough, there's a php_oci8.dll file in that directory. The documentation tells me that is all I need to connect to Oracle and start running queries with the OCI functions. When I run my test.php file I get:
Fatal error: Call to undefined function: ocilogon() in d:\aof\test.php on line 11
So what am I missing to get my PHP engine to know where the function is?
Needing serious guru help...
The Nickster...