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 0823e5e commit 417f495Copy full SHA for 417f495
examples/hello_world.rs
@@ -1,3 +1,4 @@
1
+#![cfg_attr(windows, feature(abi_vectorcall))]
2
use ext_php_rs::{constant::IntoConst, prelude::*, types::ZendClassObject};
3
4
#[derive(Debug)]
0 commit comments