Looking at the php manual page, I would guess that this is not supported in Windows. It says this php function is an interface to the unix getrusage command. Since windows would not support this command, I imagine they just left it out of the windows port.
-----Original Message----- From: Daniel Berwig [mailto:[EMAIL PROTECTED]] Sent: Tuesday, November 13, 2001 2:55 PM To: [EMAIL PROTECTED] Subject: [PHP-INST] getrusage() not supported I'm trying to run a script in my server (IIS 5) that uses the function getrusage(), but it returns the following warning: Warning: getrusage() is not supported in this PHP build in file_name.php on line 377 Does anyone know how I can solve this problem? Thanks in advance. -- PHP Install 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] -- PHP Install 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]