Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:29259 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 61895 invoked by uid 1010); 7 May 2007 12:36:44 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 61880 invoked from network); 7 May 2007 12:36:44 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 7 May 2007 12:36:44 -0000 Authentication-Results: pb1.pair.com header.from=derick@php.net; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=derick@php.net; spf=permerror; sender-id=unknown Received-SPF: error (pb1.pair.com: domain php.net from 82.94.239.5 cause and error) X-PHP-List-Original-Sender: derick@php.net X-Host-Fingerprint: 82.94.239.5 jdi.jdi-ict.nl Received: from [82.94.239.5] ([82.94.239.5:58297] helo=jdi.jdi-ict.nl) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 9C/D0-56106-C5D1F364 for ; Mon, 07 May 2007 08:36:44 -0400 Received: from localhost (localhost [127.0.0.1]) by jdi.jdi-ict.nl (8.13.7/8.12.11) with ESMTP id l47CaeVE016886; Mon, 7 May 2007 14:36:40 +0200 Date: Mon, 7 May 2007 14:36:36 +0200 (CEST) X-X-Sender: derick@kossu.ez.no To: Lester Caine cc: PHP internals In-Reply-To: <463EDD0B.7080300@lsces.co.uk> Message-ID: References: <139872287.20070504170744@marcus-boerger.de> <736AED54-1272-4924-A07D-3166A1742A2F@prohost.org> <698DE66518E7CA45812BD18E807866CE2FEF72@us-ex1.zend.net> <463EDD0B.7080300@lsces.co.uk> X-Face: "L'&?Ah3MYF@FB4hU'XhNhLB]222(Lbr2Y@F:GE[OO;"F5p>qtFBl|yVVA&D{A(g3[C}mG:199P+5C'v.M/u@Z\![0b:Mv.[l6[uWl' MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=us-ascii Subject: Re: [PHP-DEV] [RFC] Starting 5.3 From: derick@php.net (Derick Rethans) On Mon, 7 May 2007, Lester Caine wrote: > Andi Gutmans wrote: > > I see no value in making compatibility breaks in 5.x and not in the next > > major version. As it is we drive a lot of our users crazy. We already > > agreed this is a 6.x thing. > > > IMHO one good reason to start a new branch for 5.x would be the ability to > > > get rid off register_globals and magic_quotes in the 5 series without > > > having to wait for PHP6 to come around. > > It seems to me that there are even more people around with their own agendas > today. The PHP6 'plan' is looking good, but do we have an ETA? Personally I've > stopped bothering with all the changes to PHP5 and 5.1.6 is working nicely for > me, so my next step WOULD be PHP6. For those of us who have already 'dropped' > register_globals and magic_quotes in our code, forcing people who have not yet > had time to make the move seems a little heavy handed. PHP6 will need a major > porting exercise, so keep it until then. > > As for phar? It sounds a little like PDO. No one has time to work on the > Firebird PDO driver because we still need the main driver to provide the > functions PDO does not support. Proper discussion and development of elements > that are planned to become main stream would be nice, and not the apparently > current method of 'I'm doing this in the next release because I want it!' Do > we need phar? Is it fully operational on all platforms? How will the currently > registered dependencies be addressed? IF it goes into the main distribution > presumably the installers are going to be extended to support it's server > requirements. Is that appropriate 'mid cycle'? > > It WOULD be nice to spend some time inside the PHP code base, but at present > all spare time seems to be spent monitoring and testing all the changes to the > releases and always playing catch up. > > PHP6 is the next release - PHP5 should now be tied down and put on the same > basis as PHP4 before we end up with even more private initiatives creating > even more mayhem :( > If people want these changes why aren't they working to get PHP6 out? Amen, besides that you should use php 5.2 and not 5.1.6 ;-) regards, Derick