mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
Add JIT initialization for _SERVER and _ENV
(it's less important for the others, even though it should be fairly easy now too)
This commit is contained in:
parent
f7b7800479
commit
4e55747a2b
8 changed files with 416 additions and 281 deletions
|
@ -37,5 +37,9 @@ PHPAPI void php_register_variable(char *var, char *val, pval *track_vars_array T
|
|||
PHPAPI void php_register_variable_safe(char *var, char *val, int val_len, pval *track_vars_array TSRMLS_DC);
|
||||
PHPAPI void php_register_variable_ex(char *var, zval *val, pval *track_vars_array TSRMLS_DC);
|
||||
|
||||
int php_hash_environment(TSRMLS_D);
|
||||
|
||||
|
||||
#define NUM_TRACK_VARS 6
|
||||
|
||||
#endif /* PHP_VARIABLES_H */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue