Hi.
Finding myself in a need to create ZIP files on the fly (with more than one file inside), simple googling revealed some classes and code examples on how to create a ZIP file, but dating back to 2001-2003 (Zend, Codewalkers, ...).
I was wondering, since PHP has ZIP library bundled as of version 4, is there any particular reason I should look into third party code except to see how ZIPs are created?
Does anyone have any experience in working with PHP "native" ZIP library? Thanks.