diff options
author | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2024-08-13 00:59:35 -0500 |
---|---|---|
committer | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2024-11-24 22:58:37 -0600 |
commit | 5c052b76fd9870a1642f0215c7555081aebb1820 (patch) | |
tree | efffe4933a04208adacfbd31669099ae4e4139e9 /user/php7/fpm-paths.patch | |
parent | f19ad2b2a9518b1aa8d22267ec80f6388da7f2d5 (diff) | |
download | packages-5c052b76fd9870a1642f0215c7555081aebb1820.tar.gz packages-5c052b76fd9870a1642f0215c7555081aebb1820.tar.bz2 packages-5c052b76fd9870a1642f0215c7555081aebb1820.tar.xz packages-5c052b76fd9870a1642f0215c7555081aebb1820.zip |
user/php7: Revbump for ICU 75 rebuild, libxml2 fix
Diffstat (limited to 'user/php7/fpm-paths.patch')
-rw-r--r-- | user/php7/fpm-paths.patch | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/user/php7/fpm-paths.patch b/user/php7/fpm-paths.patch index 56d40298b..eeaeaeda1 100644 --- a/user/php7/fpm-paths.patch +++ b/user/php7/fpm-paths.patch @@ -1,6 +1,6 @@ --- a/sapi/fpm/fpm/fpm_conf.c +++ b/sapi/fpm/fpm/fpm_conf.c -@@ -1205,7 +1205,7 @@ +@@ -1212,7 +1212,7 @@ } if (!fpm_global_config.error_log) { @@ -9,7 +9,7 @@ } #ifdef HAVE_SYSTEMD -@@ -1710,7 +1710,7 @@ +@@ -1722,7 +1722,7 @@ if (fpm_globals.prefix == NULL) { spprintf(&tmp, 0, "%s/php-fpm.conf", PHP_SYSCONFDIR); } else { @@ -30,7 +30,7 @@ --- a/sapi/fpm/www.conf.in +++ b/sapi/fpm/www.conf.in -@@ -256,7 +256,7 @@ +@@ -257,7 +257,7 @@ ; The access log file ; Default: not set @@ -39,7 +39,7 @@ ; The access log format. ; The following syntax is allowed -@@ -320,7 +320,7 @@ +@@ -321,7 +321,7 @@ ; The log file for slow requests ; Default Value: not set ; Note: slowlog is mandatory if request_slowlog_timeout is set @@ -48,7 +48,7 @@ ; The timeout for serving a single request after which a PHP backtrace will be ; dumped to the 'slowlog' file. A value of '0s' means 'off'. -@@ -418,6 +418,6 @@ +@@ -434,6 +434,6 @@ ; specified at startup with the -d argument ;php_admin_value[sendmail_path] = /usr/sbin/sendmail -t -i -f www@my.domain.com ;php_flag[display_errors] = off |