Hey all,
hoping for a bit of help if possible! I'm unsure if this is the right place for this question. But here goes anyway!
I installed PHP 5.2.4, Apache 2.2 and Oracle XE 10g today. I've set it up, and PHP is working fine on my server. However i'm having a bit of trouble with Oracle. I've pointed php.ini to the correct ext directory, and i've 'uncommented' the line "extension = php_oci8.dll".
However when I go to connect to the database, I get the error "Call to undefined function: ora_logon()/ ocilogon()" I checked phpinfo, and the module has not been activated which explains the error.
So I did a bit of research, and I read that I need uncomment the line ";extension = php_oracle.dll" in php.ini. However this line does not exist. I then read that to get this line, I need to compile PHP with "--with-oracle=/path/to/oracle/home/dir".
I'm at a bit of a loss how to do this?
Any help would be much appreciated. I'm using Windows.