ID: 34382 Updated by: [EMAIL PROTECTED] Reported By: phodd at water dot co dot nz -Status: Open +Status: Feedback Bug Type: OCI8 related Operating System: Win 2003 server PHP Version: 5.0.4 New Comment:
Think harder: What does Tony need to be able to reproduce this himself? Previous Comments: ------------------------------------------------------------------------ [2005-09-06 23:43:21] phodd at water dot co dot nz Sorry Tony, not sure what part of the 'how to report a bug' document I have fallen down on. I believe I have explained what I did (ie ocilogon with a specific user id, password and database) what I expected to happen (ie the login to occur), what did happen (I got an oracle error ORA-03123). Then without changing anything else, I installed PHP 4.4.0 and tried the same login, which worked, then reverted to PHP 5.0.4, it did not, then back to PHP 4.4.0 it worked. Same OS, Apache version, Oracle OCI version etc, etc. I can supply specific version of all that stuff if you consider it relavant. I can also supply any .ini etc files if you that would help. In general, if you can be specific about the sort of stuff you need I will provide. I did search the bug database first, but cannot see any similar issues. Peter. ------------------------------------------------------------------------ [2005-09-06 08:55:07] [EMAIL PROTECTED] Not enough information was provided for us to be able to handle this bug. Please re-read the instructions at http://bugs.php.net/how-to-report.php If you can provide more information, feel free to add it to this bug and change the status back to "Open". Thank you for your interest in PHP. ------------------------------------------------------------------------ [2005-09-06 01:42:46] phodd at water dot co dot nz Description: ------------ On switching back to PHP 4.4.0, and changing nothing else, the login works fine. Am connecting to a Ocacle Rdb database on an OpenVMS platform. Reproduce code: --------------- $conMozaic=ocilogon($mozaicUser, $mozaicPassword, "moznrel") Expected result: ---------------- Successful logon Actual result: -------------- ORA-03123 error ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=34382&edit=1