Home
last modified time | relevance | path

Searched refs:stage (Results 1 – 25 of 33) sorted by relevance

12

/PHP-7.2/Zend/
H A Dzend_ini.c49 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 Dzend_ini.h30 …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 Dzend.c98 OnUpdateBool(entry, new_value, mh_arg1, mh_arg2, mh_arg3, stage); in ZEND_INI_MH()
135 if (stage != ZEND_INI_STAGE_STARTUP && in ZEND_INI_MH()
136 stage != ZEND_INI_STAGE_SHUTDOWN && in ZEND_INI_MH()
/PHP-7.2/sapi/fpm/fpm/
H A Dfpm_request.h19 const char *fpm_request_get_stage_name(int stage);
H A Dfpm_php.c25 …(char *name, int name_length, char *new_value, int new_value_length, int mode, int stage) /* {{{ */ in fpm_php_zend_ini_alter_master() argument
38 ini_entry->mh_arg1, ini_entry->mh_arg2, ini_entry->mh_arg3, stage) == SUCCESS) { in fpm_php_zend_ini_alter_master()
H A Dfpm_request.c34 const char *fpm_request_get_stage_name(int stage) { in fpm_request_get_stage_name() argument
35 return requests_stages[stage]; in fpm_request_get_stage_name()
/PHP-7.2/ext/pdo_pgsql/tests/
H A Dbug75402.phpt25 "stage" character varying(16) NOT NULL,
44 …2 (\"id\", \"group_id\", \"submitter\", \"operation\", \"description\", \"stage\", \"status\", \"p…
/PHP-7.2/ext/opcache/
H A Dzend_accelerator_module.c112 (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()
271 OnUpdateString(entry, new_value, mh_arg1, mh_arg2, mh_arg3, stage);
/PHP-7.2/main/
H A Dphp_ini.h37 PHPAPI void php_ini_activate_config(HashTable *source_hash, int modify_type, int stage);
H A Dfopen_wrappers.c89 …if (stage == PHP_INI_STAGE_STARTUP || stage == PHP_INI_STAGE_SHUTDOWN || stage == PHP_INI_STAGE_AC… in ZEND_INI_MH()
H A Dmain.c324 if (stage==PHP_INI_STAGE_STARTUP) { in PHP_INI_MH()
429 OnUpdateString(entry, new_value, mh_arg1, mh_arg2, mh_arg3, stage); in PHP_INI_MH()
443 OnUpdateString(entry, new_value, mh_arg1, mh_arg2, mh_arg3, stage); in PHP_INI_MH()
457 OnUpdateString(entry, new_value, mh_arg1, mh_arg2, mh_arg3, stage); in PHP_INI_MH()
471 OnUpdateString(entry, new_value, mh_arg1, mh_arg2, mh_arg3, stage); in PHP_INI_MH()
485 …if ((stage == PHP_INI_STAGE_RUNTIME || stage == PHP_INI_STAGE_HTACCESS) && new_value && strcmp(ZST… in PHP_INI_MH()
490 OnUpdateString(entry, new_value, mh_arg1, mh_arg2, mh_arg3, stage); in PHP_INI_MH()
500 if ((stage == PHP_INI_STAGE_RUNTIME || stage == PHP_INI_STAGE_HTACCESS) && new_value) { in PHP_INI_MH()
505 OnUpdateString(entry, new_value, mh_arg1, mh_arg2, mh_arg3, stage); in PHP_INI_MH()
515 if (stage == PHP_INI_STAGE_HTACCESS) { in PHP_INI_MH()
H A Dphp_ini.c820 PHPAPI void php_ini_activate_config(HashTable *source_hash, int modify_type, int stage) in php_ini_activate_config() argument
827 zend_alter_ini_entry_ex(str, Z_STR_P(data), modify_type, stage, 0); in php_ini_activate_config()
/PHP-7.2/ext/session/
H A Dsession.c98 if (SG(headers_sent) && stage != ZEND_INI_STAGE_DEACTIVATE) { \
545 if (stage == ZEND_INI_STAGE_RUNTIME) { in PHP_INI_MH()
552 if (stage != ZEND_INI_STAGE_DEACTIVATE) { in PHP_INI_MH()
584 if (stage == ZEND_INI_STAGE_RUNTIME) { in PHP_INI_MH()
591 if (stage != ZEND_INI_STAGE_DEACTIVATE) { in PHP_INI_MH()
624 if (stage == PHP_INI_STAGE_RUNTIME || stage == PHP_INI_STAGE_HTACCESS) { in PHP_INI_MH()
661 …if (stage == ZEND_INI_STAGE_RUNTIME || stage == ZEND_INI_STAGE_ACTIVATE || stage == ZEND_INI_STAGE… in PHP_INI_MH()
668 if (stage != ZEND_INI_STAGE_DEACTIVATE) { in PHP_INI_MH()
696 return OnUpdateLong(entry, new_value, mh_arg1, mh_arg2, mh_arg3, stage); in PHP_INI_MH()
714 return OnUpdateBool(entry, new_value, mh_arg1, mh_arg2, mh_arg3, stage); in PHP_INI_MH()
[all …]
/PHP-7.2/ext/standard/
H A Durl_scanner_ex.c56 …y *entry, zend_string *new_value, void *mh_arg1, void *mh_arg2, void *mh_arg3, int stage, int type) in php_ini_on_update_tags() argument
109 return php_ini_on_update_tags(entry, new_value, mh_arg1, mh_arg2, mh_arg3, stage, 1); in PHP_INI_MH()
114 return php_ini_on_update_tags(entry, new_value, mh_arg1, mh_arg2, mh_arg3, stage, 0); in PHP_INI_MH()
117 …y *entry, zend_string *new_value, void *mh_arg1, void *mh_arg2, void *mh_arg3, int stage, int type) in php_ini_on_update_hosts() argument
157 return php_ini_on_update_hosts(entry, new_value, mh_arg1, mh_arg2, mh_arg3, stage, 1); in PHP_INI_MH()
162 return php_ini_on_update_hosts(entry, new_value, mh_arg1, mh_arg2, mh_arg3, stage, 0); in PHP_INI_MH()
H A Durl_scanner_ex.re54 …y *entry, zend_string *new_value, void *mh_arg1, void *mh_arg2, void *mh_arg3, int stage, int type)
107 return php_ini_on_update_tags(entry, new_value, mh_arg1, mh_arg2, mh_arg3, stage, 1);
112 return php_ini_on_update_tags(entry, new_value, mh_arg1, mh_arg2, mh_arg3, stage, 0);
115 …y *entry, zend_string *new_value, void *mh_arg1, void *mh_arg2, void *mh_arg3, int stage, int type)
155 return php_ini_on_update_hosts(entry, new_value, mh_arg1, mh_arg2, mh_arg3, stage, 1);
160 return php_ini_on_update_hosts(entry, new_value, mh_arg1, mh_arg2, mh_arg3, stage, 0);
H A Dbrowscap.c478 if (stage == PHP_INI_STAGE_STARTUP) { in PHP_INI_MH()
481 } else if (stage == PHP_INI_STAGE_ACTIVATE) { in PHP_INI_MH()
/PHP-7.2/sapi/litespeed/
H A Dlsapi_main.c822 int stage = PHP_INI_STAGE_RUNTIME; in alter_ini() local
835 stage = PHP_INI_STAGE_ACTIVATE; in alter_ini()
840 stage = PHP_INI_STAGE_HTACCESS; in alter_ini()
855 type, stage); in alter_ini()
/PHP-7.2/ext/zlib/
H A Dzlib.c1456 if (stage == PHP_INI_STAGE_RUNTIME) { in PHP_INI_MH()
1468 if (stage == PHP_INI_STAGE_RUNTIME && int_value) { in PHP_INI_MH()
1481 if (stage == PHP_INI_STAGE_RUNTIME && (php_output_get_status() & PHP_OUTPUT_SENT)) { in PHP_INI_MH()
1486 return OnUpdateString(entry, new_value, mh_arg1, mh_arg2, mh_arg3, stage); in PHP_INI_MH()
/PHP-7.2/ext/iconv/
H A Diconv.c235 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.2/ext/dba/
H A Ddba.c498 return OnUpdateString(entry, new_value, mh_arg1, mh_arg2, mh_arg3, stage); in ZEND_INI_MH()
508 return OnUpdateString(entry, new_value, mh_arg1, mh_arg2, mh_arg3, stage); in ZEND_INI_MH()
/PHP-7.2/ext/tidy/
H A Dtidy.c1111 if (stage == PHP_INI_STAGE_RUNTIME) { in PHP_INI_MH()
1124 status = OnUpdateBool(entry, new_value, mh_arg1, mh_arg2, mh_arg3, stage); in PHP_INI_MH()
1126 if (stage == PHP_INI_STAGE_RUNTIME && value) { in PHP_INI_MH()
/PHP-7.2/ext/mbstring/
H A Dmbstring.c1278 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.2/
H A DCODING_STANDARDS7 stage of the development of PHP v3.0, the code base does not (yet) fully
/PHP-7.2/ext/phar/
H A Dphar.c73 if (stage == ZEND_INI_STAGE_STARTUP) { in ZEND_INI_MH()
188 if (stage == ZEND_INI_STAGE_STARTUP) { in ZEND_INI_MH()
/PHP-7.2/ext/soap/
H A Dsoap.c487 if (stage == PHP_INI_STAGE_RUNTIME || stage == PHP_INI_STAGE_HTACCESS) { in PHP_INI_MH()
510 OnUpdateString(entry, new_value, mh_arg1, mh_arg2, mh_arg3, stage); in PHP_INI_MH()

Completed in 133 milliseconds

12