1
0
mirror of https://github.com/php/php-src.git synced 2026-04-28 18:53:33 +02:00

update bootstrap

This commit is contained in:
krakjoe
2013-11-16 15:37:00 +00:00
parent 74651f8d68
commit f03b6b4433
+5 -4
View File
@@ -55,9 +55,10 @@ $_SERVER = array
'REQUEST_TIME' => time(),
);
$_GET = array
(
"request" => "variables"
);
$_GET = array();
$_REQUEST = array();
$_POST = array();
$_COOKIE = array();
$_FILES = array();
chdir(PHPDBG_BOOTPATH);