Skip to content

Commit aff6e7d

Browse files
committed
WIP
0 parents  commit aff6e7d

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

52 files changed

+4906
-0
lines changed

.cargo/config.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
[target.aarch64-unknown-linux-musl]
2+
linker = "aarch64-linux-musl-gcc"
3+
rustflags = ["-C", "target-feature=-crt-static"]
4+
[target.x86_64-pc-windows-msvc]
5+
rustflags = ["-C", "target-feature=+crt-static"]

.clangd

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
CompileFlags:
2+
Add:
3+
- "--include-directory=crates/php/buildroot/include/php"
4+
- "--include-directory=crates/php/buildroot/include/php/ext"
5+
- "--include-directory=crates/php/buildroot/include/php/main"
6+
- "--include-directory=crates/php/buildroot/include/php/sapi"
7+
- "--include-directory=crates/php/buildroot/include/php/TSRM"
8+
- "--include-directory=crates/php/buildroot/include/php/Zend"

0 commit comments

Comments
 (0)