lang/php72: Update from 7.2.22 to 7.2.23
Changelog: Core: Fixed bug #78220 (Can't access OneDrive folder). Fixed bug #78412 (Generator incorrectly reports non-releasable $this as GC child). FastCGI: Fixed bug #78469 (FastCGI on_accept hook is not called when using named pipes on Windows). MySQLnd: Fixed connect_attr issues and added the _server_host connection attribute. ODBC: Fixed bug #78473 (odbc_close() closes arbitrary resources). PDO_MySQL: Fixed bug #41997 (SP call yields additional empty result set). sodium: Fixed bug #78510 (Partially uninitialized buffer returned by sodium_crypto_generichash_init()). SPL: Fixed bug #72884 (SplObject isCloneable() returns true but errs on clone). Changelog taken from: https://www.php.net/ChangeLog-7.php#7.2.23
This commit is contained in:
parent
2f1d22e72d
commit
604675232f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=513271
2 changed files with 4 additions and 4 deletions
|
@ -1,7 +1,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= php72
|
||||
DISTVERSION= 7.2.22
|
||||
DISTVERSION= 7.2.23
|
||||
PORTREVISION?= 0
|
||||
CATEGORIES?= lang devel www
|
||||
MASTER_SITES= PHP/distributions
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1567512662
|
||||
SHA256 (php-7.2.22.tar.xz) = eb597fcf8dc0a6211a42a6346de4f63ee166829a6df6d8ed767fe14be8d1c3a3
|
||||
SIZE (php-7.2.22.tar.xz) = 12271632
|
||||
TIMESTAMP = 1569706270
|
||||
SHA256 (php-7.2.23.tar.xz) = 74e045ec8ff26290db6a3688826dcdf43b87bc509e508e9cb76dab742804ca14
|
||||
SIZE (php-7.2.23.tar.xz) = 12273340
|
||||
|
|
Loading…
Reference in a new issue