From 43130349a3f4681a2039e7e27fb56082981cdc13 Mon Sep 17 00:00:00 2001 From: Christoph Michael Becker Date: Sun, 13 Dec 2020 13:02:26 +0000 Subject: [PATCH] Remove obsolete GMP info PHP 7.0 requires GMP 4.2 anyway. git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@352053 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/gmp/functions/gmp-init.xml | 10 ---------- reference/gmp/functions/gmp-strval.xml | 10 ---------- 2 files changed, 20 deletions(-) diff --git a/reference/gmp/functions/gmp-init.xml b/reference/gmp/functions/gmp-init.xml index 2f91638f52..f1f62392e8 100644 --- a/reference/gmp/functions/gmp-init.xml +++ b/reference/gmp/functions/gmp-init.xml @@ -57,16 +57,6 @@ - - &reftitle.notes; - - - To use the extended base introduced in PHP 5.3.2, then - PHP must be compiled against GMP 4.2.0 or greater. - - - - &reftitle.examples; diff --git a/reference/gmp/functions/gmp-strval.xml b/reference/gmp/functions/gmp-strval.xml index e111842ff2..c6ca69e455 100644 --- a/reference/gmp/functions/gmp-strval.xml +++ b/reference/gmp/functions/gmp-strval.xml @@ -52,16 +52,6 @@ - - &reftitle.notes; - - - To use the extended base introduced in PHP 5.3.2, then - PHP must be compiled against GMP 4.2.0 or greater. - - - - &reftitle.examples;