summaryrefslogtreecommitdiffstats
path: root/php56.spec
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2014-08-28 08:18:12 +0200
committerRemi Collet <fedora@famillecollet.com>2014-08-28 08:18:12 +0200
commited3bb798ee62a117f4466b065bf7ba1e278285f6 (patch)
tree7d02a2d3ceefafd261fdcae9ca18b7ef7d981a9a /php56.spec
parenteb74832b17769e1d2f98e95ece542cc423a2b5ec (diff)
PHP 5.6.0 is GA ! :)
Diffstat (limited to 'php56.spec')
-rw-r--r--php56.spec28
1 files changed, 20 insertions, 8 deletions
diff --git a/php56.spec b/php56.spec
index aeda759..d78d81e 100644
--- a/php56.spec
+++ b/php56.spec
@@ -121,7 +121,7 @@
%endif
#global snapdate 201405061030
-%global rcver RC4
+#global rcver RC4
Summary: PHP scripting language for creating dynamic web sites
Name: php
@@ -189,6 +189,7 @@ Patch47: php-5.4.9-phpinfo.patch
Patch91: php-5.3.7-oci8conf.patch
# Upstream fixes (100+)
+Patch100: php-bug67878.patch
# Security fixes (200+)
@@ -929,6 +930,7 @@ rm -rf ext/json
%patch91 -p1 -b .remi-oci8
# upstream patches
+%patch100 -p1 -b .b67878
# security patches
@@ -1183,12 +1185,14 @@ build --libdir=%{_libdir}/php \
--with-mysql=shared,mysqlnd \
--with-mysqli=shared,mysqlnd \
--with-mysql-sock=%{mysql_sock} \
+%if %{with_oci8}
%ifarch x86_64
- %{?_with_oci8:--with-oci8=shared,instantclient,%{_libdir}/oracle/%{oraclever}/client64/lib,%{oraclever}} \
+ --with-oci8=shared,instantclient,%{_libdir}/oracle/%{oraclever}/client64/lib,%{oraclever} \
%else
- %{?_with_oci8:--with-oci8=shared,instantclient,%{_libdir}/oracle/%{oraclever}/client/lib,%{oraclever}} \
+ --with-oci8=shared,instantclient,%{_libdir}/oracle/%{oraclever}/client/lib,%{oraclever} \
+%endif
+ --with-pdo-oci=shared,instantclient,/usr,%{oraclever} \
%endif
- %{?_with_oci8:--with-pdo-oci=shared,instantclient,/usr,%{oraclever}} \
--with-interbase=shared,%{_libdir}/firebird \
--with-pdo-firebird=shared,%{_libdir}/firebird \
--enable-dom=shared \
@@ -1322,12 +1326,14 @@ build --includedir=%{_includedir}/php-zts \
--with-mysqli=shared,mysqlnd \
--with-mysql-sock=%{mysql_sock} \
--enable-mysqlnd-threading \
+%if %{with_oci8}
%ifarch x86_64
- %{?_with_oci8:--with-oci8=shared,instantclient,%{_libdir}/oracle/%{oraclever}/client64/lib,%{oraclever}} \
+ --with-oci8=shared,instantclient,%{_libdir}/oracle/%{oraclever}/client64/lib,%{oraclever} \
%else
- %{?_with_oci8:--with-oci8=shared,instantclient,%{_libdir}/oracle/%{oraclever}/client/lib,%{oraclever}} \
+ --with-oci8=shared,instantclient,%{_libdir}/oracle/%{oraclever}/client/lib,%{oraclever} \
+%endif
+ --with-pdo-oci=shared,instantclient,/usr,%{oraclever} \
%endif
- %{?_with_oci8:--with-pdo-oci=shared,instantclient,/usr,%{oraclever}} \
--with-interbase=shared,%{_libdir}/firebird \
--with-pdo-firebird=shared,%{_libdir}/firebird \
--enable-dom=shared \
@@ -1540,7 +1546,9 @@ for mod in pgsql odbc ldap snmp xmlrpc imap \
%if %{with_zip}
zip \
%endif
- %{?_with_oci8:oci8} %{?_with_oci8:pdo_oci} \
+%if %{with_oci8}
+ oci8 pdo_oci \
+%endif
interbase pdo_firebird \
%if 0%{?fedora} >= 11 || 0%{?rhel} >= 6
sqlite3 \
@@ -1902,6 +1910,10 @@ fi
%changelog
+* Thu Aug 28 2014 Remi Collet <remi@fedoraproject.org> 5.6.0-1
+- PHP 5.6.0 is GA
+- fix ZTS man pages, upstream patch for 67878
+
* Wed Aug 20 2014 Remi Collet <rcollet@redhat.com> 5.6.0-0.22.RC4
- backport rawhide stuff for F21+ and httpd-filesystem
with support for SetHandler to proxy_fcgi