summaryrefslogtreecommitdiff
path: root/main/php3_compat.h
diff options
context:
space:
mode:
authorZeev Suraski <zeev@php.net>1999-12-18 22:21:51 +0000
committerZeev Suraski <zeev@php.net>1999-12-18 22:21:51 +0000
commit21e53485dd9c98fb5c4a5fa144d9554b182150a2 (patch)
tree5a2d706a978849d3e72520ae42c73c00c4cdaee7 /main/php3_compat.h
parent47b49c8a681f1e56284e675cb120198955e48a5c (diff)
downloadphp-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.h3
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 */