From 5806fb71cf36e46f23b61e7195372a78f6b8f8e3 Mon Sep 17 00:00:00 2001 From: Adrien Crivelli Date: Tue, 14 Feb 2017 14:29:07 +0900 Subject: [PATCH] Mentions incompatiblity with PHP 5.6.29 and SQLite3 Fixes https://github.com/PHPOffice/PHPExcel/issues/1085 Closes https://github.com/PHPOffice/PHPExcel/pull/1122 --- README.md | 6 +++++- docs/index.md | 4 ++++ 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 9de59dff..a36a25e2 100644 --- a/README.md +++ b/README.md @@ -38,9 +38,13 @@ PhpSpreadsheet is a library written in pure PHP and providing a set of classes t * PHP extension php_xml enabled * PHP extension php_gd2 enabled (optional, but required for exact column width autocalculation) +*Note:* PHP 5.6.29 has [a bug](https://bugs.php.net/bug.php?id=735300) that +prevents SQLite3 caching to work correctly. Use a newer (or older) versions of +PHP if you need SQLite3 caching. + ## PHP version support - * Support for PHP versions will only be maintained for a period of six months beyond the end-of-life of that PHP version +Support for PHP versions will only be maintained for a period of six months beyond the end-of-life of that PHP version ## Want to contribute? diff --git a/docs/index.md b/docs/index.md index 3d4a01ba..fb0e1ecd 100644 --- a/docs/index.md +++ b/docs/index.md @@ -18,6 +18,10 @@ The following software is required to develop using PhpSpreadsheet: - PHP extension php\_xml enabled - PHP extension php\_gd2 enabled (if not compiled in) +*Note:* PHP 5.6.29 has [a bug](https://bugs.php.net/bug.php?id=735300) that +prevents SQLite3 caching to work correctly. Use a newer (or older) versions of +PHP if you need SQLite3 caching. + ## Installation instructions Installation is quite easy: copy the contents of the Classes folder to