Closed gharlan closed 1 month ago
With the upcoming PHP 8.4 I get these deprecation notices:
fputcsv(): the $escape parameter must be provided as its default value will change Clockwork/Storage/FileStorage.php:306 str_getcsv(): the $escape parameter must be provided as its default value will change Clockwork/Storage/FileStorage.php:231
fputcsv(): the $escape parameter must be provided as its default value will change Clockwork/Storage/FileStorage.php:306
str_getcsv(): the $escape parameter must be provided as its default value will change Clockwork/Storage/FileStorage.php:231
Thanks, I'll fix it soon.
Fixed in master now (https://github.com/itsgoingd/clockwork/pull/719), will release with Clockwork 5.3 before PHP 8.4 general availability.
With the upcoming PHP 8.4 I get these deprecation notices: