]> granicus.if.org Git - php/commitdiff
- Fix docu
authorMarcus Boerger <helly@php.net>
Sun, 1 Jun 2008 17:14:48 +0000 (17:14 +0000)
committerMarcus Boerger <helly@php.net>
Sun, 1 Jun 2008 17:14:48 +0000 (17:14 +0000)
ext/phar/phar_object.c

index 4c9a6e579040ce439eb9cca994f44165852238d7..5101c2b0c6ac466fea752bab8417ab342146c97d 100755 (executable)
@@ -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)
 {