How to submit a new SAPI extension?

php.internals

George Wang

21 years ago
Hi, How can I submit a new PHP SAPI extension for our LiteSpeed Web Server? Send a patch to this list? Thanks, George Wang

Derick Rethans

21 years ago
On Thu, 17 Mar 2005, George Wang wrote:
> Hi, > > How can I submit a new PHP SAPI extension for our LiteSpeed Web Server? Send > a patch to this list?
Yes, that's the best place for it. regards, Derick
-- Derick Rethans http://derickrethans.nl | http://ez.no | http://xdebug.org

Mike Robinson

21 years ago
Is there going to be any licensing issues that need to be dealt with as far as you can see? Best, Mike Robinson George Wang writes:

George Wang

21 years ago
No, there should not be any licensing issue. :-) The code that we will submit will be under PHP and BSD licenses. The SAPI works like the Fast CGI SAPI using different protocol, PHP runs out of our server process in its own process. Please let me know if there are more concerns. Best Regards, George Wang Mike Robinson wrote: