Is there any documentation regarding the SAPI interface?

I'm writing a SAPI module so that I can run PHP in a new embedded
web server.

Why, do I want to do this?
Our server is designed for embedding in applications or devices and is
a fast, multi-threaded, secure, portable, small-footprint web server that 
uses an apache configuration file format. It really is like a small,
embeddable Apache. For devices or applications that want their own 
in-process personal web server, our server Mbedthis AppWeb is ideal.

I want to support PHP in an embedded fashion but am struggling to find 
documentation on the SAPI interface. I can probably work it out from the 
code, but there don't seem to be pointers about what are the expectations 
by PHP on the SAPI module. Also, there seems to be quite a bit of
diversity in the level of support offered by existing SAPI handlers.

Any help or pointers to existing information will be appreciated.

Michael O'Brien
Lead Architect
http://www.mbedthis.com

-- 
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to