vrana Fri Dec 2 16:41:41 2005 EDT
Modified files:
/phpdoc/en/reference/gnupg/functions gnupg-adddecryptkey.xml
gnupg-decryptverify.xml
gnupg-seterrormode.xml
gnupg-verify.xml
Log:
Fix parameters
http://cvs.php.net/diff.php/phpdoc/en/reference/gnupg/functions/gnupg-adddecryptkey.xml?r1=1.2&r2=1.3&ty=u
Index: phpdoc/en/reference/gnupg/functions/gnupg-adddecryptkey.xml
diff -u phpdoc/en/reference/gnupg/functions/gnupg-adddecryptkey.xml:1.2
phpdoc/en/reference/gnupg/functions/gnupg-adddecryptkey.xml:1.3
--- phpdoc/en/reference/gnupg/functions/gnupg-adddecryptkey.xml:1.2 Sun Oct
30 01:34:39 2005
+++ phpdoc/en/reference/gnupg/functions/gnupg-adddecryptkey.xml Fri Dec 2
16:41:41 2005
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.2 $ -->
+<!-- $Revision: 1.3 $ -->
<refentry id="function.gnupg-adddecryptkey">
<refnamediv>
<refname>gnupg_adddecryptkey</refname>
@@ -12,7 +12,7 @@
<type>bool</type><methodname>gnupg_adddecryptkey</methodname>
<methodparam><type>resource</type><parameter>identifier</parameter></methodparam>
<methodparam><type>string</type><parameter>fingerprint</parameter></methodparam>
- <methodparam
choice="opt"><type>string</type><parameter>passphrase</parameter></methodparam>
+
<methodparam><type>string</type><parameter>passphrase</parameter></methodparam>
</methodsynopsis>
</refsect1>
http://cvs.php.net/diff.php/phpdoc/en/reference/gnupg/functions/gnupg-decryptverify.xml?r1=1.3&r2=1.4&ty=u
Index: phpdoc/en/reference/gnupg/functions/gnupg-decryptverify.xml
diff -u phpdoc/en/reference/gnupg/functions/gnupg-decryptverify.xml:1.3
phpdoc/en/reference/gnupg/functions/gnupg-decryptverify.xml:1.4
--- phpdoc/en/reference/gnupg/functions/gnupg-decryptverify.xml:1.3 Sun Oct
30 01:34:39 2005
+++ phpdoc/en/reference/gnupg/functions/gnupg-decryptverify.xml Fri Dec 2
16:41:41 2005
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.3 $ -->
+<!-- $Revision: 1.4 $ -->
<refentry id="function.gnupg-decryptverify">
<refnamediv>
<refname>gnupg_decryptverify</refname>
@@ -12,8 +12,7 @@
<type>array</type><methodname>gnupg_decryptverify</methodname>
<methodparam><type>resource</type><parameter>identifier</parameter></methodparam>
<methodparam><type>string</type><parameter>text</parameter></methodparam>
- <methodparam
-
role="reference"><type>string</type><parameter>plaintext</parameter></methodparam>
+ <methodparam
role="reference"><type>string</type><parameter>plaintext</parameter></methodparam>
</methodsynopsis>
<para>
Decrypts and verifies a given text and returns information about the
http://cvs.php.net/diff.php/phpdoc/en/reference/gnupg/functions/gnupg-seterrormode.xml?r1=1.3&r2=1.4&ty=u
Index: phpdoc/en/reference/gnupg/functions/gnupg-seterrormode.xml
diff -u phpdoc/en/reference/gnupg/functions/gnupg-seterrormode.xml:1.3
phpdoc/en/reference/gnupg/functions/gnupg-seterrormode.xml:1.4
--- phpdoc/en/reference/gnupg/functions/gnupg-seterrormode.xml:1.3 Sat Nov
12 11:04:22 2005
+++ phpdoc/en/reference/gnupg/functions/gnupg-seterrormode.xml Fri Dec 2
16:41:41 2005
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.3 $ -->
+<!-- $Revision: 1.4 $ -->
<refentry id="function.gnupg-seterrormode">
<refnamediv>
<refname>gnupg_seterrormode</refname>
@@ -9,7 +9,7 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
- <type>bool</type><methodname>gnupg_seterrormode</methodname>
+ <type>void</type><methodname>gnupg_seterrormode</methodname>
<methodparam><type>resource</type><parameter>identifier</parameter></methodparam>
<methodparam><type>int</type><parameter>errormode</parameter></methodparam>
</methodsynopsis>
@@ -23,12 +23,6 @@
</para>
</refsect1>
- <refsect1 role="returnvalues">
- &reftitle.returnvalues;
- <para>
- &return.success;
- </para>
- </refsect1>
<refsect1 role="examples">
&reftitle.examples;
<para>
http://cvs.php.net/diff.php/phpdoc/en/reference/gnupg/functions/gnupg-verify.xml?r1=1.3&r2=1.4&ty=u
Index: phpdoc/en/reference/gnupg/functions/gnupg-verify.xml
diff -u phpdoc/en/reference/gnupg/functions/gnupg-verify.xml:1.3
phpdoc/en/reference/gnupg/functions/gnupg-verify.xml:1.4
--- phpdoc/en/reference/gnupg/functions/gnupg-verify.xml:1.3 Sun Oct 30
01:34:39 2005
+++ phpdoc/en/reference/gnupg/functions/gnupg-verify.xml Fri Dec 2
16:41:41 2005
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.3 $ -->
+<!-- $Revision: 1.4 $ -->
<refentry id="function.gnupg-verify">
<refnamediv>
<refname>gnupg_verify</refname>
@@ -13,8 +13,7 @@
<methodparam><type>resource</type><parameter>identifier</parameter></methodparam>
<methodparam><type>string</type><parameter>signed_text</parameter></methodparam>
<methodparam><type>string</type><parameter>signature</parameter></methodparam>
- <methodparam
- choice="opt"
role="reference"><type>string</type><parameter>plaintext</parameter></methodparam>
+ <methodparam choice="opt"
role="reference"><type>string</type><parameter>plaintext</parameter></methodparam>
</methodsynopsis>
<para>
Verifies the given <parameter>signed_text</parameter> and returns
information about the