From 6bade57ea89d489e73d6c6707c3a3f5198cb797a Mon Sep 17 00:00:00 2001 From: Adrien Crivelli Date: Tue, 14 Feb 2017 23:06:13 +0900 Subject: [PATCH] Remove obsolete reference to PHP 5.2 --- docs/faq.md | 17 ----------------- 1 file changed, 17 deletions(-) diff --git a/docs/faq.md b/docs/faq.md index f7c037dc..919d446e 100644 --- a/docs/faq.md +++ b/docs/faq.md @@ -36,23 +36,6 @@ You can revert to using ZipArchive by calling: At present, this only allows you to write Xlsx files without the need for ZipArchive (not to read Xlsx or Ods) -## Excel 2007 cannot open the file generated on Windows - -"Excel found unreadable content in '\*.xlsx'. Do you want to recover the -contents of this workbook? If you trust the source of this workbook, -click Yes." - -Some older versions of the 5.2.x php\_zip extension on Windows contain -an error when creating ZIP files. The version that can be found on - should work at all -times. - -Alternatively, upgrading to at least PHP 5.2.9 should solve the problem. - -If you can't locate a clean copy of ZipArchive, then you can use the -PCLZip library as an alternative when writing Xlsx files, as described -above. - ## Fatal error: Allowed memory size of xxx bytes exhausted (tried to allocate yyy bytes) in zzz on line aaa PhpSpreadsheet holds an "in memory" representation of a spreadsheet, so