We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1bd24b1 commit bec8a06Copy full SHA for bec8a06
phper-sys/build.rs
@@ -43,7 +43,7 @@ fn main() {
43
.header("php_wrapper.c")
44
.allowlist_file("php_wrapper\\.c")
45
// Block the `zend_ini_parse_quantity` because it's document causes the doc test to fail.
46
- .blocklist_function("zend_ini_parse_quantity")
+ .blocklist_function("zend_ini_parse_quantity", "zend_startup")
47
.clang_args(&includes)
48
.derive_default(true);
49
0 commit comments