Thijs Kinkhorst wrote:
> Hello Miguel,
>
> On Fri, July 28, 2006 10:30, Miguel Gea Milvaques wrote:
>> I think this is not a good idea.
>
> Thanks for your comments, but I'm afraid I disagree.
>
>> It's true that it switch from code to literal, but it'll give
problems with
>> old packages that don't close this tag.
>
> I have been working with PHP since the late 1990's and I've never seen a
> problem with not closing an open <?php at EOF. Can you give a concrete
> example where this will fail?

I was wrong. I was thinking at this example, not including the config file:

*With* ?>:
<html>
<body>
<?
echo hello;
?>
<a href="www.debian.org">Debian</a>

</body>
</html>

*without* ?>:
<html>
<body>
<?
echo hello;

<a href="www.debian.org">Debian</a>

</body>
</html>

-- 
e-mail: Miguel Gea Milvaques <[EMAIL PROTECTED]>
Blog: http://www.livejournal.com/users/xerakko/
GnuPG key: 0x580808C4
Key fingerprint = 85A0 06FD 9A6C 4701 27C2  5536 3533 50CA 5808 08C4

Attachment: signature.asc
Description: OpenPGP digital signature



Reply via email to