Skip to content

Commit a72a43c

Browse files
committed
some more replacements
1 parent 1b40f4d commit a72a43c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

compat/replace.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -231,6 +231,8 @@
231231
'Z_PARAM_STRICT_LONG' => 'Z_PARAM_STRICT_INT',
232232
'zval_get_long' => 'zval_get_int',
233233
'_z_param_long' => '_z_param_int',
234+
'smart_str_print_long' => 'smart_str_print_long',
235+
'GET_VER_OPT_LONG' => 'GET_VER_OPT_INT',
234236
);
235237

236238
if ($reverse_replace) {

0 commit comments

Comments
 (0)