summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--compat/replace.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/compat/replace.php b/compat/replace.php
index 7ad7805c17..539ca659ce 100644
--- a/compat/replace.php
+++ b/compat/replace.php
@@ -231,6 +231,8 @@ if ($replace_macros) {
'Z_PARAM_STRICT_LONG' => 'Z_PARAM_STRICT_INT',
'zval_get_long' => 'zval_get_int',
'_z_param_long' => '_z_param_int',
+ 'smart_str_print_long' => 'smart_str_print_long',
+ 'GET_VER_OPT_LONG' => 'GET_VER_OPT_INT',
);
if ($reverse_replace) {