#![cfg(unix)]//! 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.
pubmodffi;modhandle;pubmodphp;modruntime;modworker;pubuseruntime::{EmbedConfig, EmbedRuntime};