summaryrefslogtreecommitdiff
path: root/ext/phar/TODO
diff options
context:
space:
mode:
authorMarcus Boerger <helly@php.net>2007-03-25 21:43:49 +0000
committerMarcus Boerger <helly@php.net>2007-03-25 21:43:49 +0000
commitc42a870b7e3dd5cc37bd74ac5be35453988a1d2b (patch)
treec1c1dbc6db5e571815863c280d47a9451fcc82db /ext/phar/TODO
parent24a9934bdac3afbf1ab65ae9cf16d8c02ad07580 (diff)
downloadphp-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/TODO2
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);