/PHP-7.0/Zend/ |
H A D | zend_ini.c | 49 static int zend_restore_ini_entry_cb(zend_ini_entry *ini_entry, int stage) /* {{{ */ in zend_restore_ini_entry_cb() argument 62 if (stage == ZEND_INI_STAGE_RUNTIME && result == FAILURE) { in zend_restore_ini_entry_cb() 283 int stage = (int)(zend_intptr_t)arg; in zend_ini_refresh_cache() local 286 p->on_modify(p, p->value, p->mh_arg1, p->mh_arg2, p->mh_arg3, stage); in zend_ini_refresh_cache() 292 ZEND_API void zend_ini_refresh_caches(int stage) /* {{{ */ in zend_ini_refresh_caches() argument 302 return zend_alter_ini_entry_ex(name, new_value, modify_type, stage, 0); in zend_alter_ini_entry() 312 ret = zend_alter_ini_entry_ex(name, new_value, modify_type, stage, 0); in zend_alter_ini_entry_chars() 324 ret = zend_alter_ini_entry_ex(name, new_value, modify_type, stage, force_change); in zend_alter_ini_entry_chars_ex() 344 if (stage == ZEND_INI_STAGE_ACTIVATE && modify_type == ZEND_INI_SYSTEM) { in zend_alter_ini_entry_ex() 382 ZEND_API int zend_restore_ini_entry(zend_string *name, int stage) /* {{{ */ in zend_restore_ini_entry() argument [all …]
|
H A D | zend_ini.h | 30 …d_ini_entry *entry, zend_string *new_value, void *mh_arg1, void *mh_arg2, void *mh_arg3, int stage) 76 ZEND_API void zend_ini_refresh_caches(int stage); 77 …PI int zend_alter_ini_entry(zend_string *name, zend_string *new_value, int modify_type, int stage); 78 …_entry_ex(zend_string *name, zend_string *new_value, int modify_type, int stage, int force_change); 79 …entry_chars(zend_string *name, const char *value, size_t value_length, int modify_type, int stage); 80 …tring *name, const char *value, size_t value_length, int modify_type, int stage, int force_change); 81 ZEND_API int zend_restore_ini_entry(zend_string *name, int stage);
|
H A D | zend.c | 80 OnUpdateBool(entry, new_value, mh_arg1, mh_arg2, mh_arg3, stage); in ZEND_INI_MH() 117 if (stage != ZEND_INI_STAGE_STARTUP && in ZEND_INI_MH() 118 stage != ZEND_INI_STAGE_SHUTDOWN && in ZEND_INI_MH()
|
/PHP-7.0/sapi/fpm/fpm/ |
H A D | fpm_request.h | 20 const char *fpm_request_get_stage_name(int stage);
|
H A D | fpm_php.c | 26 …(char *name, int name_length, char *new_value, int new_value_length, int mode, int stage) /* {{{ */ in fpm_php_zend_ini_alter_master() argument 39 ini_entry->mh_arg1, ini_entry->mh_arg2, ini_entry->mh_arg3, stage) == SUCCESS) { in fpm_php_zend_ini_alter_master()
|
H A D | fpm_request.c | 35 const char *fpm_request_get_stage_name(int stage) { in fpm_request_get_stage_name() argument 36 return requests_stages[stage]; in fpm_request_get_stage_name()
|
/PHP-7.0/ext/opcache/ |
H A D | zend_accelerator_module.c | 112 (void)entry; (void)mh_arg2; (void)mh_arg3; (void)stage; in ZEND_INI_MH() 152 (void)entry; (void)mh_arg2; (void)mh_arg3; (void)stage; in ZEND_INI_MH() 196 (void)entry; (void)mh_arg2; (void)mh_arg3; (void)stage; in ZEND_INI_MH() 221 if (stage == ZEND_INI_STAGE_STARTUP || in ZEND_INI_MH() 222 stage == ZEND_INI_STAGE_SHUTDOWN || in ZEND_INI_MH() 223 stage == ZEND_INI_STAGE_DEACTIVATE) { in ZEND_INI_MH() 224 return OnUpdateBool(entry, new_value, mh_arg1, mh_arg2, mh_arg3, stage); in ZEND_INI_MH() 270 OnUpdateString(entry, new_value, mh_arg1, mh_arg2, mh_arg3, stage);
|
H A D | ZendAccelerator.c | 215 int ret = orig_include_path_on_modify(entry, new_value, mh_arg1, mh_arg2, mh_arg3, stage); in ZEND_INI_MH()
|
/PHP-7.0/main/ |
H A D | php_ini.h | 37 PHPAPI void php_ini_activate_config(HashTable *source_hash, int modify_type, int stage);
|
H A D | fopen_wrappers.c | 91 …if (stage == PHP_INI_STAGE_STARTUP || stage == PHP_INI_STAGE_SHUTDOWN || stage == PHP_INI_STAGE_AC… in ZEND_INI_MH()
|
H A D | main.c | 312 if (stage==PHP_INI_STAGE_STARTUP) { in PHP_INI_MH() 417 OnUpdateString(entry, new_value, mh_arg1, mh_arg2, mh_arg3, stage); in PHP_INI_MH() 428 OnUpdateString(entry, new_value, mh_arg1, mh_arg2, mh_arg3, stage); in PHP_INI_MH() 439 OnUpdateString(entry, new_value, mh_arg1, mh_arg2, mh_arg3, stage); in PHP_INI_MH() 450 …if ((stage == PHP_INI_STAGE_RUNTIME || stage == PHP_INI_STAGE_HTACCESS) && new_value && strcmp(ZST… in PHP_INI_MH() 455 OnUpdateString(entry, new_value, mh_arg1, mh_arg2, mh_arg3, stage); in PHP_INI_MH() 465 if ((stage == PHP_INI_STAGE_RUNTIME || stage == PHP_INI_STAGE_HTACCESS) && new_value) { in PHP_INI_MH() 470 OnUpdateString(entry, new_value, mh_arg1, mh_arg2, mh_arg3, stage); in PHP_INI_MH() 480 if (stage == PHP_INI_STAGE_HTACCESS) { in PHP_INI_MH()
|
H A D | php_ini.c | 782 PHPAPI void php_ini_activate_config(HashTable *source_hash, int modify_type, int stage) in php_ini_activate_config() argument 789 zend_alter_ini_entry_ex(str, Z_STR_P(data), modify_type, stage, 0); in php_ini_activate_config()
|
/PHP-7.0/ext/session/ |
H A D | session.c | 646 if (stage == ZEND_INI_STAGE_RUNTIME) { in PHP_INI_MH() 653 if (stage != ZEND_INI_STAGE_DEACTIVATE) { in PHP_INI_MH() 676 if (stage == ZEND_INI_STAGE_RUNTIME) { in PHP_INI_MH() 683 if (stage != ZEND_INI_STAGE_DEACTIVATE) { in PHP_INI_MH() 711 if (stage == PHP_INI_STAGE_RUNTIME || stage == PHP_INI_STAGE_HTACCESS) { in PHP_INI_MH() 734 OnUpdateString(entry, new_value, mh_arg1, mh_arg2, mh_arg3, stage); in PHP_INI_MH() 745 …if (stage == ZEND_INI_STAGE_RUNTIME || stage == ZEND_INI_STAGE_ACTIVATE || stage == ZEND_INI_STAGE… in PHP_INI_MH() 752 if (stage != ZEND_INI_STAGE_DEACTIVATE) { in PHP_INI_MH() 758 OnUpdateStringUnempty(entry, new_value, mh_arg1, mh_arg2, mh_arg3, stage); in PHP_INI_MH()
|
/PHP-7.0/sapi/litespeed/ |
H A D | lsapi_main.c | 535 int stage = PHP_INI_STAGE_RUNTIME; in alter_ini() local 543 stage = PHP_INI_STAGE_HTACCESS; in alter_ini() 559 type, stage); in alter_ini() 564 type, stage); in alter_ini()
|
/PHP-7.0/ext/zlib/ |
H A D | zlib.c | 1395 if (stage == PHP_INI_STAGE_RUNTIME) { in PHP_INI_MH() 1407 if (stage == PHP_INI_STAGE_RUNTIME && int_value) { in PHP_INI_MH() 1420 if (stage == PHP_INI_STAGE_RUNTIME && (php_output_get_status() & PHP_OUTPUT_SENT)) { in PHP_INI_MH() 1425 return OnUpdateString(entry, new_value, mh_arg1, mh_arg2, mh_arg3, stage); in PHP_INI_MH()
|
/PHP-7.0/ext/standard/ |
H A D | browscap.c | 482 if (stage == PHP_INI_STAGE_STARTUP) { in PHP_INI_MH() 485 } else if (stage == PHP_INI_STAGE_ACTIVATE) { in PHP_INI_MH()
|
/PHP-7.0/ext/iconv/ |
H A D | iconv.c | 235 if (stage & (PHP_INI_STAGE_ACTIVATE | PHP_INI_STAGE_RUNTIME)) { in PHP_INI_MH() 238 OnUpdateString(entry, new_value, mh_arg1, mh_arg2, mh_arg3, stage); in PHP_INI_MH() 248 if (stage & (PHP_INI_STAGE_ACTIVATE | PHP_INI_STAGE_RUNTIME)) { in PHP_INI_MH() 251 OnUpdateString(entry, new_value, mh_arg1, mh_arg2, mh_arg3, stage); in PHP_INI_MH() 261 if (stage & (PHP_INI_STAGE_ACTIVATE | PHP_INI_STAGE_RUNTIME)) { in PHP_INI_MH() 264 OnUpdateString(entry, new_value, mh_arg1, mh_arg2, mh_arg3, stage); in PHP_INI_MH()
|
/PHP-7.0/ext/dba/ |
H A D | dba.c | 492 return OnUpdateString(entry, new_value, mh_arg1, mh_arg2, mh_arg3, stage); in ZEND_INI_MH() 502 return OnUpdateString(entry, new_value, mh_arg1, mh_arg2, mh_arg3, stage); in ZEND_INI_MH()
|
/PHP-7.0/ext/tidy/ |
H A D | tidy.c | 1103 if (stage == PHP_INI_STAGE_RUNTIME) { in PHP_INI_MH() 1116 status = OnUpdateBool(entry, new_value, mh_arg1, mh_arg2, mh_arg3, stage); in PHP_INI_MH() 1118 if (stage == PHP_INI_STAGE_RUNTIME && value) { in PHP_INI_MH()
|
/PHP-7.0/ext/mbstring/ |
H A D | mbstring.c | 1278 if (stage & (PHP_INI_STAGE_ACTIVATE | PHP_INI_STAGE_RUNTIME)) { in PHP_INI_MH() 1309 if (stage & (PHP_INI_STAGE_ACTIVATE | PHP_INI_STAGE_RUNTIME)) { in PHP_INI_MH() 1346 if (stage & (PHP_INI_STAGE_ACTIVATE | PHP_INI_STAGE_RUNTIME)) { in PHP_INI_MH() 1350 if (OnUpdateString(entry, new_value, mh_arg1, mh_arg2, mh_arg3, stage) == FAILURE) { in PHP_INI_MH() 1354 if (stage & (PHP_INI_STAGE_STARTUP | PHP_INI_STAGE_SHUTDOWN | PHP_INI_STAGE_RUNTIME)) { in PHP_INI_MH() 1417 OnUpdateBool(entry, new_value, mh_arg1, mh_arg2, mh_arg3, stage); in PHP_INI_MH()
|
/PHP-7.0/ |
H A D | CODING_STANDARDS | 7 stage of the development of PHP v3.0, the code base does not (yet) fully
|
/PHP-7.0/ext/phar/ |
H A D | phar.c | 73 if (stage == ZEND_INI_STAGE_STARTUP) { in ZEND_INI_MH() 188 if (stage == ZEND_INI_STAGE_STARTUP) { in ZEND_INI_MH()
|
/PHP-7.0/ext/soap/ |
H A D | soap.c | 494 if (stage == PHP_INI_STAGE_RUNTIME || stage == PHP_INI_STAGE_HTACCESS) { in PHP_INI_MH() 517 OnUpdateString(entry, new_value, mh_arg1, mh_arg2, mh_arg3, stage); in PHP_INI_MH()
|
/PHP-7.0/ext/exif/ |
H A D | exif.c | 176 return OnUpdateString(entry, new_value, mh_arg1, mh_arg2, mh_arg3, stage); in ZEND_DECLARE_MODULE_GLOBALS() 191 return OnUpdateString(entry, new_value, mh_arg1, mh_arg2, mh_arg3, stage); in ZEND_INI_MH()
|
/PHP-7.0/ext/date/ |
H A D | php_date.c | 955 if (OnUpdateString(entry, new_value, mh_arg1, mh_arg2, mh_arg3, stage) == FAILURE) { in PHP_INI_MH() 960 if (stage == PHP_INI_STAGE_RUNTIME) { in PHP_INI_MH()
|