diff options
| author | Remi Collet <remi@remirepo.net> | 2019-02-18 16:33:42 +0100 | 
|---|---|---|
| committer | Remi Collet <remi@remirepo.net> | 2019-02-18 16:33:42 +0100 | 
| commit | fa6b1eb9a9b7661e4c2def22417ffca2737c20b0 (patch) | |
| tree | d463bb440e38fcaedcdb8520c94f3b3d5365cbbc | |
| parent | 255d29e0c6199c9a560867190cac5d2269ab1faa (diff) | |
drop config for ZTS mod_php
| -rw-r--r-- | php73.spec | 2 | 
1 files changed, 1 insertions, 1 deletions
@@ -1729,7 +1729,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  | 
