From b4be9c65bd486e06e4559e862a0157d75f5e8795 Mon Sep 17 00:00:00 2001 From: Roman Syroeshko Date: Mon, 3 Nov 2014 19:40:43 +0400 Subject: [PATCH] https://github.com/PHPOffice/PHPWord/issues/310 --- README.md | 5 ----- 1 file changed, 5 deletions(-) diff --git a/README.md b/README.md index 841ab1a1..27a0ed17 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,6 @@ Read more about PHPWord: - [Requirements](#requirements) - [Installation](#installation) - [Getting started](#getting-started) -- [Known issues](#known-issues) - [Contributing](#contributing) - [Developers' Documentation](http://phpword.readthedocs.org/) - [API Documentation](http://phpoffice.github.io/PHPWord/docs/master/) @@ -126,10 +125,6 @@ $phpWord->save('helloWorld.rtf', 'RTF'); More examples are provided in the [samples folder](samples/). You can also read the [Developers' Documentation](http://phpword.readthedocs.org/) and the [API Documentation](http://phpoffice.github.io/PHPWord/docs/master/) for more detail. -## Known issues - -- GH-238: PHPWord uses temporary folder with `sys_get_temp_dir()` extensively. The default setting on some systems (especially Windows) do not give appropriate read/write permission to this folder. Run `samples/index.php` either by CLI or by web browsers to check if you have this requirement fulfilled. - ## Contributing We welcome everyone to contribute to PHPWord. Below are some of the things that you can do to contribute: