]> granicus.if.org Git - php/commitdiff
fixes to ext/skeleton
authorAnatol Belski <ab@php.net>
Tue, 19 Aug 2014 11:53:44 +0000 (13:53 +0200)
committerAnatol Belski <ab@php.net>
Tue, 19 Aug 2014 11:53:44 +0000 (13:53 +0200)
ext/skeleton/php_skeleton.h

index d0ba6f04abea4b5ea716f30c580e7f0a8ead2969..bd0b272777e020892117eb2f3fb9f96da9feac72 100644 (file)
@@ -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)
 */