Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:18605 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 29464 invoked by uid 1010); 31 Aug 2005 14:14:02 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 29449 invoked from network); 31 Aug 2005 14:14:02 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 31 Aug 2005 14:14:02 -0000 X-Host-Fingerprint: 195.137.249.185 ns1.naeberg.org FreeBSD 4.7-5.2 (or MacOS X 10.2-10.3) (2) Received: from ([195.137.249.185:54305] helo=orion.naeberg.org) by pb1.pair.com (ecelerity 2.0 beta r(6323M)) with SMTP id 1F/B3-15098-A2BB5134 for ; Wed, 31 Aug 2005 10:14:02 -0400 Received: from ip-116.net-82-216-74.rev.numericable.fr ([82.216.74.116] helo=[192.168.230.103]) by orion.naeberg.org with esmtpa (Exim 4.43 (FreeBSD)) id 1EATLh-0007nV-Gc; Wed, 31 Aug 2005 16:13:57 +0200 Message-ID: <4315BB29.2040205@naedev.org> Date: Wed, 31 Aug 2005 16:14:01 +0200 User-Agent: Mozilla Thunderbird 1.0.6 (X11/20050816) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Ron Korving CC: internals@lists.php.net References: <42FCE0E4.604@lerdorf.com> <20050827191013.GA13783@panix.com> <4310BBD1.3030408@prohost.org> <005101c5ab53$1d977e70$6c051fac@lighthammer> <129301c5ab69$71e31370$9cd96751@foxbox> <6ec19ec7050827214249925901@mail.gmail.com> <43114C03.1070902@lerdorf.com> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - orion.naeberg.org X-AntiAbuse: Original Domain - lists.php.net X-AntiAbuse: Originator/Caller UID/GID - [0 0] / [26 6] X-AntiAbuse: Sender Address Domain - naedev.org X-Source: X-Source-Args: X-Source-Dir: Subject: Re: [PHP-DEV] PHP 6.0 Wishlist From: fulax@naedev.org (Cyprien Nicolas) Using seems ridiculous, because it would be implemented only into current branches, so it would not bring compatibility with older releases... Moreover, instead of using for variable interpolation, I prefer to use the heredoc syntax, I think it's better for good looking and readable code. For that, I don't see any reason to create any new short_open_tag like config directive... Cyp Ron Korving wrote: >But why doesn't work? If that'd work, I just might start using > > >Ron > >"Rasmus Lerdorf" wrote in message >news:43114C03.1070902@lerdorf.com... > > >>Paul Reinheimer wrote: >> >> >>>My prefrerence would be for the interpreter to look for ">>short tags is enabled (that was brace, question mark, white space), I >>>don't think i've ever come across an instance when a space or line >>>break wasn't used. I don't have a huge code repository handy but are >>>there any good counter examples live? >>> >>> >>Thousands. and are both extremely common when >>injection single PHP variables into forms and general HTML sections. >> >>-Rasmus >> >> > > >