Lapinator / odsPhpGenerator

odsPhpGenerator is library writen in PHP for generate OpenDocumentSpreadsheet.
https://odsphpgenerator.lapinator.net/
GNU Lesser General Public License v3.0
6 stars 2 forks source link

Problems with php5.6 #2

Open jenszahner opened 7 years ago

jenszahner commented 7 years ago

There is at least one issue when using php 5.6. I had to update ods.php in line 1087 and replace the old one: if ($zip->open($file, \ZipArchive::OVERWRITE)!==TRUE) { with if ($zip->open($file, \ZipArchive::CREATE | \ZipArchive::OVERWRITE)!==TRUE) {

etimau commented 11 months ago

Thanks for this comment. I had to make the same correction after upgrading from php 5.4.24 to 7.1.3