ID: 15005 Updated by: mfischer Reported By: [EMAIL PROTECTED] Old Status: Open Status: Feedback Bug Type: Date/time related Operating System: Windows2000 PHP Version: 4.1.1 New Comment:
Can't reproduce this on command line: C:\php\php-4.1.1-Win32>php -q <? echo date('Y'); ?> ^Z 2002 C:\php\php-4.1.1-Win32>php -q <? echo date('y'); ?> ^Z 02 C:\php\php-4.1.1-Win32> Please test this on your system too. I still bet something is configured wrong on your system. Previous Comments: ------------------------------------------------------------------------ [2002-01-11 20:04:24] [EMAIL PROTECTED] I didn't see this bug posted, and I know that it worked fine in all my scripts in 2001. In 2002, it displays 2011 instead of 2002 for the year example : date("Y"); or date("y") will return "2011" or "11" instead of "2002" or "02" I'm using Windows 2000 with service pack 2 PHP 4.1.1 win32 binaries un-modified downloaded direct from php.net on Microsoft's Personal Web Server that came with Windows98 SE. Loading on IE 5.5. Thanks --Cameron Sellum ------------------------------------------------------------------------ Edit this bug report at http://bugs.php.net/?id=15005&edit=1 -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]