Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:22045 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 96282 invoked by uid 1010); 1 Mar 2006 10:44:08 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 96267 invoked from network); 1 Mar 2006 10:44:08 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 1 Mar 2006 10:44:08 -0000 X-Host-Fingerprint: 67.78.11.229 daleenterprise.com FreeBSD 4.7-5.2 (or MacOS X 10.2-10.3) (1) Received: from ([67.78.11.229:54510] helo=daleenterprise.com) by pb1.pair.com (ecelerity 2.0 beta r(6323M)) with SMTP id DA/44-25426-7FA75044 for ; Wed, 01 Mar 2006 05:44:08 -0500 Received: from localhost (localhost [127.0.0.1]) by daleenterprise.com (Postfix) with ESMTP id 59D6979B908; Wed, 1 Mar 2006 05:44:04 -0500 (EST) Received: from daleenterprise.com ([127.0.0.1]) by localhost (daleenterprise.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 15654-15; Wed, 1 Mar 2006 05:44:03 -0500 (EST) Received: from [10.1.100.11] (relay.mustangrestomods.com [67.78.11.226]) by daleenterprise.com (Postfix) with ESMTP id CD01B79B902; Wed, 1 Mar 2006 05:44:03 -0500 (EST) In-Reply-To: <44026F4D.9010204@lerdorf.com> References: <8ADDACA1-2C4A-49EF-8DB5-C2529B2B892F@daleenterprise.com> <1416630C-340F-4D1F-A4D2-711286725A03@daleenterprise.com> <4e89b4260602240411g743e3164s9d2606fdf2aeb837@mail.gmail.com> <689D721F-94B8-4078-B08B-5D4B89B90A42@daleenterprise.com> <44026F4D.9010204@lerdorf.com> Mime-Version: 1.0 (Apple Message framework v746.2) Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-ID: <0F0B9379-CD39-42E7-8D39-792768253DB2@daleenterprise.com> Cc: Wez Furlong , PHP-DEV Content-Transfer-Encoding: 7bit Date: Wed, 1 Mar 2006 05:44:03 -0500 To: Rasmus Lerdorf X-Mailer: Apple Mail (2.746.2) MTA-Interface: amavisd-new-2.3.3 (2005-08-22) + Maia Mailguard 1.1.0 at daleenterprise.com Subject: Re: [PHP-DEV] extension and apache 2.x compatibility issue. From: info@daleenterprise.com ("D. Walsh") On Feb 26, 2006, at 22:17 , Rasmus Lerdorf wrote: > D. Walsh wrote: >> On Feb 24, 2006, at 07:11 , Wez Furlong wrote: >>> My suggestion is to download, compile and use valgrind and see what >>> problems that highlights in your code. >> Since you are specifically directing me to do this I will attempt >> to get valgrind installed and working in Mac OSX, as soon as I >> have that done I'll update you so we can proceed further. > > When you manage that, please send me a copy of an OSX-PPC > compatible Valgrind! > > I don't think you are going to have much luck with that. Well, I must admit, you were right, I spent a few days working on it and the Linux kernel dependancy isn't an easy one to to get around. I've also made some progress, I've been able to get the (updated API) source to work with apache 2.0.x and 2.2 and as noted in Apache 1.3.33, the new API seems to make the extension respond quicker. Unfortunately I've only been able to get it to work properly if PHP is built for Apache 2.x as an 'apxs2filter' so perhaps someone has an ideas or possible solution for this? > -Rasmus -- Dale