Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:21671 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 6356 invoked by uid 1010); 24 Jan 2006 17:38:02 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 6340 invoked from network); 24 Jan 2006 17:38:02 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 24 Jan 2006 17:38:02 -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:3512] helo=pigeon.alphaweb.net) by pb1.pair.com (ecelerity 2.0 beta r(6323M)) with SMTP id BC/08-06819-8F566D34 for ; Tue, 24 Jan 2006 12:38:01 -0500 Received: from localhost ([127.0.0.1] helo=stumpy) by pigeon.alphaweb.net with smtp (Exim 4.10) id 1F1RDs-00044S-00; Tue, 24 Jan 2006 08:40:49 -0800 Message-ID: <001001c6210d$52a7add0$e1591a44@stumpy> To: "Matthew" Cc: References: Date: Tue, 24 Jan 2006 09:40:47 -0800 MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="iso-8859-1"; reply-type=original 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: PHP and Non-Apache From: pollita@php.net ("Sara Golemon") > Hello all, I hope this is the right place to write about this. I've been > trying now for quite some time to integrate php into my non-apache server > (completely c++ written by me). > Sounds like you want to use sapi/embed (or write a SAPI implementation of your own which is notably more involved). Start with Wez's slides to get a general idea, if you have questions later on, you can ask here or on pecl-dev which is more non-core oriented than internals. -Sara http://www.php-kongress.de/2003/slides/internals_track/wez_embedding-php.pdf