ID:               34874
 Updated by:       [EMAIL PROTECTED]
 Reported By:      dverspui at hotpop dot com
-Status:           Open
+Status:           Feedback
 Bug Type:         Date/time related
 Operating System: Linux (Fedora 2)
 PHP Version:      5.1.0RC1
 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-10-14 17:36:00] dverspui at hotpop dot com

Description:
------------
strtotime("<day>",<time>) returns the specified day of the next week of
<time> if <time> itself is on day <day>.


Reproduce code:
---------------
print date("Ymd",strtotime(date("l",time()),time()));


Expected result:
----------------
Output should be the date of today, but on my installation it returns
the date of 7 days ahead. This differs from all earlier PHP versions.




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


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

Reply via email to