Skip to content

Commit afb1149

Browse files
committed
Mentions incompatiblity with PHP 5.6.29 and SQLite3
Fixes PHPOffice#1085 Closes PHPOffice#1122
1 parent 12f91aa commit afb1149

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,9 @@ Develop: [![Build Status](https://travis-ci.org/PHPOffice/PHPExcel.png?branch=de
3333
* PHP extension php_xml enabled
3434
* PHP extension php_gd2 enabled (optional, but required for exact column width autocalculation)
3535

36+
*Note:* PHP 5.6.29 has [a bug](https://bugs.php.net/bug.php?id=735300) that
37+
prevents SQLite3 caching to work correctly. Use a newer (or older) versions of
38+
PHP if you need SQLite3 caching.
3639

3740
## Want to contribute?
3841

0 commit comments

Comments
 (0)