Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:62103 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 23184 invoked from network); 9 Aug 2012 15:18:30 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 9 Aug 2012 15:18:30 -0000 Authentication-Results: pb1.pair.com smtp.mail=rasmus@lerdorf.com; spf=permerror; sender-id=unknown Authentication-Results: pb1.pair.com header.from=rasmus@lerdorf.com; sender-id=unknown Received-SPF: error (pb1.pair.com: domain lerdorf.com from 209.85.216.170 cause and error) X-PHP-List-Original-Sender: rasmus@lerdorf.com X-Host-Fingerprint: 209.85.216.170 mail-qc0-f170.google.com Received: from [209.85.216.170] ([209.85.216.170:60923] helo=mail-qc0-f170.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 75/0A-00812-5C4D3205 for ; Thu, 09 Aug 2012 11:18:30 -0400 Received: by qcmt36 with SMTP id t36so387182qcm.29 for ; Thu, 09 Aug 2012 08:18:27 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:x-enigmail-version:content-type :content-transfer-encoding:x-gm-message-state; bh=pyktaE3lp6Akc4pCEhsl2wsZVqKJDPmjYpHuBE1Zu5I=; b=J5/I8GAngNLx42ps7D1RPdXxp39Wv7RVojJa0q+7ztBXEVhXte+HLye09104qsBiTO RRWDs8ompB9bmYIRV1L+mBvQWJ6M82lneNALk/8jHn9sJ+NpTeSCwg7OZgGtRpA8Si0w ugOycRMA0dWAzWbjfeTGj2DR6O6u3n6ZvqSI7Kw9exIlYr10FWACmUsCrjIx6kSqsB+s iZy17qvq4TBLIMq9GIs5X9VLSpI1vMenldwhdNH2tU3P09tBTneGF73XbGFriWXsjWf9 yeIFuri5QNYbHs3HsSJR0xSjsApOjpx3z7FQkigYHRQ9XIc5Uo22qIvlLzgH+PB/cqUt SsmA== Received: by 10.224.1.72 with SMTP id 8mr3230031qae.76.1344525507082; Thu, 09 Aug 2012 08:18:27 -0700 (PDT) Received: from [10.252.2.34] ([64.124.192.210]) by mx.google.com with ESMTPS id ej6sm1297464qab.0.2012.08.09.08.18.25 (version=SSLv3 cipher=OTHER); Thu, 09 Aug 2012 08:18:26 -0700 (PDT) Message-ID: <5023D4C1.3040205@lerdorf.com> Date: Thu, 09 Aug 2012 11:18:25 -0400 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:14.0) Gecko/20120714 Thunderbird/14.0 MIME-Version: 1.0 To: Levi Morrison CC: Rob Richards , PHP Developers Mailing List References: <5023CE88.60501@cdatazone.org> In-Reply-To: X-Enigmail-Version: 1.5a1pre Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Gm-Message-State: ALoCoQlTzFyII8gT/1q36wiVPRg5VVvfcWVN6LSfvFdyQ0M/jRUGseqy2RpzCBBegu5dKxldEAAv Subject: Re: [PHP-DEV] 5.3 status From: rasmus@lerdorf.com (Rasmus Lerdorf) 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. -Rasmus