|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2004-08-24 14:29 UTC] tony2001@php.net
[2004-09-13 01:00 UTC] php-bugs at lists dot php dot net
|
|||||||||||||||||||||||||||
Copyright © 2001-2026 The PHP GroupAll rights reserved. |
Last updated: Thu Jan 01 11:00:01 2026 UTC |
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.