summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2019-02-18 16:33:16 +0100
committerRemi Collet <remi@remirepo.net>2019-02-18 16:33:16 +0100
commitbdb96ef8db1156c73efb28231e390e5cd43f1efa (patch)
tree9c7e22e33f0d75a950507144985b58f5c4af83b6
parent748b3c089c55af0ae8a417e7fc844228473f8cd2 (diff)
drop config for ZTS mod_php
-rw-r--r--php71.spec2
1 files changed, 1 insertions, 1 deletions
diff --git a/php71.spec b/php71.spec
index 91b09c8..485a1ef 100644
--- a/php71.spec
+++ b/php71.spec
@@ -1599,7 +1599,7 @@ cat %{SOURCE1} >>$RPM_BUILD_ROOT%{_httpd_confdir}/php.conf
%else
# Dual config file with httpd >= 2.4 (fedora >= 18)
install -D -m 644 %{SOURCE9} $RPM_BUILD_ROOT%{_httpd_modconfdir}/15-php.conf
-%if %{with_zts}
+%if %{with_zts} && 0%{?fedora} < 27 && 0%{?rhel} < 8
cat %{SOURCE10} >>$RPM_BUILD_ROOT%{_httpd_modconfdir}/15-php.conf
%endif
install -D -m 644 %{SOURCE1} $RPM_BUILD_ROOT%{_httpd_confdir}/php.conf