RE: [PHP] strerror and PHP 4.1.1

2002-01-28 Thread Mark Roedel
> -Original Message- > From: R'twick Niceorgaw [mailto:[EMAIL PROTECTED]] > Sent: Monday, January 28, 2002 9:30 AM > To: PHP-General > Subject: [PHP] strerror and PHP 4.1.1 > > > Is strerror function removed from PHP 4.1.1 ? The manual

[PHP] strerror and PHP 4.1.1

2002-01-28 Thread R'twick Niceorgaw
Is strerror function removed from PHP 4.1.1 ? I'm getting an error like this after upgrading to PHP 4.1.1 from PHP 4.0.6. Fatal error: Call to undefined function: strerror() in /usr/nmademo/ctm/nma.php on line 79 This line was working fine on PHP 4.0.6. Any help is appreciated. Regards R'twic