diff options
| author | Stig Bakken <ssb@php.net> | 2001-10-11 23:55:49 +0000 |
|---|---|---|
| committer | Stig Bakken <ssb@php.net> | 2001-10-11 23:55:49 +0000 |
| commit | 69f304f0ace706faf78bb8a419231f1bbaa88104 (patch) | |
| tree | 502eb091c84dcaf9d5ef898fd2fd72c9289f6f81 /ext/bcmath/bcmath.c | |
| parent | bd561b7f578fbad6ab6abc616d1e09a75f99d13c (diff) | |
| download | php-git-69f304f0ace706faf78bb8a419231f1bbaa88104.tar.gz | |
MFH
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 55b3af35bf..b79756f311 100644 --- a/ext/bcmath/bcmath.c +++ b/ext/bcmath/bcmath.c @@ -44,6 +44,7 @@ function_entry bcmath_functions[] = { }; zend_module_entry bcmath_module_entry = { + STANDARD_MODULE_HEADER, "bcmath", bcmath_functions, PHP_MINIT(bcmath), @@ -51,6 +52,7 @@ zend_module_entry bcmath_module_entry = { PHP_RINIT(bcmath), NULL, PHP_MINFO(bcmath), + NO_VERSION_YET, STANDARD_MODULE_PROPERTIES }; |
