-
Notifications
You must be signed in to change notification settings - Fork 2.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add PCLZIP alternative to ZipArchive (merged from #140) #185
Conversation
…ake it work with the latest develop branch
…ake it work with the latest develop branch
…PHPWord into PHPOffice#140-bskrtich-pclzip
Thank you @ivanlanin, I have been knocked on my ass with the flu and I havnt been able to work on this at all. |
For what its worth, your code looks good to me |
Great. If there's no other input from the team, we'll merge this pull. Flu is really annoying and can make you unable to do anything. Have you fully recovered now? |
@PHPOffice/phpword-team This pull is already save to merge and has passed Travis tests. Any feedback/consideration? If none, I'll merge and close other related issues. Thanks. |
Add PCLZIP alternative to ZipArchive (merge and close #140)
I've merged #140 from @bskrtich with the latest version of develop branch and added some unit tests. I agree with him that it would be nice to be able to use PHPWord without needing ZipArchive. Please review.