ID: 17334 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Feedback Bug Type: OCI8 related Operating System: NT 4.0 PHP Version: 4.2.1 New Comment:
My bad on the oracle. It was release 3 which is the 8.1.7 drivers. The extentions are pointing to the correct area. I have both directories setup the same way. I was actually able to get the problem to re-occur under 4.0.6. There is no special code that has to be run. You can just run a simple script that contains phpinfo() in it. Under 4.2.1, uncomment the php_oci8.dll and run the script. On my server the page will run and keep on running. Never stopping. Under 4.0.6, uncomment both the php_oci8.dll and the php_oracle.dll. It will do the same thing. It will run and keep on running. Kind of weird about the 4.06 behavior. Previous Comments: ------------------------------------------------------------------------ [2002-05-21 11:26:01] [EMAIL PROTECTED] Just one more thing: did you remember to change extension_dir in your php.ini to point to the extensions directory of 4.2.1 distribution? ------------------------------------------------------------------------ [2002-05-21 11:12:57] [EMAIL PROTECTED] Oracle 8.3? I thought that there was no versions of oracle between 8.1.7 and 9i. Anyway, the php_oci8.dll was compiled using 8.1.7 client library, and I have just verified that it works well on my system. Could you please provide a small script that reproduces the problems you're having. Do you get any error messages? ------------------------------------------------------------------------ [2002-05-21 10:48:56] [EMAIL PROTECTED] We are using oracle 8.3 on the server. I switch my php to version 4.0.6 and made a connection using OCILogon with no problems. There is definately something wrong with the php_oci8.dll functionality with php 4.2.1. I made no changes on the server. I only changed which directory to look for the php.exe program in the IIS web administration. ------------------------------------------------------------------------ [2002-05-21 10:45:22] [EMAIL PROTECTED] Which version of the Oracle client do you have installed on the server? ------------------------------------------------------------------------ [2002-05-21 10:11:56] [EMAIL PROTECTED] This problem occurs when I uncomment the php_oci8.dll line in my php.ini file. If run a script immediately after the uncommenting, the script will not finish executing. It will just keep running until the script times out. I am currently running PHP as a cgi. If I recomment this library the scripts run perfectly. I really need to be able to use this lib however. Any suggestions? ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=17334&edit=1