Fix typo in bug number
This commit is contained in:
parent
0d1ff5b95f
commit
85c3bd0154
|
@ -38,7 +38,7 @@ PhpSpreadsheet is a library written in pure PHP and providing a set of classes t
|
||||||
* 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
|
*Note:* PHP 5.6.29 has [a bug](https://bugs.php.net/bug.php?id=73530) that
|
||||||
prevents SQLite3 caching to work correctly. Use a newer (or older) versions of
|
prevents SQLite3 caching to work correctly. Use a newer (or older) versions of
|
||||||
PHP if you need SQLite3 caching.
|
PHP if you need SQLite3 caching.
|
||||||
|
|
||||||
|
|
|
@ -18,7 +18,7 @@ The following software is required to develop using PhpSpreadsheet:
|
||||||
- PHP extension php\_xml enabled
|
- PHP extension php\_xml enabled
|
||||||
- PHP extension php\_gd2 enabled (if not compiled in)
|
- 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
|
*Note:* PHP 5.6.29 has [a bug](https://bugs.php.net/bug.php?id=73530) that
|
||||||
prevents SQLite3 caching to work correctly. Use a newer (or older) versions of
|
prevents SQLite3 caching to work correctly. Use a newer (or older) versions of
|
||||||
PHP if you need SQLite3 caching.
|
PHP if you need SQLite3 caching.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue