===== CGI/FastCGI SAPI Improvement ===== //Possible mentors: [[dmitry@zend.com|Dmitry Stogov]] // php-cgi is not useful in production environment without additional "crutches" (e.g. spawn-fcgi from [[http://www.lighttpd.net/|lighttpd]] distribution or [[http://php-fpm.anight.org/|php-fpm patch]]). This project assumes integration of such "crutches" and extending php-cgi to support for different protocols. * daemonization (detach, pid file creation, setup environment variables, setuid/setgid/chroot) * graceful restart * separate and improve transport layer to allow support for different protocols * support for [[http://python.ca/scgi/protocol.txt|SCGI]] protocol * support for subset of HTTP protocol * ... ==== Progress ==== Unknown ==== Status ==== Unknown