diff options
Diffstat (limited to 'ext/bcmath/php_bcmath.h')
-rw-r--r-- | ext/bcmath/php_bcmath.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/bcmath/php_bcmath.h b/ext/bcmath/php_bcmath.h index 397ff03dd5..f9be3f53b1 100644 --- a/ext/bcmath/php_bcmath.h +++ b/ext/bcmath/php_bcmath.h @@ -40,7 +40,7 @@ #if WITH_BCMATH -extern php3_module_entry bcmath_module_entry; +extern zend_module_entry bcmath_module_entry; #define phpext_bcmath_ptr &bcmath_module_entry extern PHP_RINIT_FUNCTION(bcmath); |