Skip to content

Commit cf99dee

Browse files
committed
feat: add feature description in README
1 parent 2be4176 commit cf99dee

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -162,6 +162,9 @@ All features are disabled by default.
162162
class type, `RustClosure`.
163163
- `anyhow` - Implements `Into<PhpException>` for `anyhow::Error`, allowing you
164164
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/)
165168

166169
## Usage
167170

0 commit comments

Comments
 (0)