Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:18502 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 30131 invoked by uid 1010); 28 Aug 2005 05:30:49 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 30116 invoked from network); 28 Aug 2005 05:30:49 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 28 Aug 2005 05:30:49 -0000 X-Host-Fingerprint: 204.11.219.139 lerdorf.com Linux 2.4/2.6 Received: from ([204.11.219.139:36315] helo=colo.lerdorf.com) by pb1.pair.com (ecelerity 2.0 beta r(6323M)) with SMTP id DC/5B-28235-90C41134 for ; Sun, 28 Aug 2005 01:30:49 -0400 Received: from [192.168.200.106] (c-24-6-1-160.hsd1.ca.comcast.net [24.6.1.160]) (authenticated bits=0) by colo.lerdorf.com (8.13.4/8.13.4/Debian-3) with ESMTP id j7S5Uh08001572 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Sat, 27 Aug 2005 22:30:44 -0700 Message-ID: <43114C03.1070902@lerdorf.com> Date: Sat, 27 Aug 2005 22:30:43 -0700 User-Agent: Mozilla Thunderbird 1.0.6 (Macintosh/20050716) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Paul Reinheimer 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> In-Reply-To: <6ec19ec7050827214249925901@mail.gmail.com> X-Enigmail-Version: 0.92.0.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] PHP 6.0 Wishlist From: rasmus@lerdorf.com (Rasmus Lerdorf) 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