Skip to content

Commit bed5521

Browse files
authored
feat(sapi): expand SapiBuilder
* feat: expand SapiBuilder * fix: add Example header to SapiBuilder Refs: #471
1 parent 68e218f commit bed5521

File tree

7 files changed

+750
-14
lines changed

7 files changed

+750
-14
lines changed

allowed_bindings.rs

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -319,5 +319,11 @@ bind! {
319319
php_module_shutdown,
320320
php_request_startup,
321321
php_request_shutdown,
322-
instanceof_function_slow
322+
instanceof_function_slow,
323+
uid_t,
324+
gid_t,
325+
php_default_post_reader,
326+
php_default_treat_data,
327+
php_default_input_filter,
328+
php_error
323329
}

0 commit comments

Comments
 (0)