diff options
author | Zeev Suraski <zeev@php.net> | 1999-04-10 16:25:23 +0000 |
---|---|---|
committer | Zeev Suraski <zeev@php.net> | 1999-04-10 16:25:23 +0000 |
commit | bb6dff9c671cbddd84b557051932c5ea3c0ea7c7 (patch) | |
tree | 81edb47ea7eb7ece24f42b1a65a083b2fcf27a42 /main/php.h | |
parent | 4472d0502587f31b77251b2027f3eff858e65add (diff) | |
download | php-git-bb6dff9c671cbddd84b557051932c5ea3c0ea7c7.tar.gz |
Buh-bye php3_ini
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" |