The settings.php file that ships with 4.7.0-rc2 starts with '<php' but has no matching '?>' at the end of the file.
That's on purpose; it helps to prevent 'headers already sent' messages.
See also Coding standards and PHP code tags.
Comments
Comment #1
heine commentedThat's on purpose; it helps to prevent 'headers already sent' messages.
See also Coding standards and PHP code tags.