diff options
author | Zeev Suraski <zeev@php.net> | 2001-01-07 18:56:24 +0000 |
---|---|---|
committer | Zeev Suraski <zeev@php.net> | 2001-01-07 18:56:24 +0000 |
commit | ceec9203a137c09024800830effa1f9a03e6493a (patch) | |
tree | ac7c2428fa8bddff2bd5831ee7cd2183e27eb6cd /main/php_ini.h | |
parent | 903018ef368754bace78ab341cb2eb5e6628bcf1 (diff) | |
download | php-git-ceec9203a137c09024800830effa1f9a03e6493a.tar.gz |
Fix CGI build
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 d7aa475d68..5b5bb94eac 100644 --- a/main/php_ini.h +++ b/main/php_ini.h @@ -23,6 +23,7 @@ int php_init_config(char *php_ini_path_override); int php_shutdown_config(void); +zval *cfg_get_entry(char *name, uint name_length); #define PHP_INI_USER ZEND_INI_USER #define PHP_INI_PERDIR ZEND_INI_PERDIR |