php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #30304 INADDR_NONE not defined by Sun
Submitted: 2004-10-01 17:17 UTC Modified: 2004-10-12 01:00 UTC
From: sezerr at uos dot de Assigned:
Status: No Feedback Package: Compile Failure
PHP Version: 5.0.2 OS: SunOs
Private report: No CVE-ID: None
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: sezerr at uos dot de
New email:
PHP Version: OS:

 

 [2004-10-01 17:17 UTC] sezerr at uos dot de
Description:
------------
INADDR_NONE is not defined on Solaris system.

Tha gives a compilation error.

Please put the lines someweher at beginnig of basic_functions.c

#ifndef INADDR_NONE
#define INADDR_NONE (-1)
#endif 


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2004-10-04 03:37 UTC] iliaa@php.net
Please try using this CVS snapshot:

  http://snaps.php.net/php5-STABLE-latest.tar.gz
 
For Windows:
 
  http://snaps.php.net/win32/php5.0-win32-latest.zip


 [2004-10-12 01:00 UTC] php-bugs at lists dot php dot net
No feedback was provided for this bug for over a week, so it is
being suspended automatically. If you are able to provide the
information that was originally requested, please do so and change
the status of the bug back to "Open".
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Apr 26 20:01:29 2024 UTC