diff options
author | Anatol Belski <ab@php.net> | 2015-03-23 20:13:59 +0100 |
---|---|---|
committer | Anatol Belski <ab@php.net> | 2015-03-23 20:13:59 +0100 |
commit | ec89c85054e44a0d4ea85f62601405843cd05d5d (patch) | |
tree | 35783a64f8e52f82a7dcd46cb5b272f176f7608d /ext/bcmath/bcmath.c | |
parent | 88b2a2d40594bb9924eaaae123a5833a0ba36033 (diff) | |
download | php-git-ec89c85054e44a0d4ea85f62601405843cd05d5d.tar.gz |
cleaning up the version macros
Diffstat (limited to 'ext/bcmath/bcmath.c')
-rw-r--r-- | ext/bcmath/bcmath.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/bcmath/bcmath.c b/ext/bcmath/bcmath.c index 14586f6cf3..5e8ec002bd 100644 --- a/ext/bcmath/bcmath.c +++ b/ext/bcmath/bcmath.c @@ -118,7 +118,7 @@ zend_module_entry bcmath_module_entry = { NULL, NULL, PHP_MINFO(bcmath), - NO_VERSION_YET, + PHP_BCMATH_VERSION, PHP_MODULE_GLOBALS(bcmath), PHP_GINIT(bcmath), PHP_GSHUTDOWN(bcmath), |