Home
last modified time | relevance | path

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

12

/PHP-5.3/Zend/
H A Dzend_ini.c47 static int zend_restore_ini_entry_cb(zend_ini_entry *ini_entry, int stage TSRMLS_DC) /* {{{ */ in zend_restore_ini_entry_cb()
60 if (stage == ZEND_INI_STAGE_RUNTIME && result == FAILURE) { in zend_restore_ini_entry_cb()
229 static int zend_ini_refresh_cache(zend_ini_entry *p, int stage TSRMLS_DC) /* {{{ */ in zend_ini_refresh_cache()
232 p->on_modify(p, p->value, p->value_length, p->mh_arg1, p->mh_arg2, p->mh_arg3, stage TSRMLS_CC); in zend_ini_refresh_cache()
238 ZEND_API void zend_ini_refresh_caches(int stage TSRMLS_DC) /* {{{ */ in zend_ini_refresh_caches()
240 …i_directives), (apply_func_arg_t) zend_ini_refresh_cache, (void *)(zend_intptr_t) stage TSRMLS_CC); in zend_ini_refresh_caches()
249 …return zend_alter_ini_entry_ex(name, name_length, new_value, new_value_length, modify_type, stage,… in zend_alter_ini_entry()
267 if (stage == ZEND_INI_STAGE_ACTIVATE && modify_type == ZEND_INI_SYSTEM) { in zend_alter_ini_entry_ex()
307 ZEND_API int zend_restore_ini_entry(char *name, uint name_length, int stage) /* {{{ */ in zend_restore_ini_entry() argument
313 (stage == ZEND_INI_STAGE_RUNTIME && (ini_entry->modifiable & ZEND_INI_USER) == 0)) { in zend_restore_ini_entry()
[all …]
H A Dzend_ini.h62 …new_value, uint new_value_length, void *mh_arg1, void *mh_arg2, void *mh_arg3, int stage TSRMLS_DC)
98 ZEND_API void zend_ini_refresh_caches(int stage TSRMLS_DC);
99 …(char *name, uint name_length, char *new_value, uint new_value_length, int modify_type, int stage);
100 …name_length, char *new_value, uint new_value_length, int modify_type, int stage, int force_change …
101 ZEND_API int zend_restore_ini_entry(char *name, uint name_length, int stage);
H A Dzend.c81 OnUpdateBool(entry, new_value, new_value_length, mh_arg1, mh_arg2, mh_arg3, stage TSRMLS_CC); in ZEND_INI_MH()
/PHP-5.3/sapi/fpm/fpm/
H A Dfpm_request.h20 const char *fpm_request_get_stage_name(int stage);
H A Dfpm_php.c26 …me, int name_length, char *new_value, int new_value_length, int mode, int stage TSRMLS_DC) /* {{{ … in fpm_php_zend_ini_alter_master()
39 ini_entry->mh_arg1, ini_entry->mh_arg2, ini_entry->mh_arg3, stage TSRMLS_CC) == SUCCESS) { in fpm_php_zend_ini_alter_master()
H A Dfpm_request.c35 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-5.3/sapi/apache_hooks/
H A Dmod_php5.h43 long stage; member
H A DREADME6 php code to be run on the apache request object at every stage of the apache
17 specified file at the uri translation stage of the apache request
19 the uri translation stage of the apache request
H A Dmod_php5.c940 handler->stage = handler_stage; in php_set_server_handler()
959 handler->stage = handler_stage; in php_set_dir_handler()
/PHP-5.3/main/
H A Dphp_ini.h36 PHPAPI void php_ini_activate_config(HashTable *source_hash, int modify_type, int stage TSRMLS_DC);
H A Dfopen_wrappers.c96 …if (stage == PHP_INI_STAGE_STARTUP || stage == PHP_INI_STAGE_SHUTDOWN || stage == PHP_INI_STAGE_AC… in ZEND_INI_MH()
H A Dmain.c261 if (stage==PHP_INI_STAGE_STARTUP) { in PHP_INI_MH()
367 …if ((stage == PHP_INI_STAGE_RUNTIME || stage == PHP_INI_STAGE_HTACCESS) && new_value && strcmp(new… in PHP_INI_MH()
377 OnUpdateString(entry, new_value, new_value_length, mh_arg1, mh_arg2, mh_arg3, stage TSRMLS_CC); in PHP_INI_MH()
387 if ((stage == PHP_INI_STAGE_RUNTIME || stage == PHP_INI_STAGE_HTACCESS) && new_value) { in PHP_INI_MH()
397 OnUpdateString(entry, new_value, new_value_length, mh_arg1, mh_arg2, mh_arg3, stage TSRMLS_CC); in PHP_INI_MH()
407 if (stage == PHP_INI_STAGE_HTACCESS) { in PHP_INI_MH()
H A Dphp_ini.c792 PHPAPI void php_ini_activate_config(HashTable *source_hash, int modify_type, int stage TSRMLS_DC) in php_ini_activate_config()
805 …zend_alter_ini_entry_ex(str, str_len, Z_STRVAL_P(data), Z_STRLEN_P(data), modify_type, stage, 0 TS… in php_ini_activate_config()
/PHP-5.3/ext/zlib/
H A Dzlib.c286 if (stage == PHP_INI_STAGE_RUNTIME && SG(headers_sent) && !SG(request_info).no_headers) { in PHP_INI_MH()
291 …status = OnUpdateLong(entry, new_value, new_value_length, mh_arg1, mh_arg2, mh_arg3, stage TSRMLS_… in PHP_INI_MH()
293 if (stage == PHP_INI_STAGE_RUNTIME && int_value) { in PHP_INI_MH()
304 OnUpdateLong(entry, new_value, new_value_length, mh_arg1, mh_arg2, mh_arg3, stage TSRMLS_CC); in PHP_INI_MH()
313 if (stage == PHP_INI_STAGE_RUNTIME && SG(headers_sent) && !SG(request_info).no_headers) { in PHP_INI_MH()
318 OnUpdateString(entry, new_value, new_value_length, mh_arg1, mh_arg2, mh_arg3, stage TSRMLS_CC); in PHP_INI_MH()
/PHP-5.3/ext/session/
H A Dsession.c644 if (stage == ZEND_INI_STAGE_RUNTIME) { in PHP_INI_MH()
651 if (stage != ZEND_INI_STAGE_DEACTIVATE) { in PHP_INI_MH()
672 if (stage == ZEND_INI_STAGE_RUNTIME) { in PHP_INI_MH()
679 if (stage != ZEND_INI_STAGE_DEACTIVATE) { in PHP_INI_MH()
707 if (stage == PHP_INI_STAGE_RUNTIME || stage == PHP_INI_STAGE_HTACCESS) { in PHP_INI_MH()
734 OnUpdateString(entry, new_value, new_value_length, mh_arg1, mh_arg2, mh_arg3, stage TSRMLS_CC); in PHP_INI_MH()
/PHP-5.3/ext/standard/
H A Dbrowscap.c315 if (stage == PHP_INI_STAGE_STARTUP) { in PHP_INI_MH()
318 } else if (stage == PHP_INI_STAGE_ACTIVATE) { in PHP_INI_MH()
/PHP-5.3/ext/dba/
H A Ddba.c456 …return OnUpdateString(entry, new_value, new_value_length, mh_arg1, mh_arg2, mh_arg3, stage TSRMLS_… in ZEND_INI_MH()
466 …return OnUpdateString(entry, new_value, new_value_length, mh_arg1, mh_arg2, mh_arg3, stage TSRMLS_… in ZEND_INI_MH()
/PHP-5.3/
H A DCODING_STANDARDS7 stage of the development of PHP v3.0, the code base does not (yet) fully
H A Dacinclude.m4836 dnl Basically sets up the link-stage for building module-name
H A DINSTALL268 stage. It isn't supposed to. It will be created.)
/PHP-5.3/ext/mbstring/
H A Dmbstring.c1127 if (stage == PHP_INI_STAGE_STARTUP || stage == PHP_INI_STAGE_SHUTDOWN in PHP_INI_MH()
1128 || stage == PHP_INI_STAGE_RUNTIME) { in PHP_INI_MH()
1213 OnUpdateBool(entry, new_value, new_value_length, mh_arg1, mh_arg2, mh_arg3, stage TSRMLS_CC); in PHP_INI_MH()
/PHP-5.3/ext/phar/
H A Dphar.c75 if (stage == ZEND_INI_STAGE_STARTUP) { in ZEND_INI_MH()
191 if (stage == ZEND_INI_STAGE_STARTUP) { in ZEND_INI_MH()
/PHP-5.3/ext/exif/
H A Dexif.c195 …return OnUpdateString(entry, new_value, new_value_length, mh_arg1, mh_arg2, mh_arg3, stage TSRMLS_… in ZEND_DECLARE_MODULE_GLOBALS()
206 …return OnUpdateString(entry, new_value, new_value_length, mh_arg1, mh_arg2, mh_arg3, stage TSRMLS_… in ZEND_INI_MH()
/PHP-5.3/ext/soap/
H A Dsoap.c574 if (stage == PHP_INI_STAGE_RUNTIME || stage == PHP_INI_STAGE_HTACCESS) { in PHP_INI_MH()
601 OnUpdateString(entry, new_value, new_value_length, mh_arg1, mh_arg2, mh_arg3, stage TSRMLS_CC); in PHP_INI_MH()
/PHP-5.3/ext/iconv/
H A Diconv.c230 OnUpdateString(entry, new_value, new_value_length, mh_arg1, mh_arg2, mh_arg3, stage TSRMLS_CC); in PHP_INI_MH()

Completed in 122 milliseconds

12