[PHP-DEV] Bug #12323 Updated: // comment tag does not work

2001-12-27 Thread lobbin
ID: 12323 Updated by: lobbin Reported By: [EMAIL PROTECTED] Old Status: Feedback Status: Closed Bug Type: Output Control Operating System: Mac OS X PHP Version: 4.0.6 New Comment: No feedback. Closing. Previous Comments:

[PHP-DEV] Bug #12323 Updated: // comment tag does not work

2001-12-06 Thread sander
ID: 12323 Updated by: sander Reported By: [EMAIL PROTECTED] Status: Open Bug Type: Output Control Operating System: Mac OS X PHP Version: 4.0.6 New Comment: As asked before by Cynic, can you view the source of the output of the PHP-file? It doesn't matter which browser you use. See the post of

[PHP-DEV] Bug #12323 Updated: // comment tag does not work

2001-12-06 Thread sander
ID: 12323 Updated by: sander Reported By: [EMAIL PROTECTED] Old Status: Open Status: Feedback Bug Type: Output Control Operating System: Mac OS X PHP Version: 4.0.6 New Comment: status-feedback Previous Comments:

[PHP-DEV] Bug #12323 Updated: // comment tag does not work

2001-07-27 Thread sniper
ID: 12323 Updated by: sniper Reported By: [EMAIL PROTECTED] Old Status: Feedback Status: Open Bug Type: Output Control Operating System: Mac OS X PHP Version: 4.0.6 New Comment: status: open Previous Comments:

[PHP-DEV] Bug #12323 Updated: // comment tag does not work

2001-07-25 Thread lael
ID: 12323 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Feedback Bug Type: Output Control Operating System: Mac OS X PHP Version: 4.0.6 New Comment: The ## works just the same as the // Also, for those that asked I try it in Netscape. Netscape does the same

[PHP-DEV] Bug #12323 Updated: // comment tag does not work

2001-07-24 Thread lael
ID: 12323 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Open Bug Type: Output Control Operating System: Mac OS X PHP Version: 4.0.6 New Comment: I received an email stating that it could not be reproduced on a RH Linux 7 machine. This problem is specific to Mac

Re: [PHP-DEV] Bug #12323 Updated: // comment tag does not work

2001-07-24 Thread Vlad Krupin
MacOS? Hmmm... I bet the problem is in that the end-lines are not recognized correctly. That is, the newline on a MAC ('\r') on the line that has a comment on it is not recognized as a valid newline, thus the closing tag ? will appear on the same line after the comment, as far as PHP is concerned

[PHP-DEV] Bug #12323 Updated: // comment tag does not work

2001-07-24 Thread lael
ID: 12323 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Open Bug Type: Output Control Operating System: Mac OS X PHP Version: 4.0.6 New Comment: For those asking for an example of the script and the output. Using the following: code ?php print(Working so

[PHP-DEV] Bug #12323 Updated: // comment tag does not work

2001-07-24 Thread cynic
ID: 12323 Updated by: cynic Reported By: [EMAIL PROTECTED] Old Status: Open Status: Feedback Bug Type: Output Control Operating System: Mac OS X PHP Version: 4.0.6 New Comment: could you please check the source of the output (View - Page Source in Netscape 4.x, and View - Source in IE) to check

[PHP-DEV] Bug #12323 Updated: // comment tag does not work

2001-07-23 Thread cnewbill
ID: 12323 Updated by: cnewbill Reported By: [EMAIL PROTECTED] Status: Open Bug Type: Output Control Operating System: Mac OS X PHP Version: 4.0.6 New Comment: The only situation I can think of where this would happen is ?php // print stuff; ? i.e. one liners If this is your case this is

[PHP-DEV] Bug #12323 Updated: // comment tag does not work

2001-07-23 Thread cnewbill
ID: 12323 Updated by: cnewbill Reported By: [EMAIL PROTECTED] Status: Open Bug Type: Output Control Operating System: Mac OS X PHP Version: 4.0.6 New Comment: Okay it would happen on more than one liners. basically if you have a ? on the same line as the // comment it will do this. I know