From bb6dff9c671cbddd84b557051932c5ea3c0ea7c7 Mon Sep 17 00:00:00 2001 From: Zeev Suraski Date: Sat, 10 Apr 1999 16:25:23 +0000 Subject: Buh-bye php3_ini --- main/php.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'main/php.h') diff --git a/main/php.h b/main/php.h index 6a31d0b87a..e877dfa014 100644 --- a/main/php.h +++ b/main/php.h @@ -200,8 +200,6 @@ extern char *strerror(int); #include "fopen-wrappers.h" -#include "mod_php3.h" /* the php3_ini structure comes from here */ - #if APACHE /* apache httpd */ # if HAVE_AP_CONFIG_H #include "ap_config.h" @@ -378,8 +376,6 @@ PHPAPI int cfg_get_long(char *varname, long *result); PHPAPI int cfg_get_double(char *varname, double *result); PHPAPI int cfg_get_string(char *varname, char **result); -extern PHPAPI php3_ini_structure php3_ini; - /* Output support */ #include "output.h" -- cgit v1.2.1