From 1222f8c75aad4352770acb011c90a15bb39b90c1 Mon Sep 17 00:00:00 2001 From: Marcus Boerger Date: Sun, 28 Jan 2007 10:02:45 +0000 Subject: [PATCH] - Hash is donein ext/standard --- ext/phar/package.xml | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/ext/phar/package.xml b/ext/phar/package.xml index b97b6f4f1d..99b600a8b6 100644 --- a/ext/phar/package.xml +++ b/ext/phar/package.xml @@ -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. Greg Beaver @@ -150,11 +150,6 @@ signatures can be required if the ini variable phar.require_hash is set to true. - - hash - pecl.php.net - hash - bz2 pecl.php.net -- 2.50.1