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:
+5
-4
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user