Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:30254 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 13841 invoked by uid 1010); 19 Jun 2007 15:04:23 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 13814 invoked from network); 19 Jun 2007 15:04:22 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 19 Jun 2007 15:04:22 -0000 X-Host-Fingerprint: 202.56.7.144 unknown Received: from [202.56.7.144] ([202.56.7.144:10632] helo=localhost.localdomain) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id B0/A9-47650-170F7764 for ; Tue, 19 Jun 2007 11:04:19 -0400 Message-ID: To: internals@lists.php.net Reply-To: "muquaddim" References: <00.05.25319.F9955764@pb1.pair.com> <14.EA.00919.65307764@pb1.pair.com> <1182239257.3364.890.camel@johannes.nop> Date: Tue, 19 Jun 2007 11:03:30 -0400 Lines: 20 Organization: SUST X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2900.2180 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180 X-RFC2646: Format=Flowed; Original X-Posted-By: 202.56.7.144 Subject: Re: [PHP-DEV] Re: documentation of php5ts.dll and .NET wrapper From: shiplu.net@gmail.com ("muquaddim") So I have to write my own Sapi module in PHP way :-( It looks like too tough for me. And its the right way. My intention is to implement a simple funcion int execute(char *filename); //filename is a php file For I have to write a sapi module. No matter I'll at least try it. Now the big question. Can anyone tell me how to write sapi modules for php I have googled for long time but no hope. I have seen that the directories and the sourc file in the sapi directory has a special format. May be this is the format of SAPI module. It would be great if there is any example. sapi/example perhaps. Lastly about Sara's book. I have to buy it. This is what I cant. Please show me way.