diff options
author | Marcus Boerger <helly@php.net> | 2007-03-25 21:43:49 +0000 |
---|---|---|
committer | Marcus Boerger <helly@php.net> | 2007-03-25 21:43:49 +0000 |
commit | c42a870b7e3dd5cc37bd74ac5be35453988a1d2b (patch) | |
tree | c1c1dbc6db5e571815863c280d47a9451fcc82db /ext/phar/TODO | |
parent | 24a9934bdac3afbf1ab65ae9cf16d8c02ad07580 (diff) | |
download | php-git-c42a870b7e3dd5cc37bd74ac5be35453988a1d2b.tar.gz |
- Add general SHA-2 support by optional pecl/hash dependency
# We actually need support to select the signature type somehow
Diffstat (limited to 'ext/phar/TODO')
-rw-r--r-- | ext/phar/TODO | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/phar/TODO b/ext/phar/TODO index b07e7ad714..5ab7a3c3f8 100644 --- a/ext/phar/TODO +++ b/ext/phar/TODO @@ -39,7 +39,7 @@ Version 1.1.0 * ability to have Phar object return file class as offsetGet() result * [optional] Phar->rollback() to abort a write transaction * implement GPG signing - * add SHA-2 support + X add SHA-2 (256, 512) support [Marcus] * 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); |