We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cfa88b7 commit 26d28c3Copy full SHA for 26d28c3
NEWS
@@ -2,7 +2,9 @@ PHP NEWS
2
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
3
?? ??? ????, PHP 8.1.0RC4
4
5
-
+- Core:
6
+ . Fixed bug #75941 (Fix compile failure on Solaris with clang). (Jaromír
7
+ Doleček)
8
9
30 Sep 2021, PHP 8.1.0RC3
10
configure.ac
@@ -224,9 +224,6 @@ AX_CHECK_COMPILE_FLAG([-fvisibility=hidden],
224
case $host_alias in
225
*solaris*)
226
CPPFLAGS="$CPPFLAGS -D_POSIX_PTHREAD_SEMANTICS"
227
- if test "${enable_libgcc+set}" != "set" && test "$GCC" = "yes"; then
228
- enable_libgcc=yes
229
- fi
230
;;
231
*dgux*)
232
CPPFLAGS="$CPPFLAGS -D_BSD_TIMEOFDAY_FLAVOR"
0 commit comments