php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #11019 S_IFSOCK undefined
Submitted: 2001-05-22 09:54 UTC Modified: 2001-05-22 17:55 UTC
From: jacques dot roelens at wanadoo dot fr Assigned:
Status: Closed Package: Compile Failure
PHP Version: 4.0.5 OS: SCO Openserver 5.05
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: jacques dot roelens at wanadoo dot fr
New email:
PHP Version: OS:

 

 [2001-05-22 09:54 UTC] jacques dot roelens at wanadoo dot fr
Compiling PHP on SCO openserver 5.05 fails because in ext/standard/filestat.c, at line 555, S_IFSOCK is undefined. I have replaced the #if condition by

#if defined(S_IFSOCK)
       case S_IFSOCK :
...
#endif

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2001-05-22 17:55 UTC] sniper@php.net
This is fixed in CVS. will be fixed in 4.0.6 

--Jani

 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Mon Apr 29 05:01:28 2024 UTC