diff options
author | Stanislav Malyshev <stas@php.net> | 2007-08-02 23:57:52 +0000 |
---|---|---|
committer | Stanislav Malyshev <stas@php.net> | 2007-08-02 23:57:52 +0000 |
commit | 0ad85237ea66098fc1084072c0c38e534a7592fd (patch) | |
tree | c50dcfce517b9f6d49a3f4b3a9ca0a5277415537 /Zend | |
parent | a019d99e3f67221f05b33ed0e75bb35b2fb23dfe (diff) | |
download | php-git-0ad85237ea66098fc1084072c0c38e534a7592fd.tar.gz |
add stage for .htaccess
Diffstat (limited to 'Zend')
-rw-r--r-- | Zend/zend_ini.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Zend/zend_ini.h b/Zend/zend_ini.h index 0df695c7f3..11c2594bb3 100644 --- a/Zend/zend_ini.h +++ b/Zend/zend_ini.h @@ -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); |