Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:36345 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 53673 invoked from network); 22 Mar 2008 23:13:19 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 22 Mar 2008 23:13:19 -0000 Authentication-Results: pb1.pair.com header.from=greg@chiaraquartet.net; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=greg@chiaraquartet.net; spf=permerror; sender-id=unknown Received-SPF: error (pb1.pair.com: domain chiaraquartet.net from 38.99.98.18 cause and error) X-PHP-List-Original-Sender: greg@chiaraquartet.net X-Host-Fingerprint: 38.99.98.18 beast.bluga.net Linux 2.6 Received: from [38.99.98.18] ([38.99.98.18:37124] helo=mail.bluga.net) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id F7/3C-16027-F8295E74 for ; Sat, 22 Mar 2008 18:13:19 -0500 Received: from mail.bluga.net (localhost.localdomain [127.0.0.1]) by mail.bluga.net (Postfix) with ESMTP id B38D6C102D5; Sat, 22 Mar 2008 16:13:16 -0700 (MST) Received: from [192.168.0.106] (CPE-76-84-4-101.neb.res.rr.com [76.84.4.101]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.bluga.net (Postfix) with ESMTP id 609A8C102D1; Sat, 22 Mar 2008 16:13:16 -0700 (MST) Message-ID: <47E59290.6090403@chiaraquartet.net> Date: Sat, 22 Mar 2008 18:13:20 -0500 User-Agent: Thunderbird 2.0.0.12 (X11/20080227) MIME-Version: 1.0 To: Stefan Walk CC: '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> <47E58D81.703@gmail.com> In-Reply-To: <47E58D81.703@gmail.com> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Virus-Scanned: ClamAV using ClamSMTP Subject: Re: [PHP-DEV] short_open_tag From: greg@chiaraquartet.net (Gregory Beaver) Stefan Walk wrote: > 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. I see many good reasons to disable short open tags. However, there is a compromise that is better from all vantage points:
would work like . This is, however, very perl-ish, so I mention it only as a possible way to preserve that aspect of short tags for template usage. God forbid we start seeing regular scripts using "=" to mean "echo" :). As a note, I use exclusively