summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorDamien Regad <dregad@mantisbt.org>2023-06-10 16:37:46 +0200
committerDamien Regad <dregad@mantisbt.org>2023-06-10 16:37:46 +0200
commit943ac8a7de20117d85860a9b67f9eb65c5dfe4d7 (patch)
tree7aa0e0fcc07ed0da04b49ee4f15259c2b22f0ce2 /docs
parent86234de5e0b1fc2786a7538497c8f0c50434934f (diff)
downloadadodb-943ac8a7de20117d85860a9b67f9eb65c5dfe4d7.tar.gz
adodb-943ac8a7de20117d85860a9b67f9eb65c5dfe4d7.tar.bz2
adodb-943ac8a7de20117d85860a9b67f9eb65c5dfe4d7.zip
Fix adodb_throw() ignoring @ operator on PHP 8
error_reporting()'s return value for suppressed errors changed from 0 to 4437 in PHP 8.0.0 [1]. As a result, adodb_throw() throws exceptions when it is not expected to. Fixes #981 [1]: https://www.php.net/manual/en/language.operators.errorcontrol.php
Diffstat (limited to 'docs')
-rw-r--r--docs/changelog.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/changelog.md b/docs/changelog.md
index fe31c216..597260b1 100644
--- a/docs/changelog.md
+++ b/docs/changelog.md
@@ -33,6 +33,8 @@ Older changelogs:
[#966](https://github.com/ADOdb/ADOdb/issues/966)
- Restore rs2html() $htmlspecialchars param behavior
[#968](https://github.com/ADOdb/ADOdb/issues/968)
+- adodb_throw() does not respect @ operator on PHP 8
+ [#981](https://github.com/ADOdb/ADOdb/issues/981)
- loadbalancer: PHP 8.2 warnings
[#951](https://github.com/ADOdb/ADOdb/issues/951)
- mysql: Fail connection if native driver (mysqlnd) is not available