aVadim483 / fast-excel-writer

Lightweight and very fast XLSX Excel Spreadsheet Writer in PHP
MIT License
163 stars 31 forks source link

strftime deprecated in PHP 8.1 #17

Closed GuidoPX closed 1 year ago

GuidoPX commented 1 year ago

The Excel class is using the strftime method in lines 167/168 to determine the local date format. But this method is deprecated in PHP 8.1 and should be replaced.

aVadim483 commented 1 year ago

It was fixed in version 2.3.9 You need to update the version to at least 2.3.9

But latest actual version is v3.1.2