From: Zeev Suraski Date: Sat, 18 Dec 1999 22:21:51 +0000 (+0000) Subject: getParameters() and friends changed for consistency and namespace cleanliness X-Git-Tag: PRE_LIBZEND_TO_ZEND~22 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=21e53485dd9c98fb5c4a5fa144d9554b182150a2;p=php getParameters() and friends changed for consistency and namespace cleanliness --- 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 */