ID: 4968
Updated by: jmoore
Reported By: [EMAIL PROTECTED]
Old-Status: Assigned
Status: Closed
Bug Type: Date/time related
Assigned To: jmoore
Comments:

Fixed in CVS

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

[2001-02-04 06:55:29] [EMAIL PROTECTED]
Ill look into this one.

James

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

[2000-12-19 18:55:47] [EMAIL PROTECTED]
Feedback from Cynic <[EMAIL PROTECTED]>:
----------------------------
Tested on NT 5 SP 1 Apache 1.3.15-dev / DSO PHP 4.0.5-dev from 
13.12.2000. 
It still exists.


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

[2000-09-13 23:43:22] [EMAIL PROTECTED]
the problem is still existent, try this code itīs much better:

for ($i=1;$i<=100000;$i++)    {
   list($micro,$time)=explode(" ",microtime());
   $add=$micro+$time;
   print ($add<$last ? 'Last:'.$last.' -Current:'.$add.'<BR>' : '');
   $last=$add; }

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

[2000-09-13 21:41:24] [EMAIL PROTECTED]
i failed to reproduce this with php 4.0.2.
does this problem still exist?

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

[2000-08-01 23:49:44] [EMAIL PROTECTED]
wow, It still doesnīt work and crashes after a while

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

The remainder of the comments for this report are too long.  To view the rest of the 
comments, please view the bug report online.


ATTENTION! Do NOT reply to this email!
To reply, use the web interface found at http://bugs.php.net/?id=4968&edit=2


-- 
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]

Reply via email to