From: anter dot x at gmail dot com
Operating system: Windows XP
PHP version: 5.2.5
PHP Bug Type: Date/time related
Bug description: date('F', $timestamp) returns wrong month
Description:
------------
Function date('F', $timestamp) returns wrong month name.
NOTE:
print mktime(0, 0, 0, 2); // 1172700000
print mktime(0, 0, 0, 3); // 1175115600
Reproduce code:
---------------
print date('F', mktime(0, 0, 0, 2));
print date('F', mktime(0, 0, 0, 3));
Expected result:
----------------
February
March
Actual result:
--------------
March
March
--
Edit bug report at http://bugs.php.net/?id=43444&edit=1
--
Try a CVS snapshot (PHP 4.4):
http://bugs.php.net/fix.php?id=43444&r=trysnapshot44
Try a CVS snapshot (PHP 5.2):
http://bugs.php.net/fix.php?id=43444&r=trysnapshot52
Try a CVS snapshot (PHP 5.3):
http://bugs.php.net/fix.php?id=43444&r=trysnapshot53
Try a CVS snapshot (PHP 6.0):
http://bugs.php.net/fix.php?id=43444&r=trysnapshot60
Fixed in CVS: http://bugs.php.net/fix.php?id=43444&r=fixedcvs
Fixed in release:
http://bugs.php.net/fix.php?id=43444&r=alreadyfixed
Need backtrace: http://bugs.php.net/fix.php?id=43444&r=needtrace
Need Reproduce Script: http://bugs.php.net/fix.php?id=43444&r=needscript
Try newer version: http://bugs.php.net/fix.php?id=43444&r=oldversion
Not developer issue: http://bugs.php.net/fix.php?id=43444&r=support
Expected behavior: http://bugs.php.net/fix.php?id=43444&r=notwrong
Not enough info:
http://bugs.php.net/fix.php?id=43444&r=notenoughinfo
Submitted twice:
http://bugs.php.net/fix.php?id=43444&r=submittedtwice
register_globals: http://bugs.php.net/fix.php?id=43444&r=globals
PHP 3 support discontinued: http://bugs.php.net/fix.php?id=43444&r=php3
Daylight Savings: http://bugs.php.net/fix.php?id=43444&r=dst
IIS Stability: http://bugs.php.net/fix.php?id=43444&r=isapi
Install GNU Sed: http://bugs.php.net/fix.php?id=43444&r=gnused
Floating point limitations: http://bugs.php.net/fix.php?id=43444&r=float
No Zend Extensions: http://bugs.php.net/fix.php?id=43444&r=nozend
MySQL Configuration Error: http://bugs.php.net/fix.php?id=43444&r=mysqlcfg