diff options
author | Andy Postnikov <apostnikov@gmail.com> | 2019-12-02 04:21:22 -0500 |
---|---|---|
committer | Andy Postnikov <apostnikov@gmail.com> | 2020-06-15 02:46:20 +0300 |
commit | b315e28b96f16c2a8973a55a736e1e35482203dd (patch) | |
tree | fba078473d12220cecc531800b04e4a12cce9d2f /community/php7/php7-fpm-version-suffix.patch | |
parent | 8231e3d86e62fbbf4b8b7bf5235e5f43d19c2e4a (diff) | |
download | aports-b315e28b96f16c2a8973a55a736e1e35482203dd.tar.gz aports-b315e28b96f16c2a8973a55a736e1e35482203dd.tar.bz2 aports-b315e28b96f16c2a8973a55a736e1e35482203dd.tar.xz |
community/php7: upgrade to 7.4.7
Diffstat (limited to 'community/php7/php7-fpm-version-suffix.patch')
-rw-r--r-- | community/php7/php7-fpm-version-suffix.patch | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/community/php7/php7-fpm-version-suffix.patch b/community/php7/php7-fpm-version-suffix.patch index 36911fc88c..d480f7a0c9 100644 --- a/community/php7/php7-fpm-version-suffix.patch +++ b/community/php7/php7-fpm-version-suffix.patch @@ -1,6 +1,6 @@ --- a/sapi/fpm/fpm/fpm_conf.c +++ b/sapi/fpm/fpm/fpm_conf.c -@@ -1211,7 +1211,7 @@ +@@ -1212,7 +1212,7 @@ } if (!fpm_global_config.error_log) { @@ -9,7 +9,7 @@ } #ifdef HAVE_SYSTEMD -@@ -1222,7 +1222,7 @@ +@@ -1223,7 +1223,7 @@ #ifdef HAVE_SYSLOG_H if (!fpm_global_config.syslog_ident) { @@ -18,7 +18,7 @@ } if (fpm_global_config.syslog_facility < 0) { -@@ -1720,7 +1720,7 @@ +@@ -1722,7 +1722,7 @@ if (fpm_globals.prefix == NULL) { spprintf(&tmp, 0, "%s/php-fpm.conf", PHP_SYSCONFDIR); } else { @@ -51,7 +51,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 @@ -60,7 +60,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 @@ -69,7 +69,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'. -@@ -425,6 +425,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 |