From 4af9e7192b910ba4a2616b9bc6b0f004e04059d3 Mon Sep 17 00:00:00 2001 From: Greg Beaver Date: Mon, 26 Mar 2007 00:03:53 +0000 Subject: [PATCH] update note --- ext/phar/phar_object.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ext/phar/phar_object.c b/ext/phar/phar_object.c index ae69c1ef8e..5d8db91181 100755 --- a/ext/phar/phar_object.c +++ b/ext/phar/phar_object.c @@ -353,7 +353,8 @@ PHP_METHOD(Phar, setStub) /* {{{ proto array Phar::setSignatureAlgorithm(int sigtype) * set the signature algorithm for a phar and apply it. The * signature algorithm must be one of Phar::MD5, Phar::SHA1, - * Phar::SHA256 or Phar::SHA512 + * Phar::SHA256, Phar::SHA512, or Phar::PGP (pgp not yet supported and + * falls back to SHA-1) */ PHP_METHOD(Phar, setSignatureAlgorithm) { -- 2.40.0