mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 16:38:54 +00:00
Bug#38097 (private_key_bits should be integer, not string)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@219867 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
f445c527e5
commit
7f43ab8137
1 changed files with 2 additions and 2 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue