From 21e53485dd9c98fb5c4a5fa144d9554b182150a2 Mon Sep 17 00:00:00 2001 From: Zeev Suraski Date: Sat, 18 Dec 1999 22:21:51 +0000 Subject: getParameters() and friends changed for consistency and namespace cleanliness --- main/php3_compat.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'main/php3_compat.h') diff --git a/main/php3_compat.h b/main/php3_compat.h index be0a5fa281..b6e1f960c6 100644 --- a/main/php3_compat.h +++ b/main/php3_compat.h @@ -90,4 +90,7 @@ #define _php3_stripslashes php_stripslashes #define php3_dl php_dl +#define getParameters zend_get_parameters +#define getParametersArray zend_get_parameters_array + #endif /* _PHP_COMPAT_H */ -- cgit v1.2.1