|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
[2004-09-10 04:19 UTC] 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
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
|
|||||||||||||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Fri Oct 31 23:00:01 2025 UTC |
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...