forked from Lainports/freebsd-ports
Please DO NOT use this version in production, it is an early test version. For upgrade notes please visit: https://github.com/php/php-src/blob/php-8.4.0alpha1/UPGRADING Changelog: https://github.com/php/php-src/blob/php-8.4.0alpha1/NEWS
11 lines
305 B
Text
11 lines
305 B
Text
--- sapi/fpm/config.m4.orig 2024-07-02 13:43:13 UTC
|
|
+++ sapi/fpm/config.m4
|
|
@@ -271,7 +271,7 @@ AC_DEFUN([PHP_FPM_LQ],
|
|
AC_MSG_RESULT([no])
|
|
])
|
|
|
|
- if test "$have_lq" = "tcp_info"; then
|
|
+ if test "$have_lq" = "so_listenq"; then
|
|
AC_DEFINE([HAVE_LQ_TCP_INFO], 1, [do we have TCP_INFO?])
|
|
fi
|
|
|