Skip to content

Commit 3a37100

Browse files
committed
more replacements for ng
1 parent c3c83bb commit 3a37100

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

compat/replace.php

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -223,6 +223,12 @@
223223
'smart_str_append_long' => 'smart_str_append_int',
224224
'cfg_get_long' => 'cfg_get_int',
225225
'pdo_attr_lval' => 'pdo_attr_ival',
226+
'zend_long_to_str' => 'zend_int_to_str',
227+
'_zval_get_long_func' => '_zval_get_int_func',
228+
'Z_PARAM_LONG_EX' => 'Z_PARAM_INT_EX',
229+
'Z_PARAM_LONG' => 'Z_PARAM_INT',
230+
'Z_PARAM_STRICT_LONG_EX' => 'Z_PARAM_STRICT_INT_EX',
231+
'Z_PARAM_STRICT_LONG' => 'Z_PARAM_STRICT_INT',
226232
);
227233

228234
if ($reverse_replace) {

0 commit comments

Comments
 (0)