mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 08:28:54 +00:00
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:
parent
92bff06867
commit
fe70c2fc5f
1 changed files with 13 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue