From 78194a47b7ad76aaea3bb8e91fa0f5707ae88d00 Mon Sep 17 00:00:00 2001 From: Zeev Suraski Date: Mon, 30 Oct 2000 23:39:14 +0000 Subject: - Complete the move to the new INI parser. (Side effect: at last, people can finally have spaces and tabs in their extension statements...) --- main/php_main.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'main/php_main.h') 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); -- cgit v1.2.1