diff options
-rw-r--r-- | php55.spec | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |