mirror of
https://git.freebsd.org/ports.git
synced 2025-05-24 23:16:33 -04:00
lang/php80: Update version 8.0.19=>8.0.20
- CLI: Fixed bug #8575 (CLI closes standard streams too early). - Core: Fixed Haiku ZTS builds. - Date: Fixed bug #8471 (Segmentation fault when converting immutable and mutable DateTime instances created using reflection). - FPM: * Fixed ACL build check on MacOS. * Fixed bug #72185: php-fpm writes empty fcgi record causing nginx 502 - Mysqlnd: Fixed bug #81719: mysqlnd/pdo password buffer overflow. (CVE-2022-31626) - OPcache: Fixed bug #8466 (ini_get() is optimized out when the option does not exist). - Pcntl: Fixed Haiku build. - Pgsql: Fixed bug #81720: Uninitialized array in pg_query_params(). (CVE-2022-31625) - Soap: * Fixed bug #8578 (Error on wrong parameter on SoapHeader constructor). * Fixed bug #8538 (SoapClient may strip parts of nmtokens). - SPL: Fixed bug #8235 (iterator_count() may run indefinitely). - Zip: Fixed type for index in ZipArchive::replaceFile. Approved by: tz (private email) Relnotes: https://www.php.net/ChangeLog-8.php#8.0.20 Sponsored by: Bounce Experts
This commit is contained in:
parent
9dd525130a
commit
debc1294d3
2 changed files with 4 additions and 4 deletions
|
@ -1,5 +1,5 @@
|
|||
PORTNAME= php80
|
||||
DISTVERSION= 8.0.19
|
||||
DISTVERSION= 8.0.20
|
||||
PORTREVISION?= 0
|
||||
CATEGORIES?= lang devel www
|
||||
MASTER_SITES= PHP
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1652463760
|
||||
SHA256 (php/php-8.0.19.tar.xz) = ba62219c4b0486cbb2a04f0796749a46b0ee1f5a142ed454212b4e2460cb0fab
|
||||
SIZE (php/php-8.0.19.tar.xz) = 10778992
|
||||
TIMESTAMP = 1654868216
|
||||
SHA256 (php/php-8.0.20.tar.xz) = 973fec765336ee01f47536a5db1c2eee98df9d34a41522b7b6c760159bf0a77b
|
||||
SIZE (php/php-8.0.20.tar.xz) = 10879064
|
||||
|
|
Loading…
Add table
Reference in a new issue