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
 [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: Fri Mar 29 05:01:28 2024 UTC