reference/gmp/book.xml
a35fce69cc4174f61cfa228ad677797c833f9cba
...
...
@@ -16,8 +16,7 @@
16
16
<note>
17
17
<para>
18
18
Most GMP functions accept GMP number arguments. These are shown in this
19
-
documentation as <classname>GMP</classname> objects. However, note that PHP
20
-
5.5 and earlier represented GMP numbers as <type>resource</type>s. Most
19
+
documentation as <classname>GMP</classname> objects. Most
21
20
of these functions will also accept numeric and string arguments, so long
22
21
as it is possible to convert the latter to a number. Also, if there is a
23
22
more performant function that can operate on the arguments (integers only),
...
...
@@ -43,7 +42,7 @@
43
42
</warning>
44
43
<note>
45
44
<simpara>
46
-
This extension is available on Windows platforms since PHP 5.1.0.
45
+
This extension is available on Windows platforms.
47
46
</simpara>
48
47
</note>
49
48
</preface>
50
49