freebsd-ports/lang/php84/files/patch-sapi_fpm_config.m4
Muhammad Moinur Rahman 42db2c39e5
*/*php84*: Sunrise
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
2024-07-28 15:15:17 +02:00

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