summaryrefslogtreecommitdiff
path: root/ext/bcmath
diff options
context:
space:
mode:
authorMarcus Boerger <helly@php.net>2004-05-12 10:15:48 +0000
committerMarcus Boerger <helly@php.net>2004-05-12 10:15:48 +0000
commit2d6770f0e6d20eadc573bfc9cb0a7b78d473b5be (patch)
treefcca3f02f89ee9096499d404c353a83cb3e4b061 /ext/bcmath
parent8de360fdbe24c922c93153729c4f10e72908a7f0 (diff)
downloadphp-git-2d6770f0e6d20eadc573bfc9cb0a7b78d473b5be.tar.gz
- Added missing UNREGISTER_INI_ENTRIES
Diffstat (limited to 'ext/bcmath')
-rw-r--r--ext/bcmath/bcmath.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/ext/bcmath/bcmath.c b/ext/bcmath/bcmath.c
index b500458ed1..b4f5de75e5 100644
--- a/ext/bcmath/bcmath.c
+++ b/ext/bcmath/bcmath.c
@@ -100,6 +100,8 @@ PHP_MSHUTDOWN_FUNCTION(bcmath)
_bc_free_num_ex(&BCG(_one_), 1);
_bc_free_num_ex(&BCG(_two_), 1);
+ UNREGISTER_INI_ENTRIES();
+
return SUCCESS;
}
/* }}} */