[CHANGED] Documentation on Zip API providers.

This commit is contained in:
Roman Syroeshko 2014-07-03 11:44:10 +04:00
parent e1164f8989
commit 20d986b11d
1 changed files with 4 additions and 5 deletions

View File

@ -75,11 +75,10 @@ during development to make the resulting XML file easier to read.
Zip class Zip class
~~~~~~~~~ ~~~~~~~~~
By default, PHPWord uses PHP By default, PHPWord uses `Zip extension <http://php.net/manual/en/book.zip.php>`__
`ZipArchive <http://php.net/manual/en/book.zip.php>`__ to read or write to deal with ZIP compressed archives and files inside them. If you can't have
ZIP compressed archive and the files inside them. If you can't have Zip extension installed on your server, you can use pure PHP library
ZipArchive installed on your server, you can use pure PHP library alternative, `PclZip <http://www.phpconcept.net/pclzip/>`__, which
alternative, `PCLZip <http://www.phpconcept.net/pclzip/>`__, which
included with PHPWord. included with PHPWord.
.. code-block:: php .. code-block:: php