diff options
author | Remi Collet <remi@remirepo.net> | 2019-08-28 11:07:10 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2019-08-28 11:07:10 +0200 |
commit | 0760a112f4ab67a829862bb3eb0cad9e653cbc42 (patch) | |
tree | 4a92e539527a72e4e258cae8aa3eba113771f31c /php72.spec | |
parent | 6cb040c68d0e261d71298c8f87afbcceb34e65eb (diff) |
- Update to 7.2.22 - http://www.php.net/releases/7_2_22.php
- fix generator incorrectly reports non-releasable $this as GC child
https://bugs.php.net/78412
Diffstat (limited to 'php72.spec')
-rw-r--r-- | php72.spec | 9 |
1 files changed, 8 insertions, 1 deletions
@@ -117,7 +117,7 @@ %endif %global upver 7.2.22 -%global rcver RC1 +#global rcver RC1 Summary: PHP scripting language for creating dynamic web sites Name: php @@ -182,6 +182,7 @@ Patch49: php-7.2.16-pdooci.patch Patch91: php-7.2.0-oci8conf.patch # Upstream fixes (100+) +Patch100: php-bug78412.patch # Security fixes (200+) @@ -1107,6 +1108,7 @@ low-level PHP extension for the libsodium cryptographic library. %patch91 -p1 -b .remi-oci8 # upstream patches +%patch100 -p1 -b .78412 # security patches @@ -2198,6 +2200,11 @@ fi %changelog +* Wed Aug 28 2019 Remi Collet <remi@remirepo.net> - 7.2.22-1 +- Update to 7.2.22 - http://www.php.net/releases/7_2_22.php +- fix generator incorrectly reports non-releasable $this as GC child + https://bugs.php.net/78412 + * Mon Aug 19 2019 Remi Collet <remi@remirepo.net> - 7.2.22~RC1-1 - update to 7.2.22RC1 |