From c3340584128a9c8b75e2c1aa5630911ad2dc9b9f Mon Sep 17 00:00:00 2001 From: Sascha Schumann Date: Fri, 22 Dec 2000 21:11:34 +0000 Subject: Set the floating-point exception mask on FreeBSD to 0 (as do other FreeBSD system applications). Also bump up the module API number as the zend_hash_get_current_key change affects source and binary compatibility. --- Zend/zend_modules.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Zend/zend_modules.h') diff --git a/Zend/zend_modules.h b/Zend/zend_modules.h index 197f520b10..e03e13dd3d 100644 --- a/Zend/zend_modules.h +++ b/Zend/zend_modules.h @@ -37,7 +37,7 @@ extern unsigned char second_arg_allow_ref[]; #include "zend.h" -#define ZEND_MODULE_API_NO 20001214 +#define ZEND_MODULE_API_NO 20001222 #ifdef ZTS #define USING_ZTS 1 #else -- cgit v1.2.1