|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2002-07-02 18:16 UTC] awoywood at entelchile dot net
[2002-07-02 20:14 UTC] sniper@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Wed Nov 05 10:00:02 2025 UTC |
PHP crashes with the following code: <? function a () { global $HTTP_SESSION_VARS, $_SESSION; return true; } session_start(); $tmp=a(); //dies here echo "Got here"; ?> If you take the "$_SESSION" out of the global statement, it runs without problem. I'm using PHP 4.1.2 (default php.ini), SUSE 6.4 and Apache/1.3.23 Alejandro.