bjori Tue Sep 12 20:33:35 2006 UTC
Modified files:
/phpdoc/en/reference/openssl/functions openssl-csr-new.xml
Log:
Bug#38097 (private_key_bits should be integer, not string)
http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/openssl/functions/openssl-csr-new.xml?r1=1.14&r2=1.15&diff_format=u
Index: phpdoc/en/reference/openssl/functions/openssl-csr-new.xml
diff -u phpdoc/en/reference/openssl/functions/openssl-csr-new.xml:1.14
phpdoc/en/reference/openssl/functions/openssl-csr-new.xml:1.15
--- phpdoc/en/reference/openssl/functions/openssl-csr-new.xml:1.14 Fri Jun
24 09:11:42 2005
+++ phpdoc/en/reference/openssl/functions/openssl-csr-new.xml Tue Sep 12
20:33:35 2006
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.14 $ -->
+<!-- $Revision: 1.15 $ -->
<!-- splitted from ./en/functions/openssl.xml, last change in rev 1.19 -->
<refentry id="function.openssl-csr-new">
<refnamediv>
@@ -78,7 +78,7 @@
</row>
<row>
<entry>private_key_bits</entry>
- <entry><type>string</type></entry>
+ <entry><type>integer</type></entry>
<entry>default_bits</entry>
<entry>Specifies how many bits should be used to generate a private
key</entry>