From ec89c85054e44a0d4ea85f62601405843cd05d5d Mon Sep 17 00:00:00 2001 From: Anatol Belski Date: Mon, 23 Mar 2015 20:13:59 +0100 Subject: cleaning up the version macros --- ext/bcmath/php_bcmath.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'ext/bcmath/php_bcmath.h') diff --git a/ext/bcmath/php_bcmath.h b/ext/bcmath/php_bcmath.h index eab199f5fc..5cb65547aa 100644 --- a/ext/bcmath/php_bcmath.h +++ b/ext/bcmath/php_bcmath.h @@ -26,6 +26,9 @@ extern zend_module_entry bcmath_module_entry; #define phpext_bcmath_ptr &bcmath_module_entry +#include "php_version.h" +#define PHP_BCMATH_VERSION PHP_VERSION + PHP_MINIT_FUNCTION(bcmath); PHP_MSHUTDOWN_FUNCTION(bcmath); PHP_MINFO_FUNCTION(bcmath); -- cgit v1.2.1