From ae470a8e82b0dd957e1423d2e4874c841b6c396d Mon Sep 17 00:00:00 2001 From: Anatol Belski Date: Tue, 19 Aug 2014 10:30:43 +0200 Subject: fixes to ext/bcmath --- ext/bcmath/php_bcmath.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ext/bcmath/php_bcmath.h') diff --git a/ext/bcmath/php_bcmath.h b/ext/bcmath/php_bcmath.h index a18e5287e6..96f0baf189 100644 --- a/ext/bcmath/php_bcmath.h +++ b/ext/bcmath/php_bcmath.h @@ -45,7 +45,7 @@ ZEND_BEGIN_MODULE_GLOBALS(bcmath) bc_num _zero_; bc_num _one_; bc_num _two_; - long bc_precision; + php_int_t bc_precision; ZEND_END_MODULE_GLOBALS(bcmath) #ifdef ZTS -- cgit v1.2.1