mk-j / PHP_XLSXWriter

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

Add missing property, fix call to htmlspecialchars by ensuring the pa… #341

Closed Watkinsong closed 1 year ago

Watkinsong commented 1 year ago

Fix two deprecated warnings:

PHP Deprecated:  Creation of dynamic property XLSXWriter::$tempdir is deprecated in vendor/mk-j/php_xlsxwriter/xlsxwriter.class.php on line 44
PHP Deprecated:  htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in vendor/mk-j/php_xlsxwriter/xlsxwriter.class.php on line 760
ocrow commented 1 year ago

These two fixes are required for the library to run without warnings under PHP 8. PHP 7 is now in end of life status. Requesting this commit be incorporated in a release of the library.

w263756314 commented 1 year ago

support