mirror of
https://git.freebsd.org/ports.git
synced 2025-06-12 08:10:31 -04:00
There are many greater changes including: - json is now part of core - xmlrpc is removed - More than 150 backward incompatible changes Have a look at: https://github.com/php/php-src/blob/php-8.0.0RC2/UPGRADING Reviewed by: ale, mfechner, Pascal Christen Sponsored by: PHP Update Service Differential Revision: https://reviews.freebsd.org/D26848
11 lines
304 B
Text
11 lines
304 B
Text
--- sapi/fpm/config.m4.orig 2018-08-14 11:39:14 UTC
|
|
+++ sapi/fpm/config.m4
|
|
@@ -319,7 +319,7 @@ AC_DEFUN([AC_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
|
|
|