From 1edf7f55e593540a91b218c46e5ee4bf8fea4ae6 Mon Sep 17 00:00:00 2001 From: David Hill Date: Mon, 10 Mar 2003 14:50:16 +0000 Subject: 64 bit corrections to parameters to OnUpdateInt Bug #20994 (Dave) --- ext/skeleton/php_skeleton.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ext/skeleton/php_skeleton.h') diff --git a/ext/skeleton/php_skeleton.h b/ext/skeleton/php_skeleton.h index 77cb8f3bd5..76ad225754 100644 --- a/ext/skeleton/php_skeleton.h +++ b/ext/skeleton/php_skeleton.h @@ -30,7 +30,7 @@ PHP_FUNCTION(confirm_extname_compiled); /* For testing, remove later. */ and END macros here: ZEND_BEGIN_MODULE_GLOBALS(extname) - int global_value; + long global_value; char *global_string; ZEND_END_MODULE_GLOBALS(extname) */ -- cgit v1.2.1