mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 16:38:54 +00:00
Document precision and serialize_precision ini changes
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@339595 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
c047c527e6
commit
fea0321607
2 changed files with 7 additions and 2 deletions
|
@ -243,6 +243,8 @@
|
|||
<listitem>
|
||||
<simpara>
|
||||
The number of significant digits displayed in floating point numbers.
|
||||
<literal>-1</literal> means that an enhanced algorithm for rounding
|
||||
such numbers will be used.
|
||||
</simpara>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
@ -255,7 +257,9 @@
|
|||
<listitem>
|
||||
<simpara>
|
||||
The number of significant digits stored while serializing floating point numbers.
|
||||
</simpara>
|
||||
<literal>-1</literal> means that an enhanced algorithm for rounding
|
||||
such numbers will be used.
|
||||
</simpara>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
|
|
|
@ -2349,10 +2349,11 @@
|
|||
</row>
|
||||
<row>
|
||||
<entry><link linkend="ini.serialize-precision">serialize_precision</link></entry>
|
||||
<entry>"17"</entry>
|
||||
<entry>"-1"</entry>
|
||||
<entry>PHP_INI_ALL</entry>
|
||||
<entry>
|
||||
Available since PHP 4.3.2. Until PHP 5.3.5, the default value was 100.
|
||||
Until PHP 7.1.0, the default value was 17.
|
||||
</entry>
|
||||
</row>
|
||||
<row>
|
||||
|
|
Loading…
Reference in a new issue