diff options
author | Greg Beaver <cellog@php.net> | 2007-03-26 00:00:56 +0000 |
---|---|---|
committer | Greg Beaver <cellog@php.net> | 2007-03-26 00:00:56 +0000 |
commit | a92eeb61c45223d1d236be5937d47634045a1e34 (patch) | |
tree | e9e573cf206c88d02d2f50adfa6593b6f1c6f0d6 /ext/phar/TODO | |
parent | c3b317f44cdcb37f06270b693c6034aad5f33f18 (diff) | |
download | php-git-a92eeb61c45223d1d236be5937d47634045a1e34.tar.gz |
[DOC]
implement setSignatureAlgorithm() and add class constants Phar::MD5, Phar::SHA1, Phar::SHA256, Phar::SHA512, Phar::PGP
Diffstat (limited to 'ext/phar/TODO')
-rw-r--r-- | ext/phar/TODO | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ext/phar/TODO b/ext/phar/TODO index 5ab7a3c3f8..c5cd455204 100644 --- a/ext/phar/TODO +++ b/ext/phar/TODO @@ -40,6 +40,8 @@ Version 1.1.0 * [optional] Phar->rollback() to abort a write transaction * implement GPG signing X add SHA-2 (256, 512) support [Marcus] + X 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] * ability to match files containing a metadata key opendir('phar://a.phar/?mime-type=image/jpeg') or foreach ($p->match('mime-type', 'image/jpeg') as $file) * Phar::copy($from, $to); |