» Version | » Information |
---|---|
2012-04-13 stable |
|
2008-06-05 stable |
|
2005-08-16 stable |
|
2005-07-26 stable |
|
2005-07-26 stable |
|
1.5.0 |
Easy InstallNot sure? Get more info. pear install File_Archive-1.5.0 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/File_Archive-1.5.0 Release date: 2005-07-15 13:37 UTC Release state: stable Release uploaded by: vincentlascaux Changelog: + Improved zip reader (File_Archive_Zip_Reader implements more options of the PKZip standard) + Some change in the Cache_File use: - The fileNameProtection is forced to false when setting the cache option - Add a File_Archive_cleanCache function To remove the cached compressed version of the files that are no longer present on the system, call $cache->clean(false, 'callback_File_Archive_cleanCache'); where $cache is the Cache_Lite object passed to File_Archive. + Introduce 'blockSize' option that indicates the size of the blocs copied from a reader to a writer when extracting a file. The default has been set to 64kB but is subject to change in future releases + File_Archive::cache to cache a reader if you read it several times in the same script + 'cacheCondition' option. With this option, you can specify you want to cache all the http transfer for example. Caching an http transfer ensure that the file won't be downloaded several times + File_Archive::readUploadedFile creates a reader on an uploaded file Dependencies:
|
2005-06-08 stable |
|
2005-06-06 stable |
|
2005-05-30 stable |
|
2005-05-26 stable |
|
2005-05-08 stable |
|
2005-04-21 stable |
|
2005-04-16 stable |
|
2005-04-08 beta |
|
2005-02-24 beta |
|
2005-02-20 alpha |