Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:21023 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 39876 invoked by uid 1010); 3 Dec 2005 18:07:30 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 39861 invoked from network); 3 Dec 2005 18:07:30 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 3 Dec 2005 18:07:30 -0000 X-Host-Fingerprint: 69.12.155.130 69-12-155-130.dsl.static.sonic.net Linux 2.4/2.6 Received: from ([69.12.155.130:1510] helo=pigeon.alphaweb.net) by pb1.pair.com (ecelerity 2.0 beta r(6323M)) with SMTP id 6E/B1-14828-1EED1934 for ; Sat, 03 Dec 2005 13:07:29 -0500 Received: from localhost ([127.0.0.1] helo=stumpy) by pigeon.alphaweb.net with smtp (Exim 4.10) id 1EiazO-0007gm-00; Sat, 03 Dec 2005 09:15:58 -0800 Message-ID: <005a01c5f834$c74b8410$7d051fac@stumpy> To: "Ben Trafford" Cc: References: <6.2.1.2.2.20051203123735.022aeeb0@mail.prodigal.ca> Date: Sat, 3 Dec 2005 10:10:00 -0800 MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="iso-8859-1"; reply-type=response Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2900.2180 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180 Subject: Re: SAPI Module Development. From: pollita@php.net ("Sara Golemon") > I'm starting work on a SAPI implementation for the TinyMUX server > (http://www.tinymux.org). Basically, it's like a MUD server -- a > telnet-based, textual roleplaying game. > What you want is the embed SAPI which can simply be linked against like any other library. At the moment, the only documentation available (that I know of) are some slides Wez prepared for a conferrence two years ago. Dated perhaps, but extremely relevant and very easy to follow. http://www.php-kongress.de/2003/slides/internals_track/wez_embedding-php.pdf -Sara