Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:6264 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 65976 invoked by uid 1010); 7 Dec 2003 10:32:43 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 65952 invoked from network); 7 Dec 2003 10:32:42 -0000 Received: from unknown (HELO smtp2.pp.htv.fi) (213.243.153.14) by pb1.pair.com with SMTP; 7 Dec 2003 10:32:42 -0000 Received: from localhost.localdomain (cs181008.pp.htv.fi [213.243.181.8]) by smtp2.pp.htv.fi (Postfix) with ESMTP id 3A2CE2970E7; Sun, 7 Dec 2003 12:32:42 +0200 (EET) Received: from localhost (localhost.localdomain [127.0.0.1]) by localhost.localdomain (8.12.10/8.12.10) with ESMTP id hB7AWfZK007441; Sun, 7 Dec 2003 12:32:42 +0200 Date: Sun, 7 Dec 2003 12:32:41 +0200 (EET) Reply-To: Jani Taskinen To: Wez Furlong Cc: internals@lists.php.net, "Michael O'Brien" In-Reply-To: <028a01c3bca6$046ea920$8802a8c0@obsidian> Message-ID: References: <028a01c3bca6$046ea920$8802a8c0@obsidian> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Subject: Re: [PHP-DEV] SAPI documentation From: sniper@iki.fi (Jani Taskinen) What about the sapi/embed ? :) --Jani On Sun, 7 Dec 2003, 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. > > >