php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #6585 OCILogOff
Submitted: 2000-09-06 18:16 UTC Modified: 2005-09-08 19:11 UTC
Votes:2
Avg. Score:4.5 ± 0.5
Reproduced:2 of 2 (100.0%)
Same Version:0 (0.0%)
Same OS:1 (50.0%)
From: shterng at akula dot com Assigned:
Status: Closed Package: OCI8 related
PHP Version: 4.0.2 OS: Linux 2.2.17
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If this is not your bug, you can add a comment by following this link.
If this is your bug, but you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: shterng at akula dot com
New email:
PHP Version: OS:

 

 [2000-09-06 18:16 UTC] 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.

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2001-01-07 19:27 UTC] sniper@php.net
Does this happen with PHP 4.0.4 ??

--Jani
 [2001-01-08 05:25 UTC] thies@php.net
it still happens - but the current design (reusing server-connectiond for multiple logins on the _same_ page) doesn't make it easy to implement.

 [2002-11-03 11:21 UTC] iliaa@php.net
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


 [2002-11-19 01:00 UTC] 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".
 [2005-09-08 19:11 UTC] tony2001@php.net
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).
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Apr 19 18:01:28 2024 UTC