From a72a43c86c4aaaed02f033abab415fe732b06021 Mon Sep 17 00:00:00 2001 From: Anatol Belski Date: Fri, 22 Aug 2014 09:28:44 +0200 Subject: some more replacements --- compat/replace.php | 2 ++ 1 file changed, 2 insertions(+) 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) { -- cgit v1.2.1