ID: 11019
Updated by: sniper
Reported By: [EMAIL PROTECTED]
Old-Status: Open
Status: Closed
Bug Type: Compile Failure
Operating system: 
PHP Version: 4.0.5
Assigned To: 
Comments:

This is fixed in CVS. will be fixed in 4.0.6 

--Jani


Previous Comments:
---------------------------------------------------------------------------

[2001-05-22 09:54:48] [EMAIL PROTECTED]
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

---------------------------------------------------------------------------



ATTENTION! Do NOT reply to this email!
To reply, use the web interface found at http://bugs.php.net/?id=11019&edit=2


-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to