diff options
author | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2022-12-25 13:34:18 -0600 |
---|---|---|
committer | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2022-12-25 13:36:42 -0600 |
commit | 0d310d700aa060b02feec9c7487893a983bf7098 (patch) | |
tree | 3d35d698e9c13e27e41a8cd9de8ff7839dcd7b66 /lang/php74/files/patch-sapi_fpm_config.m4 | |
parent | mail/dovecot: fix build (diff) |
*/*php74*: Sunset php 7.4
As per upstream php 7.4 has reached it's EOL on 2022-11-22. Remove php74
from the tree. Default version of php has already been switched to 8.1.
Approved by: portmgr (blanket infrastructure)
Sponsored by: Bounce Experts
Diffstat (limited to 'lang/php74/files/patch-sapi_fpm_config.m4')
-rw-r--r-- | lang/php74/files/patch-sapi_fpm_config.m4 | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/lang/php74/files/patch-sapi_fpm_config.m4 b/lang/php74/files/patch-sapi_fpm_config.m4 deleted file mode 100644 index e88c204384ae..000000000000 --- a/lang/php74/files/patch-sapi_fpm_config.m4 +++ /dev/null @@ -1,11 +0,0 @@ ---- 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 - |