ID: 15123
Updated by: [EMAIL PROTECTED]
Reported By: [EMAIL PROTECTED]
Status: Duplicate
Bug Type: Date/time related
Operating System: Linux 2.4.16 & 2.2.16
PHP Version: 4.1.1
New Comment:
Actually this is dup of: #13142
Previous Comments:
------------------------------------------------------------------------
[2002-05-25 06:36:14] [EMAIL PROTECTED]
Dup of #16517
------------------------------------------------------------------------
[2002-01-20 09:44:41] [EMAIL PROTECTED]
------------------------------------------------------------------------
[2002-01-20 06:42:48] [EMAIL PROTECTED]
Perl 4.1.1 compiled as CGI
configure line: "./configure"
test OK. Everything works but this:
(the date comes from a logfile)
#! /usr/local/bin/php
<?php
$input = 'Sat Jan 19 00:01:00 2002';
$startdate = strtotime($input);
echo ("startdate:\n$startdate \n");
?>
Output:
X-Powered-By: PHP/4.1.1
Content-type: text/html
startdate:
-1
Other dates like 'Fri, Jan 18 00:01:00 2002' ->same problem
------------------------------------------------------------------------
--
Edit this bug report at http://bugs.php.net/?id=15123&edit=1