[PHP-DEV] Bug #10609 Updated: comments made with # or // in included files cause visible output

2001-05-08 Thread andi

ID: 10609
Updated by: andi
Reported By: [EMAIL PROTECTED]
Old-Status: Feedback
Status: Closed
Bug Type: Scripting Engine problem
Operating system: 
PHP Version: 4.0.5
Assigned To: 
Comments:

This is fixed in the last CVS which supports \r as line ending. Please try the 
latest snapshot at snaps.php.net

Previous Comments:
---

[2001-05-06 23:40:50] [EMAIL PROTECTED]
I tried this with PHP NUke etc with 4.0.6 dev. Cant reproduce neither could about 10 
other people, please tell us the version of flex you are using and email the file that 
causes the problem specifically to [EMAIL PROTECTED] or to [EMAIL PROTECTED]

- James

---

[2001-05-02 16:48:54] [EMAIL PROTECTED]
I just can't reproduce this :)
Can you please post the output of flex --version.
Also maybe you can send the file that doesn't work as an attachement to 
[EMAIL PROTECTED]

---

[2001-05-02 16:41:18] [EMAIL PROTECTED]
Amazingly (i cant believe what i see) i was able to shorten the code that generates 
the bug (on my system, plainvalinnal redhat 6.1 running php 4.0.5 as a apache mod) to 
this code, note that the same code executes fine (of course) under 4.0.4; 

- example bug code
?php
$YouCantSeeThisOne;
// After a // comment the source code gets dumped to the output.. look:
$YouCanSeeThis;
?
- end example bug code

the ourput I get is :
// After a // comment the source code gets dumped to the output.. look: 
$YouCanSeeThis; 


---

[2001-05-02 16:05:50] [EMAIL PROTECTED]
Please post as short as possible reproducing scripts.
(First update didn't get mailed out)

---

[2001-05-02 15:58:59] [EMAIL PROTECTED]
Please post as short as possible reproducing scripts.

---

The remainder of the comments for this report are too long.  To view the rest of the 
comments, please view the bug report online.


ATTENTION! Do NOT reply to this email!
To reply, use the web interface found at http://bugs.php.net/?id=10609edit=2


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




[PHP-DEV] Bug #10609 Updated: comments made with # or // in included files cause visible output

2001-05-06 Thread jmoore

ID: 10609
Updated by: jmoore
Reported By: [EMAIL PROTECTED]
Old-Status: Open
Status: Feedback
Bug Type: Scripting Engine problem
Operating system: 
PHP Version: 4.0.5
Assigned To: 
Comments:

I tried this with PHP NUke etc with 4.0.6 dev. Cant reproduce neither could about 10 
other people, please tell us the version of flex you are using and email the file that 
causes the problem specifically to [EMAIL PROTECTED] or to [EMAIL PROTECTED]

- James

Previous Comments:
---

[2001-05-02 16:48:54] [EMAIL PROTECTED]
I just can't reproduce this :)
Can you please post the output of flex --version.
Also maybe you can send the file that doesn't work as an attachement to 
[EMAIL PROTECTED]

---

[2001-05-02 16:41:18] [EMAIL PROTECTED]
Amazingly (i cant believe what i see) i was able to shorten the code that generates 
the bug (on my system, plainvalinnal redhat 6.1 running php 4.0.5 as a apache mod) to 
this code, note that the same code executes fine (of course) under 4.0.4; 

- example bug code
?php
$YouCantSeeThisOne;
// After a // comment the source code gets dumped to the output.. look:
$YouCanSeeThis;
?
- end example bug code

the ourput I get is :
// After a // comment the source code gets dumped to the output.. look: 
$YouCanSeeThis; 


---

[2001-05-02 16:05:50] [EMAIL PROTECTED]
Please post as short as possible reproducing scripts.
(First update didn't get mailed out)

---

[2001-05-02 15:58:59] [EMAIL PROTECTED]
Please post as short as possible reproducing scripts.

---

[2001-05-02 09:31:32] [EMAIL PROTECTED]
using PHPnuke files are are often included inside others that are included as well. 
I had to change all the comments of my THEME.php file (the most internal include) 
otherwise they would produce output to the page! changing // and # to the /*  */ 
syntax solve the problem! note that this only happens in included files 
I can easily reproduce it if needed.

Only relevalnt to 4.0.5 was warking fine with 4.0.4

---

The remainder of the comments for this report are too long.  To view the rest of the 
comments, please view the bug report online.


ATTENTION! Do NOT reply to this email!
To reply, use the web interface found at http://bugs.php.net/?id=10609edit=2


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




[PHP-DEV] Bug #10609 Updated: comments made with # or // in included files cause visible output

2001-05-02 Thread andi

ID: 10609
Updated by: andi
Reported By: [EMAIL PROTECTED]
Status: Open
Bug Type: Scripting Engine problem
PHP Version: 4.0.5
Assigned To: 
Comments:

I just can't reproduce this :)
Can you please post the output of flex --version.
Also maybe you can send the file that doesn't work as an attachement to 
[EMAIL PROTECTED]

Previous Comments:
---

[2001-05-02 16:41:18] [EMAIL PROTECTED]
Amazingly (i cant believe what i see) i was able to shorten the code that generates 
the bug (on my system, plainvalinnal redhat 6.1 running php 4.0.5 as a apache mod) to 
this code, note that the same code executes fine (of course) under 4.0.4; 

- example bug code
?php
$YouCantSeeThisOne;
// After a // comment the source code gets dumped to the output.. look:
$YouCanSeeThis;
?
- end example bug code

the ourput I get is :
// After a // comment the source code gets dumped to the output.. look: 
$YouCanSeeThis; 


---

[2001-05-02 16:05:50] [EMAIL PROTECTED]
Please post as short as possible reproducing scripts.
(First update didn't get mailed out)

---

[2001-05-02 15:58:59] [EMAIL PROTECTED]
Please post as short as possible reproducing scripts.

---

[2001-05-02 09:31:32] [EMAIL PROTECTED]
using PHPnuke files are are often included inside others that are included as well. 
I had to change all the comments of my THEME.php file (the most internal include) 
otherwise they would produce output to the page! changing // and # to the /*  */ 
syntax solve the problem! note that this only happens in included files 
I can easily reproduce it if needed.

Only relevalnt to 4.0.5 was warking fine with 4.0.4

---



ATTENTION! Do NOT reply to this email!
To reply, use the web interface found at http://bugs.php.net/?id=10609edit=2


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