summaryrefslogtreecommitdiff
path: root/ext/bcmath/bcmath.c
diff options
context:
space:
mode:
authorHannes Magnusson <bjori@php.net>2008-12-12 13:07:28 +0000
committerHannes Magnusson <bjori@php.net>2008-12-12 13:07:28 +0000
commitf6cf54d2b105a625d829f6766cf27b37ed265dc3 (patch)
tree33d06edbba34b4b90dc8c8e16e666c6a10d42fe9 /ext/bcmath/bcmath.c
parent259715e69b83c88bc0750a49df68d6e33ade1c2c (diff)
downloadphp-git-f6cf54d2b105a625d829f6766cf27b37ed265dc3.tar.gz
Fixed bug#46847 (phpinfo() is missing some settings.)
Diffstat (limited to 'ext/bcmath/bcmath.c')
-rw-r--r--ext/bcmath/bcmath.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/bcmath/bcmath.c b/ext/bcmath/bcmath.c
index fae6d94882..8384ba1b09 100644
--- a/ext/bcmath/bcmath.c
+++ b/ext/bcmath/bcmath.c
@@ -182,6 +182,7 @@ PHP_MINFO_FUNCTION(bcmath)
php_info_print_table_start();
php_info_print_table_row(2, "BCMath support", "enabled");
php_info_print_table_end();
+ DISPLAY_INI_ENTRIES();
}
/* }}} */