diff options
author | David Hill <ddhill@php.net> | 2003-03-10 14:50:16 +0000 |
---|---|---|
committer | David Hill <ddhill@php.net> | 2003-03-10 14:50:16 +0000 |
commit | 1edf7f55e593540a91b218c46e5ee4bf8fea4ae6 (patch) | |
tree | 278f57219c882cd6c45a0fc185372841ee5f686b /ext/skeleton/php_skeleton.h | |
parent | 70f97c1713434a33c9ae01a17f50d9d3492de0f1 (diff) | |
download | php-git-1edf7f55e593540a91b218c46e5ee4bf8fea4ae6.tar.gz |
64 bit corrections to parameters to OnUpdateInt Bug #20994 (Dave)
Diffstat (limited to 'ext/skeleton/php_skeleton.h')
-rw-r--r-- | ext/skeleton/php_skeleton.h | 2 |
1 files changed, 1 insertions, 1 deletions
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) */ |