Skip to content

Commit b4be9c6

Browse files
author
Roman Syroeshko
committed
https://github.com/PHPOffice/PHPWord/issues/310
1 parent b2286f8 commit b4be9c6

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

README.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ Read more about PHPWord:
1717
- [Requirements](#requirements)
1818
- [Installation](#installation)
1919
- [Getting started](#getting-started)
20-
- [Known issues](#known-issues)
2120
- [Contributing](#contributing)
2221
- [Developers' Documentation](http://phpword.readthedocs.org/)
2322
- [API Documentation](http://phpoffice.github.io/PHPWord/docs/master/)
@@ -126,10 +125,6 @@ $phpWord->save('helloWorld.rtf', 'RTF');
126125

127126
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.
128127

129-
## Known issues
130-
131-
- 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.
132-
133128
## Contributing
134129

135130
We welcome everyone to contribute to PHPWord. Below are some of the things that you can do to contribute:

0 commit comments

Comments
 (0)