Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:6262 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 96259 invoked by uid 1010); 7 Dec 2003 09:40:08 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 96205 invoked from network); 7 Dec 2003 09:40:07 -0000 Received: from unknown (HELO mx.thebrainroom.net) (65.200.24.98) by pb1.pair.com with SMTP; 7 Dec 2003 09:40:07 -0000 Received: by mx.thebrainroom.net (Postfix, from userid 517) id 454931488089; Sun, 7 Dec 2003 01:39:07 -0800 (PST) Received: from obsidian (zaneeb.thebrainroom.net [82.133.1.138]) by mx.thebrainroom.net (Postfix) with ESMTP id 947171488087; Sun, 7 Dec 2003 01:39:02 -0800 (PST) Message-ID: <028a01c3bca6$046ea920$8802a8c0@obsidian> To: , "Michael O'Brien" References: Date: Sun, 7 Dec 2003 09:39:28 -0000 Organization: The Brain Room Ltd. MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1158 X-MIMEOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 X-Spam-Status: No, hits=-0.9 required=5.0 tests=AWL,BAYES_30,QUOTED_EMAIL_TEXT,REFERENCES version=2.55 X-Spam-Level: X-Spam-Checker-Version: SpamAssassin 2.55 (1.174.2.19-2003-05-19-exp) X-TBR-Filter: Virus scanned and defanged Subject: Re: [PHP-DEV] SAPI documentation From: wez@thebrainroom.com ("Wez Furlong") 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.