php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #2426 gettimeofday() not implemented
Submitted: 1999-10-02 22:17 UTC Modified: 2000-06-28 06:57 UTC
From: leon at leonatkinson dot com Assigned:
Status: Closed Package: Other
PHP Version: 4.0 Beta 2 OS: windows
Private report: No CVE-ID: None
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: leon at leonatkinson dot com
New email:
PHP Version: OS:

 

 [1999-10-02 22:17 UTC] leon at leonatkinson dot com
Looks like gettimeofday() isn't implemented.  (Let me know if you guys already know what's missing and these are just annoyances. :)

<?
	$timeofday = gettimeofday();
	
	while(list($key, $value) = each($timeofday))
	{
		print("$key = $value<BR>\n");
	}

?>

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2000-06-28 06:57 UTC] stas at cvs dot php dot net
implemented in PHP3 >= 3.0.7, PHP4 >= 4.0b4
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sat Apr 27 21:01:29 2024 UTC