|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2003-03-05 06:49 UTC] sniper@php.net
[2003-03-07 01:56 UTC] mbretter@php.net
[2003-03-10 03:00 UTC] mbretter@php.net
[2003-03-11 01:40 UTC] mbretter@php.net
[2003-06-29 20:41 UTC] iliaa@php.net
[2003-07-04 02:08 UTC] sniper@php.net
|
|||||||||||||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Wed Nov 05 04:00:01 2025 UTC |
Warning: _oci_close_session: OCISessionEnd: OCI_INVALID_HANDLE in Unknown on line 0 will be printed if at least one persistent connection is made and some non-persistent connection is closed. but connection is closed ok. just php at the end of execution tried to close already closed connection. example: <? ociinternaldebug(1); $db1 = ociplogon('test', 'test'); $db2 = ocinlogon('test', 'test'); $db2=null; $db3 = ocinlogon('test', 'test'); exit; ?>