Skip to content

Commit

Permalink
lang/php80: Update version 8.0.22=>8.0.23
Browse files Browse the repository at this point in the history
* Core:
  - Fixed incorrect double to long casting in latest clang.
* DBA:
  - Fixed LMDB driver memory leak on DB creation failure (Girgias)
  - Fixed bug GH-9155 (dba_open("non-existing", "c-", "flatfile")
  segfaults).
  * Intl:
  - Fixed IntlDateFormatter::formatObject() parameter type.
* OPcache:
  - Fixed bug GH-9033 (Loading blacklist file can fail due to negative
  length).
* PDO_SQLite:
  - Fixed bug GH-9032 (SQLite3 authorizer crashes on NULL values).
* SQLite3:
  - Fixed bug GH-9032 (SQLite3 authorizer crashes on NULL values).
* Standard:
  - Fixed bug GH-9017 (php_stream_sock_open_from_socket could return
  NULL).
* Streams:
  - Fixed bug GH-8472 (The resource returned by stream_socket_accept may
  have incorrect metadata).
  - Fixed bug GH-8409 (SSL handshake timeout leaves persistent
  connections hanging).

Approved by:	tz (By private mail)
Relnotes:	https://www.php.net/ChangeLog-8.php#8.0.23
Sponsored by:	Bounce Experts
  • Loading branch information
5u623l20 committed Sep 3, 2022
1 parent e4b9a07 commit 0d79b53
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion lang/php80/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
PORTNAME= php80
DISTVERSION= 8.0.22
DISTVERSION= 8.0.23
PORTREVISION?= 0
CATEGORIES?= lang devel www
MASTER_SITES= PHP
Expand Down
6 changes: 3 additions & 3 deletions lang/php80/distinfo
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
TIMESTAMP = 1659811643
SHA256 (php/php-8.0.22.tar.xz) = 130937c0fa3050cd33d6c415402f6ccbf0682ae83eb8d39c91164224ddfe57f1
SIZE (php/php-8.0.22.tar.xz) = 10785228
TIMESTAMP = 1662206546
SHA256 (php/php-8.0.23.tar.xz) = 65e474b6bd8cfc9d4a8a56268a755e2f9d3e7499e1687e6401a9f2b047600f87
SIZE (php/php-8.0.23.tar.xz) = 10860624

0 comments on commit 0d79b53

Please sign in to comment.