diacainiao / phpquery

Automatically exported from code.google.com/p/phpquery
0 stars 0 forks source link

phpQuery.php leaks whitespaces to stdout #50

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. download the package
2. open phpQuery.php in an editor
3. go to the end of the file
4. take a look at the end
5. locate the ending php delimiter "?>"
6. take a look what follows after the delimiter

What is the expected output? What do you see instead?
expected is that there is no output. infact there is.

What version of the product are you using? On what operating system?
phpQuery-0.9.4-rc1 win32

Please provide any additional information below.
to fix it, just remove the ending ?>. this is good practise.

Original issue reported on code.google.com by artn...@gmail.com on 4 Oct 2008 at 6:37

GoogleCodeExporter commented 8 years ago
Fixed before r195. RC2 will be released soon.

Original comment by tobiasz....@gmail.com on 4 Oct 2008 at 10:37

GoogleCodeExporter commented 8 years ago
thanks for taking the look into that fast!

Original comment by artn...@gmail.com on 4 Oct 2008 at 10:57

GoogleCodeExporter commented 8 years ago
okay, i'm new to your project and have not seen that you have a dev branch. my 
apologies for the disturbance. anyway you might consider to remove the ending 
?> at 
the end as suggested.

Original comment by artn...@gmail.com on 5 Oct 2008 at 12:06