mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Fixed bug #51081. Documented that '24:00' is unsupported prior to 5.3.0.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@295237 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
5364a0ab01
commit
5158fde6aa
1 changed files with 8 additions and 0 deletions
|
@ -82,6 +82,14 @@
|
|||
</row>
|
||||
</thead>
|
||||
<tbody>
|
||||
<row>
|
||||
<entry>5.3.0</entry>
|
||||
<entry>
|
||||
Prior to PHP 5.3.0, <literal>24:00</literal> was not a valid format and
|
||||
<function>strtotime</function> returned &false;. From 5.3.0 this is
|
||||
equivalent to <literal>0:00</literal>.
|
||||
</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry>5.2.7</entry>
|
||||
<entry>
|
||||
|
|
Loading…
Reference in a new issue