Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:36343 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 50289 invoked from network); 22 Mar 2008 22:51:51 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 22 Mar 2008 22:51:51 -0000 Authentication-Results: pb1.pair.com smtp.mail=stefan.walk@gmail.com; spf=unknown; sender-id=unknown Authentication-Results: pb1.pair.com header.from=stefan.walk@gmail.com; sender-id=unknown Received-SPF: unknown (pb1.pair.com: domain gmail.com does not designate 62.75.137.136 as permitted sender) X-PHP-List-Original-Sender: stefan.walk@gmail.com X-Host-Fingerprint: 62.75.137.136 fuer-et.de Linux 2.5 (sometimes 2.4) (4) Received: from [62.75.137.136] ([62.75.137.136:59090] helo=eve.fuer-et.de) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id D4/9B-16027-68D85E74 for ; Sat, 22 Mar 2008 17:51:50 -0500 Received: from [192.168.1.152] (p4FC86719.dip.t-dialin.net [79.200.103.25]) by eve.fuer-et.de (Postfix) with ESMTP id 564111C59D16 for ; Sat, 22 Mar 2008 22:51:47 +0000 (UTC) Message-ID: <47E58D81.703@gmail.com> Date: Sat, 22 Mar 2008 23:51:45 +0100 User-Agent: Thunderbird 2.0.0.12 (Windows/20080213) MIME-Version: 1.0 To: 'PHP Internals' References: <47E3F714.60302@zend.com> <883216194.20080321193140@marcus-boerger.de> <47E40848.1060103@zend.com> <47E40C3F.8040601@sci.fi> <47E40E6E.5030103@zend.com> <1679837983.20080321204458@marcus-boerger.de> <47E415A2.30006@zend.com> <35948940.20080321211345@marcus-boerger.de> <1206224154.31721.26.camel@goldfinger> In-Reply-To: <1206224154.31721.26.camel@goldfinger> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit Subject: Re: [PHP-DEV] short_open_tag From: stefan.walk@gmail.com (Stefan Walk) Johannes Schlüter schrieb: > Now we have the big issue: Do we want to have short open tags forever? > Well, without tooo much thinking my idea would be to drop " " make it simple to do templating using PHP, on the other hand when not > echo'ing stuff you already have to write more soo the four additional > characters ("php ") don't matter that much - especially every decent > editor/ide should be able to give you a completion on that, if you want.
you can have short stuff without outputting stuff too. Regards, Stefan P.S. This patch will be the most useful addition to PHP that has been added for a long time, provided the purists and i-don't-know-how-to-write-testcases-the-right-way folks don't succeed in shooting it down.