From:             izhekov at ppartner dot com
Operating system: Windows 2003
PHP version:      5.0.1
PHP Bug Type:     OCI8 related
Bug description:  Apache server locks up when using OCI8 and sessions

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 bug report at http://bugs.php.net/?id=29814&edit=1
-- 
Try a CVS snapshot (php4):   http://bugs.php.net/fix.php?id=29814&r=trysnapshot4
Try a CVS snapshot (php5.0): http://bugs.php.net/fix.php?id=29814&r=trysnapshot50
Try a CVS snapshot (php5.1): http://bugs.php.net/fix.php?id=29814&r=trysnapshot51
Fixed in CVS:                http://bugs.php.net/fix.php?id=29814&r=fixedcvs
Fixed in release:            http://bugs.php.net/fix.php?id=29814&r=alreadyfixed
Need backtrace:              http://bugs.php.net/fix.php?id=29814&r=needtrace
Need Reproduce Script:       http://bugs.php.net/fix.php?id=29814&r=needscript
Try newer version:           http://bugs.php.net/fix.php?id=29814&r=oldversion
Not developer issue:         http://bugs.php.net/fix.php?id=29814&r=support
Expected behavior:           http://bugs.php.net/fix.php?id=29814&r=notwrong
Not enough info:             http://bugs.php.net/fix.php?id=29814&r=notenoughinfo
Submitted twice:             http://bugs.php.net/fix.php?id=29814&r=submittedtwice
register_globals:            http://bugs.php.net/fix.php?id=29814&r=globals
PHP 3 support discontinued:  http://bugs.php.net/fix.php?id=29814&r=php3
Daylight Savings:            http://bugs.php.net/fix.php?id=29814&r=dst
IIS Stability:               http://bugs.php.net/fix.php?id=29814&r=isapi
Install GNU Sed:             http://bugs.php.net/fix.php?id=29814&r=gnused
Floating point limitations:  http://bugs.php.net/fix.php?id=29814&r=float

Reply via email to