php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #10402 typo in sockets extension?
Submitted: 2001-04-19 11:12 UTC Modified: 2001-04-23 04:25 UTC
From: west_leo at yahoo dot com Assigned:
Status: Closed Package: Compile Failure
PHP Version: 4.0 Latest CVS (19/04/2001) OS: Linux
Private report: No CVE-ID: None
 [2001-04-19 11:12 UTC] west_leo at yahoo dot com
ext/sockets/sockets.c line 1088:
> buf = hstrerror(-(Z_LVAL_PP(error)));
< buf = strerror(-(Z_LVAL_PP(error)));




Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2001-04-23 04:25 UTC] chrisv@php.net
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()).

 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sat Apr 27 00:01:30 2024 UTC