ID:               29814
 Updated by:       [EMAIL PROTECTED]
 Reported By:      izhekov at ppartner dot com
-Status:           Open
+Status:           Feedback
 Bug Type:         OCI8 related
 Operating System: Windows 2003
 PHP Version:      5.0.1
 New Comment:

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.





Previous Comments:
------------------------------------------------------------------------

[2004-08-24 14:17:54] izhekov at ppartner dot com

Description:
------------
Here is an example:
<?
session_start();
$_SESSION['abc'] = 'abv';
echo $_SESSION['abc'];

$conn = oci_connect("SERVICE", "SERVICE", "DEV");
oci_logoff($conn);
?>

This script causes web server to not responding. When using only
sessions or only OCI connection everything goes fine but when they are
in combination in one script the web server locks up.




------------------------------------------------------------------------


-- 
Edit this bug report at http://bugs.php.net/?id=29814&edit=1

Reply via email to