diff options
author | Zeev Suraski <zeev@php.net> | 1999-12-18 22:21:51 +0000 |
---|---|---|
committer | Zeev Suraski <zeev@php.net> | 1999-12-18 22:21:51 +0000 |
commit | 21e53485dd9c98fb5c4a5fa144d9554b182150a2 (patch) | |
tree | 5a2d706a978849d3e72520ae42c73c00c4cdaee7 /main/php3_compat.h | |
parent | 47b49c8a681f1e56284e675cb120198955e48a5c (diff) | |
download | php-git-21e53485dd9c98fb5c4a5fa144d9554b182150a2.tar.gz |
getParameters() and friends changed for consistency and namespace cleanliness
Diffstat (limited to 'main/php3_compat.h')
-rw-r--r-- | main/php3_compat.h | 3 |
1 files changed, 3 insertions, 0 deletions
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 */ |