summaryrefslogtreecommitdiff
path: root/ext/skeleton
diff options
context:
space:
mode:
Diffstat (limited to 'ext/skeleton')
-rw-r--r--ext/skeleton/php_skeleton.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/skeleton/php_skeleton.h b/ext/skeleton/php_skeleton.h
index d0ba6f04ab..bd0b272777 100644
--- a/ext/skeleton/php_skeleton.h
+++ b/ext/skeleton/php_skeleton.h
@@ -25,7 +25,7 @@ extern zend_module_entry extname_module_entry;
and END macros here:
ZEND_BEGIN_MODULE_GLOBALS(extname)
- long global_value;
+ php_int_t global_value;
char *global_string;
ZEND_END_MODULE_GLOBALS(extname)
*/