nope, I won't give up.

disabling '//' is sooooo  bad..
just think how much trouble I'm creating for my team.

(Although, I in fact never use '//', I use '#' instead. That is why I
noticed the problem so late = 20 minutes of downtime yesterday)

Cheers,
Maxim Maletsky


-----Original Message-----
From: Jude [mailto:[EMAIL PROTECTED]]
Sent: Sunday, May 06, 2001 6:53 PM
To: Maxim Maletsky; 'Vlad Krupin'
Cc: 'PHP General List. (E-mail)'; [EMAIL PROTECTED];
[EMAIL PROTECTED]
Subject: RE: [PHP] RE: [PHP-DEV] WEIRD, WEIRD problem with upgrade to
4.0.5


or simply you can use another comment tags.. like /* */


=)

-----Original Message-----
From: Maxim Maletsky [mailto:[EMAIL PROTECTED]]
Sent: Friday, May 11, 2001 11:09 AM
To: '[EMAIL PROTECTED]'; 'Vlad Krupin'
Cc: 'PHP General List. (E-mail)'; [EMAIL PROTECTED];
[EMAIL PROTECTED]
Subject: RE: [PHP] RE: [PHP-DEV] WEIRD, WEIRD problem with upgrade to
4.0.5


But why?

1. on 4.0.1pl2 it worked.
2. I noticed it even on a function(); // comment as well.

I will restart experimenting later again. I think I should upgrade my apache
first, then recompile PHP, and try it again.
It seems to me more of a stupid problem, I have no idea why that happen.
Everything works unless there's an '//', then it starts showing the code up.

Cheers,
Maxim Maletsky

-----Original Message-----
From: Jude [mailto:[EMAIL PROTECTED]]
Sent: Sunday, May 06, 2001 6:37 PM
To: Maxim Maletsky; 'Vlad Krupin'
Cc: 'PHP General List. (E-mail)'; [EMAIL PROTECTED];
[EMAIL PROTECTED]
Subject: RE: [PHP] RE: [PHP-DEV] WEIRD, WEIRD problem with upgrade to
4.0.5


hi

why not try to enclose the parameters to () or try this?

<?php
echo ("hello world"); // please no...
echo ("<BR>");
?>


-- 
PHP General 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]

-- 
PHP General 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