From:             [EMAIL PROTECTED]
Operating system: Windows Nt 4.0
PHP version:      4.0.4pl1
PHP Bug Type:     Scripting Engine problem
Bug description:   Warning: getrusage() is not supported   

 Warning: getrusage() is not supported in this PHP build 

     if (function_exists('getrusage')) {

         $dat = getrusage();
          $Str = '';
          foreach ($dat as $k => $v)
          {
              $Str .= $k . $v;
          }


-- 
Edit Bug report at: http://bugs.php.net/?id=10349&edit=1



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