From: Marcus Boerger Date: Sun, 1 Jun 2008 17:14:48 +0000 (+0000) Subject: - Fix docu X-Git-Tag: BEFORE_NEW_PARAMETER_PARSE~110 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=aaf6b216ed35c8a54da3e90470d10e4bc4a0b73e;p=php - Fix docu --- diff --git a/ext/phar/phar_object.c b/ext/phar/phar_object.c index 4c9a6e5790..5101c2b0c6 100755 --- a/ext/phar/phar_object.c +++ b/ext/phar/phar_object.c @@ -2685,9 +2685,8 @@ PHP_METHOD(Phar, setStub) /* {{{ proto array Phar::setSignatureAlgorithm(int sigtype[, string privatekey]) * Sets the signature algorithm for a phar and applies it. The signature * algorithm must be one of Phar::MD5, Phar::SHA1, Phar::SHA256, - * Phar::SHA512, or Phar::PGP (PGP is not yet supported and falls back to - * SHA-1). Note that zip- and tar- based phar archives cannot support - * signatures. + * Phar::SHA512, or Phar::OPENSSL. Note that zip- and tar- based phar archives + * cannot support signatures. */ PHP_METHOD(Phar, setSignatureAlgorithm) {