ID: 6585 Updated by: [EMAIL PROTECTED] Reported By: shterng at akula dot com -Status: No Feedback +Status: Closed Bug Type: OCI8 related Operating System: Linux 2.2.17 PHP Version: 4.0.2 New Comment:
The bug has been fixed in OCI8 v.1.1, which is available in CVS HEAD and PECL (use `pear install oci8-beta` to install it). Previous Comments: ------------------------------------------------------------------------ [2002-11-19 01:00:03] php-bugs at lists dot php dot net No feedback was provided for this bug for over 2 weeks, so it is being suspended automatically. If you are able to provide the information that was originally requested, please do so and change the status of the bug back to "Open". ------------------------------------------------------------------------ [2002-11-03 11:21:25] [EMAIL PROTECTED] Please try using this CVS snapshot: http://snaps.php.net/php4-latest.tar.gz For Windows: http://snaps.php.net/win32/php4-win32-latest.zip ------------------------------------------------------------------------ [2001-01-08 05:25:56] [EMAIL PROTECTED] it still happens - but the current design (reusing server-connectiond for multiple logins on the _same_ page) doesn't make it easy to implement. ------------------------------------------------------------------------ [2001-01-07 19:27:09] [EMAIL PROTECTED] Does this happen with PHP 4.0.4 ?? --Jani ------------------------------------------------------------------------ [2000-09-06 18:16:09] shterng at akula dot com OCILogOff has to be put back in place. If a user initiates a persistent connection to the server, and the DBA changes any of the procedures/functions within the database, the connection has to be closed and reopened. As it stands right now, when the above happens, the entire web server needs to be restarted. Additionally, if the server is restarted in the middle of the connection, oci_ping does not work correctly. That is, it doesn't recognize correctly that the connection has died and it needs to reconnect, thus spitting out error messages back to the user. ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=6585&edit=1