diff options
author | Remi Collet <remi@remirepo.net> | 2023-03-14 10:08:26 +0100 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2023-03-14 10:08:26 +0100 |
commit | ae95dda82d538a5a117eefc0b00507453da2d5f9 (patch) | |
tree | faef653e14bf664bb73372f7b938e93d1f8f3d02 /php81.spec | |
parent | 6e6fc0d759091dba376cb0dffcc3b4013f6b03fc (diff) |
update patches
Diffstat (limited to 'php81.spec')
-rw-r--r-- | php81.spec | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -161,7 +161,7 @@ Patch10: php-7.0.7-curl.patch # Use system nikic/php-parser Patch41: php-8.1.0-parser.patch # use system tzdata -Patch42: php-8.1.0-systzdata-v22.patch +Patch42: php-8.1.0-systzdata-v23.patch # See http://bugs.php.net/53436 Patch43: php-7.4.0-phpize.patch # Use -lldap_r for OpenLDAP @@ -184,6 +184,8 @@ Patch91: php-7.2.0-oci8conf.patch Patch300: php-7.4.0-datetests.patch # WIP +# https://github.com/php/php-src/pull/10756 +Patch400: 10756.patch BuildRequires: gnupg2 BuildRequires: bzip2-devel @@ -1197,6 +1199,9 @@ in pure PHP. %endif # WIP patch +%if 0%{?rhel} == 7 +%patch400 -p1 -b .pr10756 +%endif # Prevent %%doc confusion over LICENSE files cp Zend/LICENSE ZEND_LICENSE |