ID: 10349 Updated by: jmoore Reported By: [EMAIL PROTECTED] Status: Open Old-Bug Type: Scripting Engine problem Bug Type: Feature/Change Request PHP Version: 4.0.4pl1 Assigned To: Comments: this is becuase the underlying C function isnt avalible to PHP (The information getrusage() isnt easyly avalible under win32. chaging to feature/change request.) Previous Comments: --------------------------------------------------------------------------- [2001-04-16 15:46:14] [EMAIL PROTECTED] Warning: getrusage() is not supported in this PHP build if (function_exists('getrusage')) { $dat = getrusage(); $Str = ''; foreach ($dat as $k => $v) { $Str .= $k . $v; } --------------------------------------------------------------------------- ATTENTION! Do NOT reply to this email! To reply, use the web interface found at http://bugs.php.net/?id=10349&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]