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 4f95c74 commit 8761847Copy full SHA for 8761847
phper-sys/build.rs
@@ -46,6 +46,8 @@ fn main() {
46
.blocklist_function("zend_ini_parse_quantity")
47
// Block the `zend_startup` because it fails checks.
48
.blocklist_function("zend_startup")
49
+ // Block the `zend_random_bytes_insecure` because it fails checks.
50
+ .blocklist_function("zend_random_bytes_insecure")
51
.clang_args(&includes)
52
.derive_default(true);
53
0 commit comments