From: Marcus Boerger Date: Fri, 11 May 2007 18:07:52 +0000 (+0000) Subject: - Readd 1.1.0 to history X-Git-Tag: RELEASE_1_2_0~89 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8f1b4c6e7a4e8df330038cd67a4c74f68fce51ef;p=php - Readd 1.1.0 to history --- diff --git a/ext/phar/package.xml b/ext/phar/package.xml index 01c61576f6..22f414c538 100644 --- a/ext/phar/package.xml +++ b/ext/phar/package.xml @@ -201,6 +201,29 @@ avaiable then SHA-256 and SHA-512 signatures are supported as well.phar + + + 1.1.0 + 1.1.0 + + + stable + stable + + 2007-04-12 + PHP License + + + * implement ability connect a phar file 'phar://whatever' to a directory. That way all + access to that phar archive are directed to the extracted directory. This + allows to have the installed files and the archieve keep the same includes. + [Marcus] + * implement SHA-2 (256, 512) support [Marcus] + * implement setSignatureAlgorithm() and Phar::MD5 Phar::SHA1 Phar::SHA256 Phar::SHA512 Phar::PGP to + choose the kind of signature to use (PGP falls back to SHA1) [Greg] + + + 1.0.1