Top Level :: File Formats

Package Information: File_Archive 1.5.0

Show All Changelogs

» Version » Information

1.5.5

2012年04月13日
stable

1.5.4

2008年06月05日
stable

1.5.3

2005年08月16日
stable

1.5.2

2005年07月26日
stable

1.5.1

2005年07月26日
stable
1.5.0

Easy Install

Not sure? Get more info.

pear install File_Archive-1.5.0

Pyrus Install

Try PEAR2's installer, Pyrus.

php pyrus.phar install pear/File_Archive-1.5.0

Download

For manual installation only

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:
  • PHP Version: PHP 4.3.0 or newer
  • PEAR Package: MIME_Type
  • PEAR Package: Mail_Mime (optional)
  • PEAR Package: Mail (optional)
  • PEAR Package: Cache_Lite 1.5.0 or newer (optional)

1.4.1

2005年06月08日
stable

1.4.0

2005年06月06日
stable

1.3.0

2005年05月30日
stable

1.2.0

2005年05月26日
stable

1.1.0

2005年05月08日
stable

1.0.1

2005年04月21日
stable

1.0.0

2005年04月16日
stable

0.3.0

2005年04月08日
beta

0.2.0

2005年02月24日
beta

0.1.0

2005年02月20日
alpha

AltStyle によって変換されたページ (->オリジナル) /