summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnatol Belski <ab@php.net>2014-08-18 10:35:12 +0200
committerAnatol Belski <ab@php.net>2014-08-18 10:35:12 +0200
commit1b40f4d7b1f10258f713f8ce5a92b67d0fb3c3a9 (patch)
tree6d8e79f42aefa801425484fcf687f533ed86116d
parent3a3710019878aac05476c22cc9d96516c3985389 (diff)
downloadphp-git-1b40f4d7b1f10258f713f8ce5a92b67d0fb3c3a9.tar.gz
yet more replaces
-rw-r--r--compat/replace.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/compat/replace.php b/compat/replace.php
index 61303b02fc..7ad7805c17 100644
--- a/compat/replace.php
+++ b/compat/replace.php
@@ -229,6 +229,8 @@ if ($replace_macros) {
'Z_PARAM_LONG' => 'Z_PARAM_INT',
'Z_PARAM_STRICT_LONG_EX' => 'Z_PARAM_STRICT_INT_EX',
'Z_PARAM_STRICT_LONG' => 'Z_PARAM_STRICT_INT',
+ 'zval_get_long' => 'zval_get_int',
+ '_z_param_long' => '_z_param_int',
);
if ($reverse_replace) {