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 2be4176 commit cf99deeCopy full SHA for cf99dee
README.md
@@ -162,6 +162,9 @@ All features are disabled by default.
162
class type, `RustClosure`.
163
- `anyhow` - Implements `Into<PhpException>` for `anyhow::Error`, allowing you
164
to return anyhow results from PHP functions. Supports anyhow v1.x.
165
+- `static` - Allows building the library against
166
+ [statically linked clang](https://github.com/KyleMayes/clang-sys?tab=readme-ov-file#static),
167
+ for example with [static-php-cli](https://static-php.dev/)
168
169
## Usage
170
0 commit comments