Expand description
Safe Rust wrappers around PHP embed SAPI FFI.
These are low-level but safe wrappers. Higher-level runtime logic (worker threads, channels, etc.) lives in other modules.
Structs§
- Eval
Result - Result of evaluating PHP code.
- PhpInstance
- A PHP interpreter instance. One per thread.
- Request
Context - HTTP request context for the custom Folk SAPI.
- Response
Data - Captured response data from PHP.
Enums§
- Zval
Value - A Rust-native representation of a PHP zval value.