summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 */