php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #29814 Apache server locks up when using OCI8 and sessions
Submitted: 2004-08-24 14:17 UTC Modified: 2004-09-13 01:00 UTC
From: izhekov at ppartner dot com Assigned:
Status: No Feedback Package: OCI8 related
PHP Version: 5.0.1 OS: Windows 2003
Private report: No CVE-ID: None
Have you experienced this issue?
Rate the importance of this bug to you:

 [2004-08-24 14:17 UTC] 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.



Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2004-08-24 14:29 UTC] tony2001@php.net
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.



 [2004-09-13 01:00 UTC] php-bugs at lists dot php dot net
No feedback was provided for this bug for over a week, 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".
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Tue Apr 23 05:01:28 2024 UTC