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

heine’s picture

Status: Active » Closed (works as designed)

That's on purpose; it helps to prevent 'headers already sent' messages.

See also Coding standards and PHP code tags.