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
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: 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

Pull Requests

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-2025 The PHP Group
All rights reserved.
Last updated: Tue May 06 08:01:30 2025 UTC