Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:36290 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 78182 invoked from network); 21 Mar 2008 21:21:00 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 21 Mar 2008 21:21:00 -0000 Authentication-Results: pb1.pair.com smtp.mail=hannes.magnusson@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=hannes.magnusson@gmail.com; sender-id=pass; domainkeys=bad Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.200.169 as permitted sender) DomainKey-Status: bad X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: hannes.magnusson@gmail.com X-Host-Fingerprint: 209.85.200.169 wf-out-1314.google.com Received: from [209.85.200.169] ([209.85.200.169:27219] helo=wf-out-1314.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id E5/FF-26785-CB624E74 for ; Fri, 21 Mar 2008 16:21:00 -0500 Received: by wf-out-1314.google.com with SMTP id 27so1753771wfd.26 for ; Fri, 21 Mar 2008 14:20:57 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=w8Hw6ghi0kEMlkb9XHSYIMubJBTfyD7kqdDNCmUiXIs=; b=Y6xPeIKwk9xH4xGTY4KERxsEpr6UFdFAn+HBBFy3uA69/Z8COUBLSZayxNxdVSL7W8AdnBRaTtJyib8qT3RGBaS3nWevywD2chwt20my2fPlJzPSyumbzNHkWyYcvhu8B+Gv7ApXeSNIyxuM31u07XGrRHu3ee36jQ7SLZPU0jw= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=uVlDXQTz/Ov/4yal2jk/7HxUQQ1oAGYthDKzG5wIQwV2MoiK8XCAifjq/pMBMrIh3P6Z3RWeroKqSTXXiui7oCZ1PfWGUJIxRg2tnPEmiduSYw3OUZImc/LoZT54OVFQCceshn2QVM9Lg/ZXCeeacRwc/+KmqXCl3YTP53hFyuU= Received: by 10.142.215.5 with SMTP id n5mr2699468wfg.161.1206134457875; Fri, 21 Mar 2008 14:20:57 -0700 (PDT) Received: by 10.142.170.21 with HTTP; Fri, 21 Mar 2008 14:20:57 -0700 (PDT) Message-ID: <7f3ed2c30803211420s6cdd06bcy331880346fa68cb@mail.gmail.com> Date: Fri, 21 Mar 2008 22:20:57 +0100 To: "Stanislav Malyshev" Cc: "Marcus Boerger" , "PHP Internals" In-Reply-To: <47E42657.7010408@zend.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <47E3F714.60302@zend.com> <883216194.20080321193140@marcus-boerger.de> <47E40848.1060103@zend.com> <7f3ed2c30803211412v299a0c36m86cabb27b26c232@mail.gmail.com> <47E42657.7010408@zend.com> Subject: Re: [PHP-DEV] short_open_tag From: hannes.magnusson@gmail.com ("Hannes Magnusson") On Fri, Mar 21, 2008 at 10:19 PM, Stanislav Malyshev wrote: > > http://cvs.php.net/viewvc.cgi/php-src/main/main.c?r1=1.262&r2=1.263 > > guess who made that commit... > > I wish I remembered what the rationale for that was, but of course I > don't. Anyway, in 7 years there might be a bit of a change in how people > use PHP, and that of course doesn't support the point of short tags > being evil in general. Yeah, there has been a huge change. A good chunk of that change is XML. -Hannes