ID:               33803
 Updated by:       [EMAIL PROTECTED]
 Reported By:      mike at blueroot dot co dot uk
-Status:           Open
+Status:           Feedback
 Bug Type:         Date/time related
 Operating System: Linux
 PHP Version:      5.1.0b3
 New Comment:

Please try using this CVS snapshot:

  http://snaps.php.net/php5-latest.tar.gz
 
For Windows:
 
  http://snaps.php.net/win32/php5-win32-latest.zip


Previous Comments:
------------------------------------------------------------------------

[2005-07-21 14:21:42] mike at blueroot dot co dot uk

Description:
------------
mktime is broken in 5.1.0b3, it is not broken in 5.1.0b2


Reproduce code:
---------------
var_dump(mktime(1,0,0,1,1,05));


Expected result:
----------------
int(1104541200)


Actual result:
--------------
in php 5.0.1b3

bool(false)


php-5.1.0b2 returns int(1104541200)



------------------------------------------------------------------------


-- 
Edit this bug report at http://bugs.php.net/?id=33803&edit=1

Reply via email to