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:
Kalle Sommer Nielsen 2010-02-19 07:55:13 +00:00
parent 257702d81a
commit 34fe6dd1e0
2 changed files with 29 additions and 2 deletions

View file

@ -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>

View file

@ -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>