vrana Mon Jan 5 08:17:43 2004 EDT
Modified files:
/phpdoc/en/reference/openssl/functions openssl-open.xml
openssl-private-encrypt.xml
openssl-public-decrypt.xml
openssl-public-encrypt.xml
openssl-seal.xml
Log:
Output parameters with &
Index: phpdoc/en/reference/openssl/functions/openssl-open.xml
diff -u phpdoc/en/reference/openssl/functions/openssl-open.xml:1.5
phpdoc/en/reference/openssl/functions/openssl-open.xml:1.6
--- phpdoc/en/reference/openssl/functions/openssl-open.xml:1.5 Mon Dec 15 11:52:33
2003
+++ phpdoc/en/reference/openssl/functions/openssl-open.xml Mon Jan 5 08:17:42
2004
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.5 $ -->
+<!-- $Revision: 1.6 $ -->
<!-- splitted from ./en/functions/openssl.xml, last change in rev 1.1 -->
<refentry id="function.openssl-open">
<refnamediv>
@@ -11,7 +11,7 @@
<methodsynopsis>
<type>bool</type><methodname>openssl_open</methodname>
<methodparam><type>string</type><parameter>sealed_data</parameter></methodparam>
- <methodparam><type>string</type><parameter>open_data</parameter></methodparam>
+
<methodparam><type>string</type><parameter>&open_data</parameter></methodparam>
<methodparam><type>string</type><parameter>env_key</parameter></methodparam>
<methodparam><type>mixed</type><parameter>priv_key_id</parameter></methodparam>
</methodsynopsis>
Index: phpdoc/en/reference/openssl/functions/openssl-private-encrypt.xml
diff -u phpdoc/en/reference/openssl/functions/openssl-private-encrypt.xml:1.2
phpdoc/en/reference/openssl/functions/openssl-private-encrypt.xml:1.3
--- phpdoc/en/reference/openssl/functions/openssl-private-encrypt.xml:1.2 Wed
Apr 17 02:42:25 2002
+++ phpdoc/en/reference/openssl/functions/openssl-private-encrypt.xml Mon Jan 5
08:17:42 2004
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.2 $ -->
+<!-- $Revision: 1.3 $ -->
<!-- splitted from ./en/functions/openssl.xml, last change in rev 1.19 -->
<refentry id="function.openssl-private-encrypt">
<refnamediv>
@@ -11,7 +11,7 @@
<methodsynopsis>
<type>bool</type><methodname>openssl_private_encrypt</methodname>
<methodparam><type>string</type><parameter>data</parameter></methodparam>
- <methodparam><type>string</type><parameter>crypted</parameter></methodparam>
+
<methodparam><type>string</type><parameter>&crypted</parameter></methodparam>
<methodparam><type>mixed</type><parameter>key</parameter></methodparam>
<methodparam
choice="opt"><type>int</type><parameter>padding</parameter></methodparam>
</methodsynopsis>
Index: phpdoc/en/reference/openssl/functions/openssl-public-decrypt.xml
diff -u phpdoc/en/reference/openssl/functions/openssl-public-decrypt.xml:1.2
phpdoc/en/reference/openssl/functions/openssl-public-decrypt.xml:1.3
--- phpdoc/en/reference/openssl/functions/openssl-public-decrypt.xml:1.2 Wed
Apr 17 02:42:26 2002
+++ phpdoc/en/reference/openssl/functions/openssl-public-decrypt.xml Mon Jan 5
08:17:42 2004
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.2 $ -->
+<!-- $Revision: 1.3 $ -->
<!-- splitted from ./en/functions/openssl.xml, last change in rev 1.19 -->
<refentry id="function.openssl-public-decrypt">
<refnamediv>
@@ -11,7 +11,7 @@
<methodsynopsis>
<type>bool</type><methodname>openssl_public_decrypt</methodname>
<methodparam><type>string</type><parameter>data</parameter></methodparam>
- <methodparam><type>string</type><parameter>crypted</parameter></methodparam>
+
<methodparam><type>string</type><parameter>&crypted</parameter></methodparam>
<methodparam><type>resource</type><parameter>key</parameter></methodparam>
<methodparam
choice="opt"><type>int</type><parameter>padding</parameter></methodparam>
</methodsynopsis>
Index: phpdoc/en/reference/openssl/functions/openssl-public-encrypt.xml
diff -u phpdoc/en/reference/openssl/functions/openssl-public-encrypt.xml:1.2
phpdoc/en/reference/openssl/functions/openssl-public-encrypt.xml:1.3
--- phpdoc/en/reference/openssl/functions/openssl-public-encrypt.xml:1.2 Wed
Apr 17 02:42:26 2002
+++ phpdoc/en/reference/openssl/functions/openssl-public-encrypt.xml Mon Jan 5
08:17:42 2004
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.2 $ -->
+<!-- $Revision: 1.3 $ -->
<!-- splitted from ./en/functions/openssl.xml, last change in rev 1.19 -->
<refentry id="function.openssl-public-encrypt">
<refnamediv>
@@ -11,7 +11,7 @@
<methodsynopsis>
<type>bool</type><methodname>openssl_public_encrypt</methodname>
<methodparam><type>string</type><parameter>data</parameter></methodparam>
- <methodparam><type>string</type><parameter>crypted</parameter></methodparam>
+
<methodparam><type>string</type><parameter>&crypted</parameter></methodparam>
<methodparam><type>mixed</type><parameter>key</parameter></methodparam>
<methodparam
choice="opt"><type>int</type><parameter>padding</parameter></methodparam>
</methodsynopsis>
Index: phpdoc/en/reference/openssl/functions/openssl-seal.xml
diff -u phpdoc/en/reference/openssl/functions/openssl-seal.xml:1.5
phpdoc/en/reference/openssl/functions/openssl-seal.xml:1.6
--- phpdoc/en/reference/openssl/functions/openssl-seal.xml:1.5 Mon Dec 15 11:52:33
2003
+++ phpdoc/en/reference/openssl/functions/openssl-seal.xml Mon Jan 5 08:17:42
2004
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.5 $ -->
+<!-- $Revision: 1.6 $ -->
<!-- splitted from ./en/functions/openssl.xml, last change in rev 1.1 -->
<refentry id="function.openssl-seal">
<refnamediv>
@@ -11,8 +11,8 @@
<methodsynopsis>
<type>int</type><methodname>openssl_seal</methodname>
<methodparam><type>string</type><parameter>data</parameter></methodparam>
- <methodparam><type>string</type><parameter>sealed_data</parameter></methodparam>
- <methodparam><type>array</type><parameter>env_keys</parameter></methodparam>
+
<methodparam><type>string</type><parameter>&sealed_data</parameter></methodparam>
+
<methodparam><type>array</type><parameter>&env_keys</parameter></methodparam>
<methodparam><type>array</type><parameter>pub_key_ids</parameter></methodparam>
</methodsynopsis>
<para>