mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-18 00:10:04 +00:00
databases/adodb5: update to 5.22.7 release (+)
AdoDB 5.22.7 is a maintenance release focusing on PHP 8.x compatibility. Fixes: * Respect @ operator in all error handlers on PHP 8 #981 * db2: Declaration of ADODB_db2::_query incompatible with parent #987 * mysqli: bulkBind reset after one call #1000 * oci8: deprecation warning in selectLimit() on PHP 8.1 #992 * oci8: Fix Automatic conversion of false to array #998 * oci8: Prevent str_replace NULL error in qstr() methods on PHP 8.1 #999 Changelog: https://github.com/ADOdb/ADOdb/blob/v5.22.7/docs/changelog.md
This commit is contained in:
parent
78652398d2
commit
9f7006393c
@ -1,5 +1,5 @@
|
||||
PORTNAME= adodb
|
||||
PORTVERSION= 5.22.6
|
||||
PORTVERSION= 5.22.7
|
||||
DISTVERSIONPREFIX= v
|
||||
CATEGORIES= databases www
|
||||
PKGNAMESUFFIX= 5${PHP_PKGNAMESUFFIX}
|
||||
|
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1687167822
|
||||
SHA256 (adodb-ADOdb-v5.22.6_GH0.tar.gz) = 0cd4b80982742e2e60b04c0683c3c953dd824a5268c37e07f31b4f8f162e8ef3
|
||||
SIZE (adodb-ADOdb-v5.22.6_GH0.tar.gz) = 447464
|
||||
TIMESTAMP = 1703602874
|
||||
SHA256 (adodb-ADOdb-v5.22.7_GH0.tar.gz) = 7555e4ee9cdae65949e82dd4e6199dad1a9128728646e6ff71b2111b53e3364c
|
||||
SIZE (adodb-ADOdb-v5.22.7_GH0.tar.gz) = 447580
|
||||
|
Loading…
Reference in New Issue
Block a user