|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2003-10-13 03:26 UTC] sniper@php.net
[2003-10-13 09:23 UTC] valyala at tut dot by
[2003-10-14 12:34 UTC] sniper@php.net
[2003-10-14 12:35 UTC] sniper@php.net
|
|||||||||||||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Sat Nov 29 01:00:01 2025 UTC |
Description: ------------ this query strings crashes PHP under Windows: 1[] 437378[index] 232[index]=value&something_else the query string must begins with any decimal number, following braces with optional index string. Sorry for my English :) Reproduce code: --------------- GET /any_php_script.php?1[] HTTP/1.1 Expected result: ---------------- If my script looks like this: <?php print_r($_GET); ?> I expected: Array ( [1] => Array ( [0] => ) ) Actual result: -------------- No response headers received because request failed : ERROR_INTERNET_CONNECTION_RESET And windows shows error message: "Apache.exe has generated errors and will be closed by Windows. You will need to restart the program"