Hi all, have two question!
the first is where i can find documentation (other than the php source...!) about developping new sapi? if exist !? and for the seconds, have seen in differente sapi source that work like apache module and php module, with a struct who point to differente handler that abstract the handler in the sapi space... my question is how to make php engine dynamicly loadable in sapi... not embedable has embed sapi... but as sapi main executable (developp and compiled separatly) that load php engine as dso! the interest is the possibility to developpe externalised sapi! you can build php engine once and use it in other project and package it and make the possibility to build (like phpize) a new sapi from php engine already installed! have seen embed version but this version hook some of the sapi handler arbitraly... and does not make possible to hook this and other sapi handler after loading embed version... the idea is to be abel to hook all sapi handler after loaded the php engine... i'm not sure have explane correctly my idea.. excuse for my bad english... Best Regards, Mathieu