Skip to main content

Crate folk_runtime_embed

Crate folk_runtime_embed 

Source
Expand description

Embedded PHP runtime for Folk.

Embeds the PHP interpreter directly into the Rust process via FFI, eliminating IPC overhead. Each worker runs on a dedicated OS thread with its own isolated PHP runtime.

Modules§

ffi
Raw FFI bindings to PHP embed SAPI and our C helper functions.
php
Safe Rust wrappers around PHP embed SAPI FFI.

Structs§

EmbedConfig
Configuration for the embed runtime.
EmbedRuntime
Embedded PHP runtime — spawns worker threads instead of processes.