|
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-2025 The PHP GroupAll rights reserved. |
Last updated: Mon Oct 27 09:00:02 2025 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.