mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Fixed bug #50942 (gmp_strval() only allows base 2 to 36)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@295245 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
257702d81a
commit
34fe6dd1e0
2 changed files with 29 additions and 2 deletions
|
@ -69,10 +69,17 @@
|
|||
</row>
|
||||
</thead>
|
||||
<tbody>
|
||||
<row>
|
||||
<entry>5.3.2</entry>
|
||||
<entry>
|
||||
The <parameter>base</parameter> was extended from 2 to 36, to
|
||||
2 to 62 and -2 to -36.
|
||||
</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry>4.1.0</entry>
|
||||
<entry>
|
||||
The optional <parameter>base</parameter> parameter was added.
|
||||
The optional <parameter>base</parameter> parameter was added.
|
||||
</entry>
|
||||
</row>
|
||||
</tbody>
|
||||
|
@ -81,6 +88,16 @@
|
|||
</para>
|
||||
</refsect1>
|
||||
|
||||
<refsect1 role="notes">
|
||||
&reftitle.notes;
|
||||
<note>
|
||||
<para>
|
||||
To use the extended base introduced in PHP 5.3.2, then
|
||||
PHP must be compiled against GMP 4.2.0 or greater.
|
||||
</para>
|
||||
</note>
|
||||
</refsect1>
|
||||
|
||||
<refsect1 role="examples">
|
||||
&reftitle.examples;
|
||||
<para>
|
||||
|
|
|
@ -65,7 +65,7 @@
|
|||
</thead>
|
||||
<tbody>
|
||||
<row>
|
||||
<entry>5.2.12 and 5.3.2</entry>
|
||||
<entry>5.3.2</entry>
|
||||
<entry>
|
||||
The <parameter>base</parameter> was extended from 2 to 36, to
|
||||
2 to 62 and -2 to -36.
|
||||
|
@ -77,6 +77,16 @@
|
|||
</para>
|
||||
</refsect1>
|
||||
|
||||
<refsect1 role="notes">
|
||||
&reftitle.notes;
|
||||
<note>
|
||||
<para>
|
||||
To use the extended base introduced in PHP 5.3.2, then
|
||||
PHP must be compiled against GMP 4.2.0 or greater.
|
||||
</para>
|
||||
</note>
|
||||
</refsect1>
|
||||
|
||||
<refsect1 role="examples">
|
||||
&reftitle.examples;
|
||||
<para>
|
||||
|
|
Loading…
Reference in a new issue