Les RPM de Remi - Packages

Blog | Forums | Repository | Services

php-pecl-phar - Allows running of complete applications out of .phar files

Website:
http://pecl.php.net/package/phar
Licence:
PHP
Vendor:
Remi Collet
Description:
This is the extension version of PEAR's PHP_Archive package. Support for
zlib, bz2 and crc32 is achieved without any dependency other than the
external zlib or bz2 extension.

.phar files can be read using the phar stream, or with the Phar class.
If the SPL extension is available, a Phar object can be used as an array
to iterate over a phar's contents or to read files directly from the phar.

Phar archives can be created using the streams API or with the Phar class,
if the phar.readonly ini variable is set to false.

Full support for MD5 and SHA1 signatures is possible. Signatures can be
required if the ini variable phar.require_hash is set to true.
When PECL extension hash is available then SHA-256 and SHA-512 signatures
are supported as well.

Packages

php-pecl-phar-1.2.2-1.el4.remi.i386 [59 KiB] Changelog by Remi Collet (2007-10-09):
- update to 1.2.1