mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
- A few fixes
- Added register_argv_argc directive to allow disabling of argv/argc
This commit is contained in:
parent
ab16816eb8
commit
99f079a349
7 changed files with 53 additions and 32 deletions
|
@ -40,7 +40,7 @@ PHPAPI void php_register_variable(char *val, char *var, pval *track_vars_array E
|
|||
HashTable *symtable1=NULL;
|
||||
HashTable *symtable2=NULL;
|
||||
|
||||
if (PG(gpc_globals)) {
|
||||
if (PG(register_globals)) {
|
||||
symtable1 = EG(active_symbol_table);
|
||||
}
|
||||
if (track_vars_array) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue