summaryrefslogtreecommitdiffstats
path: root/php70.spec
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2018-01-02 12:48:22 +0100
committerRemi Collet <remi@remirepo.net>2018-01-02 12:48:22 +0100
commitaca561adca6601aab1973edd5b3f9cc4b973b620 (patch)
tree33f36f6ef46078d8fdf562ba8b1ecc651507247b /php70.spec
parent133b35cc72988e35b843bbbde171994a57170e16 (diff)
v7.0.27
Diffstat (limited to 'php70.spec')
-rw-r--r--php70.spec11
1 files changed, 6 insertions, 5 deletions
diff --git a/php70.spec b/php70.spec
index 79b4bb7..dcfcf6b 100644
--- a/php70.spec
+++ b/php70.spec
@@ -108,7 +108,7 @@
%endif
%global upver 7.0.27
-%global rcver RC1
+#global rcver RC1
Summary: PHP scripting language for creating dynamic web sites
Name: php
@@ -144,6 +144,7 @@ Source52: 20-oci8.ini
Source99: php-fpm.init
# Build fixes
+Patch1: php-7.1.7-httpd.patch
Patch5: php-7.0.0-includedir.patch
Patch6: php-5.6.3-embed.patch
Patch7: php-5.3.0-recode.patch
@@ -983,12 +984,9 @@ support for JavaScript Object Notation (JSON) to PHP.
%prep
echo CIBLE = %{name}-%{version}-%{release} oci8=%{with_oci8} libzip=%{with_libzip}
-
-# ensure than current httpd use prefork MPM.
-httpd -V | grep -q 'threaded:.*yes' && exit 1
-
%setup -q -n php-%{upver}%{?rcver}
+%patch1 -p1 -b .mpmcheck
%patch5 -p1 -b .includedir
%patch6 -p1 -b .embed
%patch7 -p1 -b .recode
@@ -2033,6 +2031,9 @@ fi
%changelog
+* Tue Jan 2 2018 Remi Collet <remi@remirepo.net> - 7.0.27-1
+- Update to 7.0.27 - http://www.php.net/releases/7_0_27.php
+
* Tue Dec 5 2017 Remi Collet <remi@remirepo.net> - 7.0.27~RC1-1
- Update to 7.0.27RC1