Alpha ZealPHP is early-stage and under active development. APIs may change between minor versions until v1.0. Feedback and bug reports welcome on GitHub.
API Index — Namespaces, Packages, Reports, Indices

Legacy

Table of Contents

Classes

ApacheContext
Per-request scratch tables for Apache mod_php shims (apache_setenv, apache_getenv, apache_note). These exist solely so legacy code lifted onto ZealPHP via the CGI bridge keeps working — modern coroutine handlers do not need this class.
FastCgiClient
FastCGI 1.0 RESPONDER client for ZealPHP's legacy-include dispatch path.
FastCgiException
Thrown on protocol or I/O error; triggers 502 Bad Gateway in the App::include() dispatch path.
On this page