betz Thu Jun 19 16:43:30 2003 EDT Modified files: /phpdoc/en/reference/openssl/functions openssl-csr-new.xml Log: minor rewording Index: phpdoc/en/reference/openssl/functions/openssl-csr-new.xml diff -u phpdoc/en/reference/openssl/functions/openssl-csr-new.xml:1.8 phpdoc/en/reference/openssl/functions/openssl-csr-new.xml:1.9 --- phpdoc/en/reference/openssl/functions/openssl-csr-new.xml:1.8 Thu Jun 19 14:22:35 2003 +++ phpdoc/en/reference/openssl/functions/openssl-csr-new.xml Thu Jun 19 16:43:30 2003 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.8 $ --> +<!-- $Revision: 1.9 $ --> <!-- splitted from ./en/functions/openssl.xml, last change in rev 1.19 --> <refentry id="function.openssl-csr-new"> <refnamediv> @@ -39,8 +39,8 @@ is used to initialize the request; you can specify a configuration file section by setting the <literal>config_section_section</literal> key of <parameter>configargs</parameter>. You can also specify an alternative - openssl configuration file by setting the <literal>config</literal> key - to the path of the file you want to use. + openssl configuration file by setting the value of the + <literal>config</literal> key to the path of the file you want to use. The following keys, if present in <parameter>configargs</parameter> behave as their equivalents in the <literal>openssl.conf</literal>, as listed in the table below.
-- PHP Documentation Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php