Skip to content

Commit

Permalink
add stage for .htaccess
Browse files Browse the repository at this point in the history
  • Loading branch information
smalyshev committed Aug 2, 2007
1 parent a019d99 commit 0ad8523
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions Zend/zend_ini.h
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down
1 change: 1 addition & 0 deletions main/php_ini.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0ad8523

Please sign in to comment.