I have downloaded the PHP 4 distribution from www.php4win.de and followed
all the instructions etc, everything is woking. I see the phpinfo() etc.I can also connect to Oracle through ODBC. But, OCI doesnt work! 🙁
A part of the httpd.conf file:
#--------------------------------------------# THE PHP DIRECTORY STUFF
#--------------------------------------------LoadModule php4_module modules/mod_php4/sapi/php4apache.dll
AddType application/x-httpd-php .php4 .php
#---// FOR ORACLE >>
SetEnv ORACLE_HOME "C:\Oracle\Ora816"
SetEnv TNS_ADMIN "C:\Oracle\Ora816\network\ADMIN"
#--------------------------------------------
Now, my program cannot do a simple OCILogon as well!!!!
I would greatly appreciate any help!!! THANKS in ADVANCE!!!!
Best regards,
Ben H.