|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2002-01-20 09:44 UTC] htheking at gmx dot de
[2002-05-25 06:36 UTC] derick@php.net
[2003-01-20 17:25 UTC] sniper@php.net
[2003-07-28 04:55 UTC] sniper@php.net
|
|||||||||||||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Mon Nov 10 16:00:02 2025 UTC |
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