Skip to content

Commit 9c8dd7c

Browse files
committed
Fix cargo-php
1 parent 8a1fecd commit 9c8dd7c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

allowed_bindings.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,5 +193,6 @@ bind! {
193193
gc_possible_root,
194194
ZEND_ACC_NOT_SERIALIZABLE,
195195
executor_globals,
196-
php_printf
196+
php_printf,
197+
__zend_malloc
197198
}

0 commit comments

Comments
 (0)