From f2622ae5717ddcef4b5ca2ebbed0aea1e904df3e Mon Sep 17 00:00:00 2001 From: Friedhelm Betz Date: Sun, 15 Sep 2002 15:13:02 +0000 Subject: [PATCH] ini.xml added, linked in reference git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@95809 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/bc/ini.xml | 68 ++++++++++++++++++++++++++++++++++++++ reference/bc/reference.xml | 7 ++-- 2 files changed, 70 insertions(+), 5 deletions(-) create mode 100644 reference/bc/ini.xml diff --git a/reference/bc/ini.xml b/reference/bc/ini.xml new file mode 100644 index 0000000000..924fe9fac2 --- /dev/null +++ b/reference/bc/ini.xml @@ -0,0 +1,68 @@ + + +
+ &reftitle.runtime; + &extension.runtime; + + + BC math configuration options + + + + Name + Default + Changeable + + + + + bcmath.scale + 0 + PHP_INI_ALL + + + +
+ For further details and definition of the PHP_INI_* constants see + ini_set. +
+ + Here is a short explanation of the configuration directives. + + + + bcmath.scale + integer + + + + Number of decimal digits for all bcmath functions. + + + + + + +
+ + + diff --git a/reference/bc/reference.xml b/reference/bc/reference.xml index ed953b2dc5..35c173746c 100644 --- a/reference/bc/reference.xml +++ b/reference/bc/reference.xml @@ -1,5 +1,5 @@ - + BCMath Arbitrary Precision Mathematics Functions BC math @@ -31,10 +31,7 @@ -
- &reftitle.runtime; - &no.config; -
+ &reference.bc.ini;
&reftitle.resources;