From a0d3c5a88eba090122098a26f8ef5fca9d443e78 Mon Sep 17 00:00:00 2001 From: Andi Gutmans Date: Mon, 26 Feb 2001 18:14:50 +0000 Subject: - Finally rename modules.h to zend_modules.h for consistency (first try was 2000-03-11). - Remove the first_arg_force_ref[]; and friends extern from php.h as they are included via zend_API.h --- main/internal_functions.c.in | 2 +- main/internal_functions_win32.c | 2 +- main/php.h | 5 ----- 3 files changed, 2 insertions(+), 7 deletions(-) (limited to 'main') diff --git a/main/internal_functions.c.in b/main/internal_functions.c.in index 483ad4c059..e304665c84 100644 --- a/main/internal_functions.c.in +++ b/main/internal_functions.c.in @@ -22,7 +22,7 @@ #include "php.h" #include "php_main.h" -#include "modules.h" +#include "zend_modules.h" #include "internal_functions_registry.h" #include "zend_compile.h" #include diff --git a/main/internal_functions_win32.c b/main/internal_functions_win32.c index e2adc6cec2..df1be38a4a 100644 --- a/main/internal_functions_win32.c +++ b/main/internal_functions_win32.c @@ -23,7 +23,7 @@ #include "php.h" #include "php_main.h" -#include "modules.h" +#include "zend_modules.h" #include "internal_functions_registry.h" #include "zend_compile.h" #include diff --git a/main/php.h b/main/php.h index 7429ac005d..030159458d 100644 --- a/main/php.h +++ b/main/php.h @@ -55,11 +55,6 @@ #define PHP_DIR_SEPARATOR '/' #endif -PHPAPI extern unsigned char first_arg_force_ref[]; -PHPAPI extern unsigned char first_arg_allow_ref[]; -PHPAPI extern unsigned char second_arg_force_ref[]; -PHPAPI extern unsigned char second_arg_allow_ref[]; - #include "php_regex.h" /* PHP's DEBUG value must match Zend's ZEND_DEBUG value */ -- cgit v1.2.1