]> granicus.if.org Git - php/commit
Fix for PR #9729, 9664, 9656, 8667.
authorJason Greene <jason@php.net>
Tue, 10 Apr 2001 03:16:05 +0000 (03:16 +0000)
committerJason Greene <jason@php.net>
Tue, 10 Apr 2001 03:16:05 +0000 (03:16 +0000)
commit86c2eaf74128e51cb1bfd87bb8267f83dfdcb293
tree06efdcd335204363c528fa536251c8985303d461
parent7fb085f64414bab308eed2acfe8461ca1dd942ed
Fix for PR #9729, 9664, 9656, 8667.
All compilers on Solaris should build this extension correctly now.
It turns out the SUN CC, by default, enables a define that enables the use of
#pragma redefine extname in sun header files. This is why cc would work,
and gcc wouldn't.

-Jason
ext/sockets/sockets.c