reference/gmp/setup.xml
4ad4b2432eef9326c0f576bdfcf9deb7a67793fd
...
...
@@ -8,13 +8,16 @@
8
8
<section xml:id="gmp.requirements">
9
9
&reftitle.required;
10
10
<para>
11
-
You can download the <acronym>GMP</acronym> library from <link
11
+
The <acronym>GMP</acronym> library can be downloaded from <link
12
12
xlink:href="&url.gmp;">&url.gmp;</link>. This site also has the
13
13
<acronym>GMP</acronym> manual available.
14
14
</para>
15
15
<simpara>
16
-
You will need <acronym>GMP</acronym> version 2 or better to use these functions. Some
17
-
functions may require more recent version of the <acronym>GMP</acronym> library.
16
+
At least <acronym>GMP</acronym> version 4.2 is required, with some functions
17
+
requiring a more recent version of the <acronym>GMP</acronym> library.
18
+
</simpara>
19
+
<simpara>
20
+
On Windows, MPIR is required instead of GMP.
18
21
</simpara>
19
22
</section>
20
23
<!-- }}} -->
...
...
@@ -30,17 +33,6 @@
30
33
</section>
31
34
<!-- }}} -->
32
35

33
-
<!-- {{{ Resources -->
34
-
<section xml:id="gmp.resources">
35
-
&reftitle.resources;
36
-
<para>
37
-
Prior to PHP 5.6, most GMP functions operate on or return GMP number
38
-
resources. PHP 5.6 onwards uses <classname>GMP</classname> objects in place
39
-
of GMP number resources.
40
-
</para>
41
-
</section>
42
-
<!-- }}} -->
43
-

44
36
</chapter>
45
37

46
38
<!-- Keep this comment at the end of the file
47
39