diff options
author | Zeev Suraski <zeev@php.net> | 2000-10-30 23:39:14 +0000 |
---|---|---|
committer | Zeev Suraski <zeev@php.net> | 2000-10-30 23:39:14 +0000 |
commit | 78194a47b7ad76aaea3bb8e91fa0f5707ae88d00 (patch) | |
tree | fe0a66d9f67176d1cce99994d09770141827c428 /main/php_main.h | |
parent | 4171da016ce465832d32196e3b8eed014c073704 (diff) | |
download | php-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_main.h')
-rw-r--r-- | main/php_main.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/main/php_main.h b/main/php_main.h index 22b1bbc8c4..09ec56d0cb 100644 --- a/main/php_main.h +++ b/main/php_main.h @@ -49,11 +49,6 @@ PHPAPI int php_handle_auth_data(const char *auth SLS_DC); extern void php_call_shutdown_functions(void); - -/* configuration module */ -extern int php_init_config(void); -extern int php_shutdown_config(void); - /* environment module */ extern int php_init_environ(void); extern int php_shutdown_environ(void); |