fixes to ext/skeleton

This commit is contained in:
Anatol Belski 2014-08-19 13:53:44 +02:00
parent ecbce817eb
commit 0606e4bcb6

View 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)
*/