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 /internal_functions.c | |
parent | 4472d0502587f31b77251b2027f3eff858e65add (diff) | |
download | php-git-bb6dff9c671cbddd84b557051932c5ea3c0ea7c7.tar.gz |
Buh-bye php3_ini
Diffstat (limited to 'internal_functions.c')
-rw-r--r-- | internal_functions.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/internal_functions.c b/internal_functions.c index a462ababf4..7277f4a1f0 100644 --- a/internal_functions.c +++ b/internal_functions.c @@ -90,10 +90,6 @@ #include "functions/php3_sysvshm.h" #include "functions/php3_dav.h" - -extern php3_ini_structure php3_ini; -extern php3_ini_structure php3_ini_master; - unsigned char first_arg_force_ref[] = { 1, BYREF_FORCE }; unsigned char first_arg_allow_ref[] = { 1, BYREF_ALLOW }; unsigned char second_arg_force_ref[] = { 2, BYREF_NONE, BYREF_FORCE }; |