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
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: west_leo at yahoo dot com
New email:
PHP Version: OS:

 

 [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

Pull Requests

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-2025 The PHP Group
All rights reserved.
Last updated: Wed May 07 23:01:27 2025 UTC