Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:62109 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 38685 invoked from network); 9 Aug 2012 18:46:12 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 9 Aug 2012 18:46:12 -0000 Authentication-Results: pb1.pair.com smtp.mail=rrichards@cdatazone.org; spf=softfail; sender-id=softfail Authentication-Results: pb1.pair.com header.from=rrichards@cdatazone.org; sender-id=softfail Received-SPF: softfail (pb1.pair.com: domain cdatazone.org does not designate 207.58.142.213 as permitted sender) X-PHP-List-Original-Sender: rrichards@cdatazone.org X-Host-Fingerprint: 207.58.142.213 smtp2go.com Linux 2.6 Received: from [207.58.142.213] ([207.58.142.213:54110] helo=smtp2go.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 96/CC-00812-37504205 for ; Thu, 09 Aug 2012 14:46:12 -0400 Message-ID: <50240570.5030206@cdatazone.org> Date: Thu, 09 Aug 2012 14:46:08 -0400 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.7; rv:14.0) Gecko/20120713 Thunderbird/14.0 MIME-Version: 1.0 To: Rasmus Lerdorf CC: PHP internals References: <5023CE88.60501@cdatazone.org> <5023D4C1.3040205@lerdorf.com> <5023D7D5.1060502@lsces.co.uk> <5023DEF2.8050802@lerdorf.com> In-Reply-To: <5023DEF2.8050802@lerdorf.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] 5.3 status From: rrichards@cdatazone.org (Rob Richards) On 8/9/12 12:01 PM, Rasmus Lerdorf wrote: > On 08/09/2012 11:31 AM, Lester Caine wrote: >> Rasmus Lerdorf wrote: >>> On 08/09/2012 11:10 AM, Levi Morrison wrote: >>>>> On Thu, Aug 9, 2012 at 8:51 AM, Rob >>>> Richards wrote: >>>>>>> Whats the status of 5.3? I have some changes that need to get into >>>>> a couple >>>>>>> of the xml based extensions in order for them to work with the >>>>> next libxml2 >>>>>>> release next month. Should I be putting these into 5.3 as well? >>>>>>> >>>>>>> Rob >>>>> By no means am I an official representative, but I'd like to see them >>>>> NOT put into the 5.3 series. Security fixes I can understand, but we >>>>> WANT people to upgrade. If we keep developing 5.3 then what's the >>>>> point of 5.4 and 5.5? >>> Until we EOL 5.3 we should make sure it builds against current versions >>> of common things like libxml2. We also don't have APC ready for all the >>> new features in 5.4, so it isn't viable to upgrade to it yet for many >>> sites. >> Not just APC ... It would be useful to document all the extensions that >> are still only available in PHP5.3 ( or earlier )... >> >> There seems to be a number of reasons ISP's are giving for not offering >> PHP5.4 yet but getting a definitive answer seems impossible. > There is no such answer. When we find an extension that hasn't been > fixed for 5.4 yet, we fix it. Outside of APC which is on a completely > different level, modifying extensions to work with 5.4 is trivial. > > -Rasmus > Thanks. Committed then. Can someone do me a favor and make sure that the commit went properly. Just got my env setup for first time for the repo and to top it off git client hung on me during the push but I think it made it ok Rob