diff options
author | Andi Gutmans <andi@php.net> | 1999-09-05 19:49:54 +0000 |
---|---|---|
committer | Andi Gutmans <andi@php.net> | 1999-09-05 19:49:54 +0000 |
commit | 7ebbe20fb038aac368ec6824becaf7a3cd36620a (patch) | |
tree | 3b632fc21c348355cafc3672277c564a7fffc138 /main/php_ini.h | |
parent | 2807ba18e146c190a0df0b78c71b0ff93131e723 (diff) | |
download | php-git-7ebbe20fb038aac368ec6824becaf7a3cd36620a.tar.gz |
- Should fix short_tags and co. problem.
Diffstat (limited to 'main/php_ini.h')
-rw-r--r-- | main/php_ini.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/main/php_ini.h b/main/php_ini.h index 6ea9885ffc..339c4aa7ac 100644 --- a/main/php_ini.h +++ b/main/php_ini.h @@ -135,6 +135,7 @@ pval *cfg_get_entry(char *name, uint name_length); /* Standard message handlers */ +PHPAPI PHP_INI_MH(OnUpdateBool); PHPAPI PHP_INI_MH(OnUpdateInt); PHPAPI PHP_INI_MH(OnUpdateReal); PHPAPI PHP_INI_MH(OnUpdateString); |