mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 16:38:54 +00:00
Updated changelog for strtotime's relative week changes. Fixes bug #52143.
This affects Derick's commits for 357292a098f572bc7baf11a8438314072af6c00b and 089bc254eb33b3c42418f869f2478ce35558c9ea in PHP 5.3, which change this behavior. git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@329158 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
8d8c23ec09
commit
c2cc749d26
1 changed files with 11 additions and 0 deletions
|
@ -79,6 +79,17 @@
|
|||
</row>
|
||||
</thead>
|
||||
<tbody>
|
||||
<row>
|
||||
<entry>5.3.0</entry>
|
||||
<entry>
|
||||
Prior to PHP 5.3.0, relative time formats supplied to the
|
||||
<parameter>time</parameter> argument of <function>strtotime</function>
|
||||
such as <literal>this week</literal>, <literal>previous week</literal>,
|
||||
<literal>last week</literal>, and <literal>next week</literal> were
|
||||
interpreted to mean a 7 day period relative to the current date/time, rather
|
||||
than a week period of <literal>Monday</literal> through <literal>Sunday</literal>.
|
||||
</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry>5.3.0</entry>
|
||||
<entry>
|
||||
|
|
Loading…
Reference in a new issue