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;