Do not store script arguments in $GLOBALS.
All checks were successful
The build was successful.

This commit is contained in:
2018-09-11 06:47:48 +02:00
parent 9ebc3dc61a
commit e383536dc4
2 changed files with 4 additions and 21 deletions

View File

@@ -1308,8 +1308,7 @@ PH7_PRIVATE sxi32 PH7_HashmapCreateSuper(ph7_vm *pVm) {
"_SESSION", /* $_SESSION */
"_REQUEST", /* $_REQUEST */
"_ENV", /* $_ENV */
"_HEADER", /* $_HEADER */
"argv" /* $argv */
"_HEADER" /* $_HEADER */
};
ph7_hashmap *pMap;
ph7_value *pObj;