Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:15297 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 71283 invoked by uid 1010); 7 Mar 2005 14:11:20 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 71250 invoked from network); 7 Mar 2005 14:11:20 -0000 Received: from unknown (HELO zend.com) (127.0.0.1) by localhost with SMTP; 7 Mar 2005 14:11:20 -0000 X-Host-Fingerprint: 80.74.107.235 mail.zend.com Linux 2.5 (sometimes 2.4) (4) Received: from ([80.74.107.235:54781] helo=mail.zend.com) by pb1.pair.com (ecelerity HEAD r(5124)) with SMTP id 89/CE-53294-6F06C224 for ; Mon, 07 Mar 2005 09:11:03 -0500 Received: (qmail 21142 invoked from network); 7 Mar 2005 14:10:59 -0000 Received: from localhost (HELO zeev-notebook.zend.com) (127.0.0.1) by localhost with SMTP; 7 Mar 2005 14:10:59 -0000 Message-ID: <5.1.0.14.2.20050307160739.0aeb3390@localhost> X-Sender: zeev@localhost X-Mailer: QUALCOMM Windows Eudora Version 5.1 Date: Mon, 07 Mar 2005 16:10:57 +0200 To: internals Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Subject: Problem with fix for bug #31672 From: zeev@zend.com (Zeev Suraski) Guys, I'd like to revert the fix for bug #31672 (" is not considered closing tag if preceded by one-line comment"). While theoretically correct, I'd rather resolve it by fixing the docs. The reason is simple - unlike ?> and %>, the string "" is very much likely to appear inside one line comments: // print ""; That suddenly fails. That's probably the reason we didn't implement it in the first place. Any objections to reverting this fix? Zeev