Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PHP 8.2 deprecation notice in ExportCommand #1184

Open
BrandSven opened this issue Nov 11, 2024 · 0 comments
Open

PHP 8.2 deprecation notice in ExportCommand #1184

BrandSven opened this issue Nov 11, 2024 · 0 comments

Comments

@BrandSven
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant