summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnatol Belski <ab@php.net>2014-08-22 09:28:44 +0200
committerAnatol Belski <ab@php.net>2014-08-22 09:28:44 +0200
commita72a43c86c4aaaed02f033abab415fe732b06021 (patch)
tree55a077b3ffecc880b0bf71931869fa2fd529344c
parent1b40f4d7b1f10258f713f8ce5a92b67d0fb3c3a9 (diff)
downloadphp-git-str_size_and_int64.tar.gz
some more replacementsstr_size_and_int64
-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) {