mk-j / PHP_XLSXWriter

Lightweight XLSX Excel Spreadsheet Writer in PHP
MIT License
1.84k stars 665 forks source link

Deprecation in PHP 7.4 #271

Closed fmkoc closed 4 years ago

fmkoc commented 4 years ago

I'm receiving the following error after updating the core to PHP 7.4

AH01071: Got error 'PHP message: PHP Deprecated: Array and string offset access syntax with curly braces is deprecated in /.../xlsxwriter.class.php on line 365

which is

} elseif (is_string($value) && $value{0}=='='){

fmkoc commented 4 years ago

Sorry for my bad, it's already updated.