summaryrefslogtreecommitdiff
path: root/ext/skeleton
diff options
context:
space:
mode:
authorAnatol Belski <ab@php.net>2014-08-19 13:53:44 +0200
committerAnatol Belski <ab@php.net>2014-08-19 13:53:44 +0200
commit0606e4bcb6e074bdbb6705ba68236b131ac2dac7 (patch)
tree78d7508ad7cd23e9a99c3c7d9b0c7ec3badba162 /ext/skeleton
parentecbce817ebca03ab98f1f76f9f9ae5fc7d8b7d96 (diff)
downloadphp-git-0606e4bcb6e074bdbb6705ba68236b131ac2dac7.tar.gz
fixes to ext/skeleton
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)
*/