Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:61912 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 54356 invoked from network); 1 Aug 2012 08:36:52 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 1 Aug 2012 08:36:52 -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.26.184 cause and error) X-PHP-List-Original-Sender: lester@lsces.co.uk X-Host-Fingerprint: 213.123.26.184 c2beaomr06.btconnect.com Received: from [213.123.26.184] ([213.123.26.184:35997] helo=mail.btconnect.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id A9/E3-32875-1AAE8105 for ; Wed, 01 Aug 2012 04:36:50 -0400 Received: from host81-138-11-136.in-addr.btopenworld.com (EHLO _10.0.0.5_) ([81.138.11.136]) by c2beaomr06.btconnect.com with ESMTP id IRC37275; Wed, 01 Aug 2012 09:36:46 +0100 (BST) Message-ID: <5018EA9E.1010603@lsces.co.uk> Date: Wed, 01 Aug 2012 09:36:46 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:13.0) Gecko/20120604 Firefox/13.0 SeaMonkey/2.10 MIME-Version: 1.0 To: PHP internals References: <50163FAD.4020004@lsces.co.uk> <5016A5A8.50506@lerdorf.com> <5018CA7E.5070802@lsces.co.uk> <5018CC83.4030002@sugarcrm.com> <5018D2D1.2040004@lsces.co.uk> <5018D80D.7020502@sugarcrm.com> <5018DDD4.7010608@lsces.co.uk> <5018E16C.8020703@sugarcrm.com> <5018E419.7040504@lerdorf.com> In-Reply-To: <5018E419.7040504@lerdorf.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Mirapoint-IP-Reputation: reputation=Fair-1, source=Queried, refid=tid=0001.0A0B0302.5018EA9E.0091, actions=TAG X-Junkmail-Premium-Raw: score=7/50, refid=2.7.2:2012.8.1.81516:17:7.944, ip=81.138.11.136, rules=__MOZILLA_MSGID, __HAS_MSGID, __SANE_MSGID, __HAS_FROM, __USER_AGENT, __MIME_VERSION, __TO_MALFORMED_2, __BOUNCE_CHALLENGE_SUBJ, __BOUNCE_NDR_SUBJ_EXEMPT, __CT, __CT_TEXT_PLAIN, __CTE, __ANY_URI, __URI_NO_MAILTO, __URI_NO_WWW, __CP_URI_IN_BODY, BODY_ENDS_IN_URL, BODYTEXTP_SIZE_3000_LESS, BODY_SIZE_1800_1899, __MIME_TEXT_ONLY, RDNS_GENERIC_POOLED, HTML_00_01, HTML_00_10, BODY_SIZE_5000_LESS, RDNS_SUSP_GENERIC, RDNS_SUSP, BODY_SIZE_2000_LESS, BODY_SIZE_7000_LESS X-Junkmail-Status: score=10/50, host=c2beaomr06.btconnect.com X-Junkmail-Signature-Raw: score=unknown, refid=str=0001.0A0B0205.5018EA9E.0177:SCFSTAT14830815,ss=1,re=-4.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] Bringing users along ... From: lester@lsces.co.uk (Lester Caine) Rasmus Lerdorf wrote: >>> Only with short tags on ... 5.4 has detached it from that, but 5.3 still >>> >>switches it off by default, and convincing ISP to switch short tags on again is >>> >>a lost cause:( Fixing it in PHP5.3 was rejected:( >> > >> >Errm... So you are complaining we're not going back in time now and make >> >different decision about PHP 5.3 that was made years ago? Or what is >> >your point exactly? > Note also that we have been*extremely* conservative with the > short_open_tag setting because we know it can break old code. To this > day even in PHP 5.4 it is still on by default as it was in PHP 5.3. > Since PHP 5.1.0 which was released in 2005 we have suggested that people > disable it in their php.ini because of the obvious problems it causes > with respect to other things that use the XML PI tag, but we have in no > way forced their hands. If you simply upgraded PHP and didn't change > your php.ini, nothing related to short_open_tags would have broken in > the past 15 years. Then can you explain why