mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
add stage for .htaccess
This commit is contained in:
parent
a019d99e3f
commit
0ad85237ea
2 changed files with 2 additions and 0 deletions
|
@ -189,6 +189,7 @@ END_EXTERN_C()
|
|||
#define ZEND_INI_STAGE_ACTIVATE (1<<2)
|
||||
#define ZEND_INI_STAGE_DEACTIVATE (1<<3)
|
||||
#define ZEND_INI_STAGE_RUNTIME (1<<4)
|
||||
#define ZEND_INI_STAGE_HTACCESS (1<<5)
|
||||
|
||||
/* INI parsing engine */
|
||||
typedef void (*zend_ini_parser_cb_t)(zval *arg1, zval *arg2, int callback_type, void *arg);
|
||||
|
|
|
@ -65,6 +65,7 @@ END_EXTERN_C()
|
|||
#define PHP_INI_STAGE_ACTIVATE ZEND_INI_STAGE_ACTIVATE
|
||||
#define PHP_INI_STAGE_DEACTIVATE ZEND_INI_STAGE_DEACTIVATE
|
||||
#define PHP_INI_STAGE_RUNTIME ZEND_INI_STAGE_RUNTIME
|
||||
#define PHP_INI_STAGE_HTACCESS ZEND_INI_STAGE_HTACCESS
|
||||
|
||||
#define php_ini_boolean_displayer_cb zend_ini_boolean_displayer_cb
|
||||
#define php_ini_color_displayer_cb zend_ini_color_displayer_cb
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue