Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:66332 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 21741 invoked from network); 28 Feb 2013 16:02:03 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 28 Feb 2013 16:02:03 -0000 Authentication-Results: pb1.pair.com header.from=lester@lsces.co.uk; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=lester@lsces.co.uk; spf=permerror; sender-id=unknown Received-SPF: error (pb1.pair.com: domain lsces.co.uk from 213.123.20.127 cause and error) X-PHP-List-Original-Sender: lester@lsces.co.uk X-Host-Fingerprint: 213.123.20.127 c2bthomr09.btconnect.com Received: from [213.123.20.127] ([213.123.20.127:21695] helo=mail.btconnect.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 8C/C1-10974-87F7F215 for ; Thu, 28 Feb 2013 11:02:01 -0500 Received: from host86-183-119-16.range86-183.btcentralplus.com (EHLO _10.0.0.5_) ([86.183.119.16]) by c2bthomr09.btconnect.com with ESMTP id LAI05032; Thu, 28 Feb 2013 16:01:57 +0000 (GMT) Message-ID: <512F7F74.6030300@lsces.co.uk> Date: Thu, 28 Feb 2013 16:01:56 +0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:18.0) Gecko/20100101 Firefox/18.0 SeaMonkey/2.15 MIME-Version: 1.0 To: PHP internals References: <435a322ccb14090d3bcf6bf8a110396d@mail.gmail.com> <512E7870.7010208@lerdorf.com> <0b8c20490dae9ecb9f9cd4a77cf47796@mail.gmail.com> <3487da3f1d2d6eca643189629a19283e@mail.gmail.com> In-Reply-To: <3487da3f1d2d6eca643189629a19283e@mail.gmail.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Mirapoint-IP-Reputation: reputation=Neutral-1, source=Queried, refid=tid=0001.0A0B0302.512F7F74.0073, actions=tag X-Junkmail-Premium-Raw: score=7/50, refid=2.7.2:2013.2.28.153615:17:7.944, ip=86.183.119.16, rules=__MOZILLA_MSGID, __HAS_MSGID, __SANE_MSGID, __HAS_FROM, __USER_AGENT, __MOZILLA_USER_AGENT, __MIME_VERSION, __TO_MALFORMED_2, __BOUNCE_CHALLENGE_SUBJ, __BOUNCE_NDR_SUBJ_EXEMPT, __IN_REP_TO, __CT, __CT_TEXT_PLAIN, __CTE, __ANY_URI, __URI_NO_MAILTO, __URI_NO_WWW, __CP_URI_IN_BODY, BODY_ENDS_IN_URL, __FORWARDED_MSG, BODYTEXTP_SIZE_3000_LESS, BODY_SIZE_2000_2999, __MIME_TEXT_ONLY, RDNS_GENERIC_POOLED, HTML_00_01, HTML_00_10, BODY_SIZE_5000_LESS, RDNS_SUSP_GENERIC, RDNS_SUSP, BODY_SIZE_7000_LESS X-Junkmail-Status: score=10/50, host=c2bthomr09.btconnect.com X-Junkmail-Signature-Raw: score=unknown, refid=str=0001.0A0B0209.512F7F75.0073,ss=1,re=0.000,fgs=0, ip=0.0.0.0, so=2011-07-25 19:15:43, dmn=2011-05-27 18:58:46, mode=multiengine X-Junkmail-IWF: false Subject: Re: [PHP-DEV] [VOTE] Integrating Zend Optimizer+ into the PHP distribution From: lester@lsces.co.uk (Lester Caine) Zeev Suraski wrote: > Of course I do, but I would say that saying 5.4 is 'extremely incompatible > with 5.3' is also nitpicking. Which is why I doubt 5.5 will see > dramatically different adoption rates from 5.4. If anything, having O+ > inside 5.5 would help - although personally I think that the reason people > aren't upgrading to 5.4 isn't just the fact APC wasn't available. It's > simply not a priority for them as earlier versions are already doing > everything they need, and if it ain't broke - don't fix it. Code which originated in pre 5.3 days and has had the faults hidden when running on 5.3 still needs work to run on 5.4. If the faults were fixed in 5.3, then it's more likely to run on 5.4 even with e_strict off. I have yet to get a legacy site that does not need a few hours work to get it running again in 5.4. I've still another 60 odd to work through and some of them still use things removed in 5.4. The hassle with