Closed (works as designed)
Project:
Drupal core
Version:
4.7.0-rc2
Component:
base system
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
13 Apr 2006 at 02:22 UTC
Updated:
13 Apr 2006 at 05:38 UTC
The settings.php file that ships with 4.7.0-rc2 starts with '<php' but has no matching '?>' at the end of the file.
Comments
Comment #1
heine commentedThat's on purpose; it helps to prevent 'headers already sent' messages.
See also Coding standards and PHP code tags.