From 138a9e241450b2fbebf330bf6bc32e83fe091275 Mon Sep 17 00:00:00 2001 From: Kalle Sommer Nielsen Date: Wed, 20 Oct 2010 00:33:12 +0000 Subject: [PATCH] Fixed bug #51538 (strptime() buggy prior PHP 5.2.0) git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@304520 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/datetime/functions/strptime.xml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/reference/datetime/functions/strptime.xml b/reference/datetime/functions/strptime.xml index 3cdae635b4..65a78342d2 100644 --- a/reference/datetime/functions/strptime.xml +++ b/reference/datetime/functions/strptime.xml @@ -178,6 +178,13 @@ Array on leap seconds. + + + Prior to PHP 5.2.0, this function could return undefined behaviour. Notable + the "tm_sec", "tm_min" and "tm_hour" + entries would return undefined values. + +