Skip to content

Commit e319970

Browse files
committed
feat(builders): add IniBuilder
1 parent 96555c4 commit e319970

File tree

5 files changed

+542
-202
lines changed

5 files changed

+542
-202
lines changed

allowed_bindings.rs

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -311,5 +311,10 @@ bind! {
311311
php_module_shutdown,
312312
php_request_startup,
313313
php_request_shutdown,
314-
instanceof_function_slow
314+
instanceof_function_slow,
315+
php_ini_builder,
316+
php_ini_builder_prepend,
317+
php_ini_builder_unquoted,
318+
php_ini_builder_quoted,
319+
php_ini_builder_define
315320
}

0 commit comments

Comments
 (0)