Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:41813 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 24205 invoked from network); 10 Nov 2008 11:55:12 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 10 Nov 2008 11:55:12 -0000 Authentication-Results: pb1.pair.com header.from=Johannes.Schlueter@Sun.COM; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=johannes@php.net; spf=unknown; sender-id=unknown Received-SPF: unknown (pb1.pair.com: domain php.net does not designate 192.18.6.24 as permitted sender) X-PHP-List-Original-Sender: johannes@php.net X-Host-Fingerprint: 192.18.6.24 gmp-eb-inf-2.sun.com Solaris 10 (beta) Received: from [192.18.6.24] ([192.18.6.24:55894] helo=gmp-eb-inf-2.sun.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 5E/24-04934-D1128194 for ; Mon, 10 Nov 2008 06:55:11 -0500 Received: from fe-emea-09.sun.com (gmp-eb-lb-2-fe3.eu.sun.com [192.18.6.12]) by gmp-eb-inf-2.sun.com (8.13.7+Sun/8.12.9) with ESMTP id mAABt561000896 for ; Mon, 10 Nov 2008 11:55:05 GMT Received: from conversion-daemon.fe-emea-09.sun.com by fe-emea-09.sun.com (Sun Java System Messaging Server 6.2-8.04 (built Feb 28 2007)) id <0KA400H018TJ3400@fe-emea-09.sun.com> (original mail from johannes@php.net) for internals@lists.php.net; Mon, 10 Nov 2008 11:55:05 +0000 (GMT) Received: from [192.168.1.103] ([88.217.72.146]) by fe-emea-09.sun.com (Sun Java System Messaging Server 6.2-8.04 (built Feb 28 2007)) with ESMTPSA id <0KA400LXP92GSZ80@fe-emea-09.sun.com>; Mon, 10 Nov 2008 11:54:28 +0000 (GMT) Date: Mon, 10 Nov 2008 12:54:09 +0100 In-reply-to: Sender: Johannes.Schlueter@Sun.COM To: Pierre Joye Cc: Lukas Kahwe Smith , Hannes Magnusson , PHP Development Message-ID: <1226318049.4679.51.camel@goldfinger.johannes.nop> MIME-version: 1.0 X-Mailer: Evolution 2.22.3.1 (2.22.3.1-1.fc9) Content-type: text/plain Content-transfer-encoding: 7BIT References: <78F3CCDA-D0E5-4B13-88B1-72CB0D442A46@pooteeweet.org> <7f3ed2c30811070029v23715e61j2310c39d3e3e9366@mail.gmail.com> <5363D8C5-B060-48E1-B626-D7BCA3BBD1C2@pooteeweet.org> Subject: Re: [PHP-DEV] alpha3 From: johannes@php.net (Johannes =?ISO-8859-1?Q?Schl=FCter?=) On Fri, 2008-11-07 at 09:57 +0100, Pierre Joye wrote: > It is why alpha releases are for. If we don't merge it we should > simply drop it in HEAD and forget it. This code has been there for > years now, it is time to bring it to a stable branch. The same applies > for other code in HEAD not having merged to 5.3. So, did anybody do a review of the ob code? I know it's in HEAD for ages, but I consider the ob stuff a critical part of PHP which I don't want to see broken, I'm fine with some random extension being broken, but not with a central piece of PHP .. and even having it in HEAD doesn't mean it's really tested there - I guess just a few people do more with head than just compiling and running make test. Back one year ago, it was discussed and I liked it but nobody had the time&motivation to port it to 5.3, having it early would have been nice. For now: Who does a review and who is willing to be responsible for fixing probable bugs? johannes