From 11dd9778ba68ee6ae1ba5e5be25699db118bf4cf Mon Sep 17 00:00:00 2001 From: Hannes Magnusson Date: Tue, 22 May 2007 18:02:50 +0000 Subject: [PATCH] New constant in ext/gmp git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@236146 c90b9560-bf6c-de11-be94-00142212c4b1 --- appendices/migration52.xml | 14 +++++++++++++- reference/gmp/constants.xml | 13 ++++++++++++- 2 files changed, 25 insertions(+), 2 deletions(-) diff --git a/appendices/migration52.xml b/appendices/migration52.xml index 63e05f7e46..e76fbf124b 100644 --- a/appendices/migration52.xml +++ b/appendices/migration52.xml @@ -1,5 +1,5 @@ - + Migrating from PHP 5.1.x to PHP 5.2.x @@ -1574,6 +1574,18 @@ $obj->getCommentName(''); + GMP: + + + + GMP_VERSION + + + Added in PHP 5.2.2. + + + + ming: diff --git a/reference/gmp/constants.xml b/reference/gmp/constants.xml index 6c58c0ba57..6f7e706f7e 100644 --- a/reference/gmp/constants.xml +++ b/reference/gmp/constants.xml @@ -1,5 +1,5 @@ - +
&reftitle.constants; &extension.constants; @@ -37,6 +37,17 @@ + + + GMP_VERSION + (string) + + + + The GMP library version + + +