summaryrefslogtreecommitdiff
path: root/main/php_ini.h
diff options
context:
space:
mode:
authorZeev Suraski <zeev@php.net>2000-10-30 23:39:14 +0000
committerZeev Suraski <zeev@php.net>2000-10-30 23:39:14 +0000
commit78194a47b7ad76aaea3bb8e91fa0f5707ae88d00 (patch)
treefe0a66d9f67176d1cce99994d09770141827c428 /main/php_ini.h
parent4171da016ce465832d32196e3b8eed014c073704 (diff)
downloadphp-git-78194a47b7ad76aaea3bb8e91fa0f5707ae88d00.tar.gz
- Complete the move to the new INI parser. (Side effect: at last, people
can finally have spaces and tabs in their extension statements...)
Diffstat (limited to 'main/php_ini.h')
-rw-r--r--main/php_ini.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/main/php_ini.h b/main/php_ini.h
index 0321c1fa68..cd1b2b00a6 100644
--- a/main/php_ini.h
+++ b/main/php_ini.h
@@ -21,6 +21,9 @@
#include "zend_ini.h"
+int php_init_config(void);
+int php_shutdown_config(void);
+
#define PHP_INI_USER ZEND_INI_USER
#define PHP_INI_PERDIR ZEND_INI_PERDIR
#define PHP_INI_SYSTEM ZEND_INI_SYSTEM