PHPOffice / PHPExcel

ARCHIVED
Other
11.46k stars 4.2k forks source link

Use of PCLZip includes deprecation warning #1353

Closed hexmode closed 6 years ago

hexmode commented 6 years ago

From php 7.1:

Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; PclZip has a deprecated constructor in .../vendor/phpoffice/phpexcel/Classes/PHPExcel/Shared/PCLZip/pclzip.lib.php on line 190

I would recommend just putting a dependency in to pclzip/pclzip instead of bundling your own version. The problem appears to have been solved upstream.

PowerKiKi commented 6 years ago

PHPExcel does not support PHP 7.1, consider upgrading to PhpSpreadsheet instead.