Re: [PHP-DEV] New SAPI development

2015-02-23 Thread Kevin Ingwersen (Ingwie Phoenix)
Hey. Here are the references that I will be using when I get to develop on my own SAPI - that is, if I stop being ill… - https://github.com/johannes/pconn-sapi - http://www.phpreferencebook.com/html-version/

Re: [PHP-DEV] New SAPI development

2015-02-23 Thread Rowan Collins
Peter Hodur wrote on 23/02/2015 14:31: Hello, I would like to ask someone more skilled with PHP internals, where can I found some documentation when I want to start to develop new PHP SAPI. For many years I'm using PHP as FastCGI but standrad FastCGI handler and also new PHPFPM does not suits my

[PHP-DEV] New SAPI development

2015-02-23 Thread Peter Hodur
Hello, I would like to ask someone more skilled with PHP internals, where can I found some documentation when I want to start to develop new PHP SAPI. For many years I'm using PHP as FastCGI but standrad FastCGI handler and also new PHPFPM does not suits my needs. So how to start? Where can I fin