summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnatol Belski <ab@php.net>2014-08-17 21:15:35 +0200
committerAnatol Belski <ab@php.net>2014-08-17 21:15:35 +0200
commit3a3710019878aac05476c22cc9d96516c3985389 (patch)
tree6e60d4a4f4cac731dbe5daf56a8b5502c45ca2bd
parentc3c83bb078797b5cbb747af063229805a902d50a (diff)
downloadphp-git-3a3710019878aac05476c22cc9d96516c3985389.tar.gz
more replacements for ng
-rw-r--r--compat/replace.php6
1 files changed, 6 insertions, 0 deletions
diff --git a/compat/replace.php b/compat/replace.php
index 4dc1d20331..61303b02fc 100644
--- a/compat/replace.php
+++ b/compat/replace.php
@@ -223,6 +223,12 @@ if ($replace_macros) {
'smart_str_append_long' => 'smart_str_append_int',
'cfg_get_long' => 'cfg_get_int',
'pdo_attr_lval' => 'pdo_attr_ival',
+ 'zend_long_to_str' => 'zend_int_to_str',
+ '_zval_get_long_func' => '_zval_get_int_func',
+ 'Z_PARAM_LONG_EX' => 'Z_PARAM_INT_EX',
+ 'Z_PARAM_LONG' => 'Z_PARAM_INT',
+ 'Z_PARAM_STRICT_LONG_EX' => 'Z_PARAM_STRICT_INT_EX',
+ 'Z_PARAM_STRICT_LONG' => 'Z_PARAM_STRICT_INT',
);
if ($reverse_replace) {