ID: 10402 Updated by: chrisv Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Closed Bug Type: Compile Problem PHP Version: 4.0 Latest CVS (19/04/2001) Assigned To: Comments: Not a typo: hstrerror() returns a string description of an error that occurs within DNS resolution specific functions that isn't a system-level error (which is returned by strerror()). Previous Comments: --------------------------------------------------------------------------- [2001-04-19 11:12:07] [EMAIL PROTECTED] ext/sockets/sockets.c line 1088: > buf = hstrerror(-(Z_LVAL_PP(error))); < buf = strerror(-(Z_LVAL_PP(error))); --------------------------------------------------------------------------- ATTENTION! Do NOT reply to this email! To reply, use the web interface found at http://bugs.php.net/?id=10402&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]