in2code-de / powermail

This is the official repository of the TYPO3 extension powermail! Powermail is a well-known, editor-friendly, powerful and easy mailform extension for TYPO3
https://in2code.de
89 stars 174 forks source link

PHP 8.2 deprecation notice in ExportCommand #1184

Open BrandSven opened 2 weeks ago

BrandSven commented 2 weeks ago

Powermail 12.4.4 TYPO3 12.4.22

In an PHP 8.2 environment (basic ddev setup with PHP 8.2), a deprecation notice is thrown:

PHP Runtime Deprecation Notice: Function strftime() is deprecated in /var/www/html/vendor/in2code/powermail/Classes/Command/ExportCommand.php line 107

Unfortunately, although it's just a notice, it prevents any scheduler tasks using the exporter from running.

strftime() should be replaced with date(), see: https://www.php.net/manual/de/function.strftime.php