Index of the wphp module
-
m
wphp
...
- a here ...
- a default_php_ini ...
-
C
PHPApp
...
- f spawn_php ... - Creates a PHP process that listens for FastCGI requests on the given port.
- f find_port ... - Finds a free port.
- f find_script ... - Given a path, finds the file the path points to, and the extra portion of the path (PATH_INFO).
- f create_child ... - Creates the PHP subprocess, with some locking and whatnot, and creates the WSGI application wrapper around that.
- f __call__ ...
- f close ... - Kills the PHP subprocess. Registered with atexit, so the subprocess is killed when this process dies.
- f __init__ ... - Create a WSGI wrapper around a PHP application.
- f make_app ... - Create a PHP application (with Paste Deploy).
- m fcgi_app ...
- m php_ini_metadata ... - Parses default-php.ini for variables, and gives metadata.