From afb11493d0ddd10b35b013773b64bb95354d5764 Mon Sep 17 00:00:00 2001 From: Adrien Crivelli Date: Tue, 14 Feb 2017 14:32:40 +0900 Subject: [PATCH] Mentions incompatiblity with PHP 5.6.29 and SQLite3 Fixes #1085 Closes #1122 --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 4e106b2..aa26017 100644 --- a/README.md +++ b/README.md @@ -33,6 +33,9 @@ Develop: [![Build Status](https://travis-ci.org/PHPOffice/PHPExcel.png?branch=de * 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. ## Want to contribute?