mirror of
https://github.com/php/php-src.git
synced 2026-03-27 17:52:16 +01:00
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