ID:               34755
 Updated by:       [EMAIL PROTECTED]
 Reported By:      rob at akrabat dot com
 Status:           Open
 Bug Type:         Documentation problem
 Operating System: N/A
 PHP Version:      Irrelevant
 New Comment:

I don't think this necessary, nothing says that it should accept this
format at all anyway. We can probably document all the formats it
supports, but I'm not sure how useful that is...


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

[2005-10-06 12:37:11] rob at akrabat dot com

Description:
------------
According to http://bugs.php.net/bug.php?id=28717 and
http://bugs.php.net/bug.php?id=27551 fractional seconds are not
supported for the time parameter in strtotime().

Please update the manual page to add a warning to users of PHP 4.

Reproduce code:
---------------
N/A.

Code that reproduces the error is:

<?php
$date = '2000-01-01 00:00:00.000';
echo strtotime($date);
?> 

In PHP 4 this code returns -1 as documented in the referenced bugs.

Expected result:
----------------
The manual page for strtotime() should have a warning about this issue
for PHP4.



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


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

Reply via email to