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 6d06b1f commit 6a570e3Copy full SHA for 6a570e3
phper-sys/build.rs
@@ -42,7 +42,7 @@ fn main() {
42
let mut builder = Builder::default()
43
.header("php_wrapper.c")
44
.allowlist_file("php_wrapper\\.c")
45
- .blocklist_file("arm_neon\\.h")
+ .blocklist_file(r"^.*arm_neon\.h$")
46
// Block the `zend_ini_parse_quantity` because it's document causes the doc test to fail.
47
.blocklist_function("zend_ini_parse_quantity")
48
// Block the `zend_startup` because it fails checks.
0 commit comments