Skip to content

Commit b8aab49

Browse files
committed
Fix instanceof
1 parent 0974858 commit b8aab49

File tree

4 files changed

+169
-197
lines changed

4 files changed

+169
-197
lines changed

allowed_bindings.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -305,5 +305,6 @@ bind! {
305305
php_module_startup,
306306
php_module_shutdown,
307307
php_request_startup,
308-
php_request_shutdown
308+
php_request_shutdown,
309+
instanceof_function_slow
309310
}

0 commit comments

Comments
 (0)