diff options
Diffstat (limited to 'main/php.h')
-rw-r--r-- | main/php.h | 4 |
1 files changed, 0 insertions, 4 deletions
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" |