From 5158fde6aa84633c6faf26e32fd82adb54e549f2 Mon Sep 17 00:00:00 2001 From: Daniel Egeberg Date: Thu, 18 Feb 2010 14:25:56 +0000 Subject: [PATCH] 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 --- reference/datetime/functions/strtotime.xml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/reference/datetime/functions/strtotime.xml b/reference/datetime/functions/strtotime.xml index d4b827194e..027141374c 100644 --- a/reference/datetime/functions/strtotime.xml +++ b/reference/datetime/functions/strtotime.xml @@ -82,6 +82,14 @@ + + 5.3.0 + + Prior to PHP 5.3.0, 24:00 was not a valid format and + strtotime returned &false;. From 5.3.0 this is + equivalent to 0:00. + + 5.2.7