diff options
author | Simon Frankenberger <simon@fraho.eu> | 2018-12-18 23:19:02 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2019-06-14 11:37:51 +0000 |
commit | fda7e51568483590e3ad2ed9ee2f3097d5c3d25e (patch) | |
tree | e2f24cac18473961465d55cd9195a16659511ad7 /community/php7/php7-fpm-version-suffix.patch | |
parent | 4ba27c27fdc9343eea9f969f83e2ab91d4e7a8c7 (diff) | |
download | aports-fda7e51568483590e3ad2ed9ee2f3097d5c3d25e.tar.bz2 aports-fda7e51568483590e3ad2ed9ee2f3097d5c3d25e.tar.xz |
community/php7: Update php to 7.3.6
Diffstat (limited to 'community/php7/php7-fpm-version-suffix.patch')
-rw-r--r-- | community/php7/php7-fpm-version-suffix.patch | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/community/php7/php7-fpm-version-suffix.patch b/community/php7/php7-fpm-version-suffix.patch index 0d4dee7c2e..36911fc88c 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 -@@ -1205,7 +1205,7 @@ +@@ -1211,7 +1211,7 @@ } if (!fpm_global_config.error_log) { @@ -9,7 +9,7 @@ } #ifdef HAVE_SYSTEMD -@@ -1216,7 +1216,7 @@ +@@ -1222,7 +1222,7 @@ #ifdef HAVE_SYSLOG_H if (!fpm_global_config.syslog_ident) { @@ -18,7 +18,7 @@ } if (fpm_global_config.syslog_facility < 0) { -@@ -1710,7 +1710,7 @@ +@@ -1720,7 +1720,7 @@ if (fpm_globals.prefix == NULL) { spprintf(&tmp, 0, "%s/php-fpm.conf", PHP_SYSCONFDIR); } else { @@ -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'. -@@ -418,6 +418,6 @@ +@@ -425,6 +425,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 |