]> granicus.if.org Git - php/commitdiff
- Hash is donein ext/standard
authorMarcus Boerger <helly@php.net>
Sun, 28 Jan 2007 10:02:45 +0000 (10:02 +0000)
committerMarcus Boerger <helly@php.net>
Sun, 28 Jan 2007 10:02:45 +0000 (10:02 +0000)
ext/phar/package.xml

index b97b6f4f1dd03d93fe72c9458f91368506fb851c..99b600a8b6bf8bcc0a63af2cb08206d61532db5f 100644 (file)
@@ -18,8 +18,8 @@ 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 if the hash extension is present, and
-signatures can be required if the ini variable phar.require_hash is set to true.
+Full support for MD5 and SHA1 signatures is possible. Signatures can be required 
+if the ini variable phar.require_hash is set to true.
  </description>
  <lead>
   <name>Greg Beaver</name>
@@ -150,11 +150,6 @@ signatures can be required if the ini variable phar.require_hash is set to true.
    </pearinstaller>
   </required>
   <optional>
-  <package>
-   <name>hash</name>
-   <channel>pecl.php.net</channel>
-   <providesextension>hash</providesextension>
-  </package>
   <package>
    <name>bz2</name>
    <channel>pecl.php.net</channel>