ID: 30046 Comment by: ante dot dfg at moj dot net Reported By: verbert_p at hotmail dot com Status: Open Bug Type: Apache2 related Operating System: Win XP SP2 PHP Version: 5.0.1 New Comment:
I can also confirm this bug on Win XP under Apache 1.3.31 using release version of php 5.0.1... Reproduce code [PHP] if(isset($_COOKIE[])) print ("Coookie"); [/PHP] After runing the script Apache 1.3.31 craches... Previous Comments: ------------------------------------------------------------------------ [2004-09-10 04:19:04] verbert_p at hotmail dot com Description: ------------ When I address $_COOKIE[] instead of $_COOKIE['name'], apache (2.0.50 win32) crashes. this problem does not exist on apache 2.0.48 / php 4.3.4 Reproduce code: --------------- if (isset ($_COOKIE[])) { ... } Expected result: ---------------- false / true Actual result: -------------- apache crash ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=30046&edit=1