Releases: pear/DB
Releases · pear/DB
v1.12.2
- Task: Manage E_DEPRECATED #27
- Task: Remove CVS id that no longer makes sense #30
- Bug: Bug in DB/oci8.php ... oci_fetch_array called with wrong parameters #33 #34
- Bug: Errors raised in DB_storage::toString() if there are multi-column keys, on PHP >= 7 #35
- Bug: sqlite3 back-end incorrectly refers to 'resource' objects #38 #39
v1.12.1
v1.12.0
- feature: add sqlite3 driver #18
- feature: add lastId() method on mysql, mysqli and sqlite3 #19 #21
- task: fix prototypes for PHP 8 #12
- task: Try and fix test by removing each #16
- task: PHP8.1 Compatability restore error handling to previous state whilst … #13
- task: DB::apiVersion() should be declared as static #17
- task: Fix PHP8.2 Deprecated use of ${var} instead of {$var} #14
- task: PHP8.2 ready #21
- task: Mark mssql-Driver, mysql-Driver and sybase-Driver as Deprecated #21
- bug: PHP 8.0 testcase failure #23 #24