Package home | Report new bug | New search | Development Roadmap Status: Open | Feedback | All | Closed Since Version 1.14.6

Bug #5263 Missing php close tag ("?>") in Log.php
Submitted: 2005-09-01 11:19 UTC
From: guillaume dot crico at getronics dot com Assigned: jon
Status: Bogus Package: Log
PHP Version: Irrelevant OS:
Roadmaps: (Not assigned)    
Subscription  
Comments Add Comment Add patch


Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know! Just going to say 'Me too!'? Don't clutter the database with that please !
Your email address:
MUST BE VALID
Solve the problem : 17 + 8 = ?

 
 [2005-09-01 11:19 UTC] guillaume dot crico at getronics dot com
Description: ------------ Since Log.php 1.48 ... Previous versions had a final ?> but followed by a newline, that was also a bug. "include" does not care, but...

Comments

 [2005-09-01 13:24 UTC] jon
PHP scripts don't have to end in a ?> tag. In fact, things run slightly faster when they don't.