Skip to content

Commit da60d89

Browse files
authored
Remove obsolete UNIX System V 4.0 (#13049)
UNIX System V is operating system from 1988 and was incoporated later on into various other UNIX systems with different uname outputs so this check can be now safely removed.
1 parent 7f8adf8 commit da60d89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sapi/cgi/config9.m4

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ if test "$PHP_CGI" != "no"; then
1818

1919
AC_MSG_CHECKING([whether cross-process locking is required by accept()])
2020
case "`uname -sr`" in
21-
SunOS\ 5.* | UNIX_System_V\ 4.0)
21+
SunOS\ 5.*)
2222
AC_MSG_RESULT([yes])
2323
AC_DEFINE([USE_LOCKING], [1],
2424
[Define if cross-process locking is required by accept()])

0 commit comments

Comments
 (0)