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:
Daniel Egeberg 2010-02-18 14:25:56 +00:00
parent 5364a0ab01
commit 5158fde6aa

View file

@ -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>