Fixed
Details
Priority
MinorAssignee
Dmitry AndrejevDmitry AndrejevReporter
AlexAlexPatch Instructions
Patches must be submitted through Phabricator.
To submit patch via Command Line use Patches Workflow (via Arcanist) tutorial.
To submit patch via Web Interface use Patches Workflow (via Web Interface) tutorial.
External issue ID
167External issue URL
Fix versions
Affects versions
Details
Details
Priority
Assignee
Dmitry Andrejev
Dmitry AndrejevReporter
Alex
AlexPatch Instructions
Patches must be submitted through Phabricator.
To submit patch via Command Line use Patches Workflow (via Arcanist) tutorial.
To submit patch via Web Interface use Patches Workflow (via Web Interface) tutorial.
External issue ID
167
External issue URL
Fix versions
Affects versions
Created August 1, 2009 at 11:39 AM
Updated December 29, 2024 at 9:24 PM
Resolved January 12, 2010 at 4:05 AM
PHP documentation says, that closing php tag ("?>") is not required for files, that contains only php code. Additionally not placing closing php tag [b]at the end/b of php files prevent user's from accidentally adding new lines after it resulting in inability to properly send headers (like cookies, redirects etc.) during script work.