diff options
| author | Marcus Boerger <helly@php.net> | 2004-05-12 10:15:48 +0000 |
|---|---|---|
| committer | Marcus Boerger <helly@php.net> | 2004-05-12 10:15:48 +0000 |
| commit | 2d6770f0e6d20eadc573bfc9cb0a7b78d473b5be (patch) | |
| tree | fcca3f02f89ee9096499d404c353a83cb3e4b061 /ext/bcmath/bcmath.c | |
| parent | 8de360fdbe24c922c93153729c4f10e72908a7f0 (diff) | |
| download | php-git-2d6770f0e6d20eadc573bfc9cb0a7b78d473b5be.tar.gz | |
- Added missing UNREGISTER_INI_ENTRIES
Diffstat (limited to 'ext/bcmath/bcmath.c')
| -rw-r--r-- | ext/bcmath/bcmath.c | 2 |
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; } /* }}} */ |
