Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:39086 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 89153 invoked from network); 18 Jul 2008 11:20:01 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 18 Jul 2008 11:20:01 -0000 Authentication-Results: pb1.pair.com header.from=steph@php.net; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=steph@php.net; spf=unknown; sender-id=unknown Received-SPF: unknown (pb1.pair.com: domain php.net does not designate 64.99.136.130 as permitted sender) X-PHP-List-Original-Sender: steph@php.net X-Host-Fingerprint: 64.99.136.130 smtprelay-virgin0130.hostedemail.com Linux 2.5 (sometimes 2.4) (4) Received: from [64.99.136.130] ([64.99.136.130:59741] helo=smtprelay-virgin.hostedemail.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 83/4F-31728-16C70884 for ; Fri, 18 Jul 2008 07:20:01 -0400 Received: from filter.hostedemail.com (ff-bigip1 [10.5.19.254]) by smtprelay06.hostedemail.com (Postfix) with SMTP id 00D055B492; Fri, 18 Jul 2008 11:19:59 +0000 (UTC) X-SpamScore: 1 Received: from foxbox (77-97-189-167.cable.ubr07.shef.blueyonder.co.uk [77.97.189.167]) (Authenticated sender: steph.fox) by omf11.hostedemail.com (Postfix) with ESMTP; Fri, 18 Jul 2008 11:19:58 +0000 (UTC) Message-ID: <008f01c8e8c8$691b9e20$a7bd614d@foxbox> To: "Scott MacVicar" Cc: "Pierre Joye" , "internals" References: <043f01c8e87f$63257930$a7bd614d@foxbox> <001701c8e8c1$e01a6ee0$a7bd614d@foxbox> <488079A5.3020401@php.net> Date: Fri, 18 Jul 2008 12:21:21 +0100 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 X-session-marker: 73746570682E666F78 X-Spam-Summary: 2,0,0,b0ca75499b2b1ad0,72e7850dc257c504,steph@php.net,,RULES_HIT:355:379:539:540:541:542:543:567:599:601:945:988:989:1155:1156:1260:1277:1311:1313:1314:1345:1437:1515:1516:1518:1534:1539:1587:1593:1594:1711:1730:1747:1766:1792:2073:2075:2078:2110:2379:2393:2553:2559:2562:2828:3027:3352:3865:3866:3867:3868:3869:3870:3871:3872:3874:4250:5007:6119:6261:7653:7875:7903:8660,0,RBL:none,CacheIP:none,Bayesian:0.5,0.5,0.5,Netcheck:none,DomainCache:0,MSF:not bulk,SPF:,MSBL:none,DNSBL:none Subject: Re: [PHP-DEV] Apache builds From: steph@php.net ("Steph Fox") Hi Scott, thanks, > John worked on apache2filter and for some reason he only made a change to > do with streams on the 5.x branch [1] and never merged his change to head. > It means that currently apache2filter works on HEAD but not on PHP 5.3 Ahhhhhhhhhhh it was 2 years ago in 5_2 branch. > I've not yet had time to see if there is a way to get a length of content > from a previous brigade in Apache. We may just need to buffer the result > and then call it? I'm unsure at the moment. Isn't it just a case of rewriting php_apache_fteller_stream() to use the new API? > Also I dont think the apache filter SAPI is in use by anyone, but I could > be wrong here. I suppose the chances of throwing it out are zero... Cheers, - Steph