Bug #96832
closed
Decrecated Exception thrown in DataHandler.php
Added by Frank W Blank almost 3 years ago.
Updated over 2 years ago.
Category:
DataHandler aka TCEmain
Sprint Focus:
Remote Sprint
Description
Line 7464
catch (DBALException $e) {
deprecated since php 5.6
more Details¶
- PHP: V7.4
- TYPO3: V 9.5.31
- File: /typo3/sysext/core/Classes/DataHandling/DataHandler.php
- Line: 7464
The caught DBALException is deprecated since PHP 5.6 and must be replaced
Hi Frank, this Exception comes from doctrine/dbal. TYPO3 v9/v10 still support doctrine/dbal version 2.10.0. Because of this, we can't use the newer Doctrine\DBAL\Exception.
- Sprint Focus set to Remote Sprint
- Status changed from New to Closed
As already mentioned, DBALException
comes from doctrine/dbal
, thus it cannot be "deprecated since PHP 5.6). I'll close this ticket now.
Kind regards
Andreas
Also available in: Atom
PDF