Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:66380 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 37848 invoked from network); 28 Feb 2013 23:55:37 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 28 Feb 2013 23:55:37 -0000 Authentication-Results: pb1.pair.com header.from=davidkmuir@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=davidkmuir@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.210.51 as permitted sender) X-PHP-List-Original-Sender: davidkmuir@gmail.com X-Host-Fingerprint: 209.85.210.51 mail-da0-f51.google.com Received: from [209.85.210.51] ([209.85.210.51:46136] helo=mail-da0-f51.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 4B/76-25879-87EEF215 for ; Thu, 28 Feb 2013 18:55:37 -0500 Received: by mail-da0-f51.google.com with SMTP id z17so1091549dal.10 for ; Thu, 28 Feb 2013 15:55:33 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:content-type:mime-version:subject:from:in-reply-to:date :cc:content-transfer-encoding:message-id:references:to:x-mailer; bh=JwGKazSoCkbFvd/lwqrGAwXXQPhgyEmSKA732s2j2Pk=; b=nhx7ln76L13jATNanVH9Xb24NTzJiIq9RdF8Ao7l0Fr9E6S0j2QLLkd4VrXFlMug3H quSDwj3/N/OFG22bVSRqSA3+6gjj036kKxnDPyTq0169xfd3efQtfKiCQ3cgf1PA9jjv EtyOPggg7NBPwtC58QNkQNkSBTQQnbqXjhbyJlmyqWWQaSQv1WXD0+p1HSB/IlvbFomX qSXXc+r9Uc3bSZun+gVHFyEaSEVroZOcOzZy3DesKXD9N/5Skcn0TvFQ/RWVvWprwE95 fkfzkQ0t9ifP041Q7gp4mkLDnoYH3wn1U8xrRxSvD3CtQqqKK1B0hx90czLVg1LwCPg2 iuNg== X-Received: by 10.66.88.164 with SMTP id bh4mr15920397pab.41.1362095733652; Thu, 28 Feb 2013 15:55:33 -0800 (PST) Received: from [192.168.0.3] (115-64-165-88.static.tpgi.com.au. [115.64.165.88]) by mx.google.com with ESMTPS id rr14sm9835480pbb.34.2013.02.28.15.55.31 (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Thu, 28 Feb 2013 15:55:32 -0800 (PST) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 6.2 \(1499\)) In-Reply-To: Date: Fri, 1 Mar 2013 10:55:02 +1100 Cc: internals@lists.php.net Content-Transfer-Encoding: quoted-printable Message-ID: References: <435a322ccb14090d3bcf6bf8a110396d@mail.gmail.com> <3206872690693024300@unknownmsgid> To: Jan Ehrhardt X-Mailer: Apple Mail (2.1499) Subject: Re: [PHP-DEV] [VOTE] Integrating Zend Optimizer+ into the PHP distribution From: davidkmuir@gmail.com (David Muir) On 01/03/2013, at 9:22 AM, Jan Ehrhardt wrote: > Raymond Irving in php.internals (Thu, 28 Feb 2013 13:56:11 -0500): >> I'm very sure users will not complain if 5.5 is delayed for a few = months. >> Most websites will not be installing 5.5 immediately after it has = been >> released. >=20 > On the contrary: many users will welcome it because it delays the EOL = of > PHP 5.3 as well. The outcome of a previous vote was that PHP 5.3 would > become unsupported within, say, 14 months from now. An unbelievable > short time frame given the fact that many sites did not even migrate = to > PHP 5.3. >=20 > JAn >=20 > --=20 > PHP Internals - PHP Runtime Development Mailing List > To unsubscribe, visit: http://www.php.net/unsub.php >=20 There's all this talk about the lack of 5.4 adoption being related to = the lack of an opcode cache. I think that's ridiculous. Most shared = hosts that I know about do not even offer opcode caching, so that can't = be the reason why they haven't upgraded. I know of one host that said it was because Zend Guard no longer = supported BSD after 5.2 (don't know if it has since been added back in = because that host has since upgraded to 5.3). Others work with LTS = distro releases like Ubuntu and Red Hat, neither of which are on 5.4 = either. The next Ubuntu LTS release won't be out until April 2014, so = don't expect a surge in 5.4 adoption (or whatever version 14.04 comes = with) for at least another year. For me personally, I'm running sites on 5.2 and 5.3. I am unable to = upgrade to 5.4 and beyond because of the removal of register_globals and = magic_quotes_gpc. I am not complaining that they were removed. Those two = settings have been a huge pain in the backside for years, and I'm glad = they're gone. But the legacy software I have to maintain was written = assuming they were available and on. It will take a *very* long time to = fix and update all that code to run on 5.4. Cheers, David=