Mentions incompatiblity with PHP 5.6.29 and SQLite3

Fixes #1085
Closes #1122
This commit is contained in:
Adrien Crivelli 2017-02-14 14:32:40 +09:00
parent 12f91aa295
commit afb11493d0
No known key found for this signature in database
GPG Key ID: B182FD79DC6DE92E

View File

@ -33,6 +33,9 @@ Develop: [![Build Status](https://travis-ci.org/PHPOffice/PHPExcel.png?branch=de
* PHP extension php_xml enabled * PHP extension php_xml enabled
* PHP extension php_gd2 enabled (optional, but required for exact column width autocalculation) * 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? ## Want to contribute?