OK.

Here is an example of why it causes problems: We had some lines of code like
this:

echo ("<table width=100%>");

works ok. But then we comment out the that line:

// echo ("<table width=100%>");

it now dies.

You might make a note in the NEWS section if it is not already there. I'll
get everyone here to hand convert all the ASP tags to more PHP like tags
(and maybe eliminate short tags too) and then turn those options off so the
(very common) scenario above doesn't drive people nuts later...

Sincerely,

Steven Roussey
Network54.com
http://network54.com/?pp=e

>
> This was fixed to be consistent with ?>.
> One line comments end at a new line or at a closing bracket (?> or %>)
>
> Andi


-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to