PHP7 compatibility
-
In the file /lib/phpExcel/PHPExcel/Shared/PCLZip/pclzip.lib.php line 4855, it is using set_magic_quotes_runtime. However this function has been removed as of PHP 7.
https://php.net/manual/en/function.set-magic-quotes-runtime.phpFile /lib/phpExcel/PHPExcel/CachedObjectStorage/SQLite.php is using SQLlite, however that was removed as of PHP 5.4.
Can you tell me what steps are being made to fix these errors?
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘PHP7 compatibility’ is closed to new replies.