php-doc-en/reference/gmp/setup.xml
Christoph M. Becker 4ad4b2432e
Update GMP requirements
As of PHP 7.0.0, at least GMP 4.2 is required on POSIX systems.  On
Windows, MPIR is required instead.
2021-12-16 11:51:22 +01:00

58 lines
1.4 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
<chapter xml:id="gmp.setup" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
&reftitle.setup;
<!-- {{{ Requirements -->
<section xml:id="gmp.requirements">
&reftitle.required;
<para>
The <acronym>GMP</acronym> library can be downloaded from <link
xlink:href="&url.gmp;">&url.gmp;</link>. This site also has the
<acronym>GMP</acronym> manual available.
</para>
<simpara>
At least <acronym>GMP</acronym> version 4.2 is required, with some functions
requiring a more recent version of the <acronym>GMP</acronym> library.
</simpara>
<simpara>
On Windows, MPIR is required instead of GMP.
</simpara>
</section>
<!-- }}} -->
<!-- {{{ Installation -->
&reference.gmp.configure;
<!-- }}} -->
<!-- {{{ Configuration -->
<section xml:id="gmp.configuration">
&reftitle.runtime;
&no.config;
</section>
<!-- }}} -->
</chapter>
<!-- Keep this comment at the end of the file
Local variables:
mode: sgml
sgml-omittag:t
sgml-shorttag:t
sgml-minimize-attributes:nil
sgml-always-quote-attributes:t
sgml-indent-step:1
sgml-indent-data:t
indent-tabs-mode:nil
sgml-parent-document:nil
sgml-default-dtd-file:"~/.phpdoc/manual.ced"
sgml-exposed-tags:nil
sgml-local-catalogs:nil
sgml-local-ecat-files:nil
End:
vim600: syn=xml fen fdm=syntax fdl=2 si
vim: et tw=78 syn=sgml
vi: ts=1 sw=1
-->