summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2012-12-01 11:15:49 +0100
committerRemi Collet <fedora@famillecollet.com>2012-12-01 11:15:49 +0100
commitb39096043cd89bc928c23e43ea658806aadca63f (patch)
tree0bb5319b997c8ecf13533b85f645cc06f4ae7432
parentb8a0497509357eb08214319102802deba345fb06 (diff)
php 5.5: patch trial
-rw-r--r--php55.spec3
1 files changed, 3 insertions, 0 deletions
diff --git a/php55.spec b/php55.spec
index f20067c..cae7620 100644
--- a/php55.spec
+++ b/php55.spec
@@ -120,6 +120,8 @@ Patch45: php-5.4.8-ldap_r.patch
# RC Patch
Patch91: php-5.3.7-oci8conf.patch
+# WIP https://bugs.php.net/63435
+Patch99: php-wip.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -771,6 +773,7 @@ httpd -V | grep -q 'threaded:.*yes' && exit 1
%patch91 -p1 -b .remi-oci8
+%patch99 -p0 -b .wip
# Prevent %%doc confusion over LICENSE files
cp Zend/LICENSE Zend/ZEND_LICENSE