Skip to content

Commit bec8a06

Browse files
committed
Adds zend_startup to blocklist
1 parent 1bd24b1 commit bec8a06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

phper-sys/build.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ fn main() {
4343
.header("php_wrapper.c")
4444
.allowlist_file("php_wrapper\\.c")
4545
// Block the `zend_ini_parse_quantity` because it's document causes the doc test to fail.
46-
.blocklist_function("zend_ini_parse_quantity")
46+
.blocklist_function("zend_ini_parse_quantity", "zend_startup")
4747
.clang_args(&includes)
4848
.derive_default(true);
4949

0 commit comments

Comments
 (0)