lochmueller / staticfilecache

🚀 Fastest TYPO3 Extension ever 🚀
https://packagist.org/packages/lochmueller/staticfilecache
GNU General Public License v3.0
117 stars 65 forks source link

[TASK] Use Connection instead of PDO #412

Closed ErHaWeb closed 8 months ago

ErHaWeb commented 8 months ago

Short description

In Doctrine DBAL v4, as described in the documentation, support for using the \PDO::PARAM_* constants has been dropped in favor of the enum types. This should be migrated to Connection::PARAM_* in order to be compatible with TYPO3 v13 later on. Connection::PARAM_* can already be used now as it is compatible with TYPO3 11 and 12.

lochmueller commented 8 months ago

Hey @ErHaWeb , thanks for the cleanup. Merged. Regards, Tim