Document removal of data.timezone warning for migration guide

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@337986 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Thomas Punt 2015-10-12 18:17:44 +00:00
parent 92bff06867
commit fe70c2fc5f

View file

@ -33,6 +33,19 @@ Project::new('Project Name')->private()->for('purpose here')->with('username her
class name resolution syntax (<literal>ClassName::class</literal>).
</para>
</sect2>
<sect2 xml:id="migration70.other-changes.remove-date-timezone-warning">
<title>Removal of date.timezone Warning</title>
<para>
Previously, a warning was emitted if the
<systemitem role="directive">date.timezone</systemitem> INI setting had not
been set prior to using any date- or time-based functions. Now, this warning
has been removed (with
<systemitem role="directive">date.timezone</systemitem> still defaulting to
UTC).
</para>
</sect2>
</sect1>
<!-- Keep this comment at the end of the file