Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:6279 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 67167 invoked by uid 1010); 8 Dec 2003 07:41:44 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 67143 invoked by uid 1007); 8 Dec 2003 07:41:44 -0000 To: internals@lists.php.net Date: Sun, 07 Dec 2003 23:43:41 -0800 User-Agent: Pan/0.14.2 (This is not a psychotic episode. It's a cleansing moment of clarity.) Message-ID: References: <028a01c3bca6$046ea920$8802a8c0@obsidian> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Posted-By: 209.180.205.165 Subject: SAPI documentation From: mob@mbedthis.com (Michael O'Brien) Wez, Thanks all for your responses. I've read the code of all the SAPI handlers and thought the nsapi or AOL code looked like a reasonable starting base. I might just document this as I go. Some documentation is really needed in this area. As a minimum, I can comment my SAPI code well and that will be a better guide for others. Michael O'Brien http://www.mbedthis.com On Sun, 07 Dec 2003 09:39:28 +0000, Wez Furlong wrote: > Hi Michael, > > There is no documentation except for the source code. > I'd suggest using one of the other threaded SAPI's as > a base and go from there (isapi and/or nsapi). > > --Wez. > > ----- Original Message ----- > From: "Michael O'Brien" > To: > Sent: Sunday, December 07, 2003 8:03 AM > Subject: [PHP-DEV] SAPI documentation > > >> 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.