diff options
Diffstat (limited to 'ext/spl/php_spl.h')
-rwxr-xr-x | ext/spl/php_spl.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/spl/php_spl.h b/ext/spl/php_spl.h index b2fd7709cb..8290654251 100755 --- a/ext/spl/php_spl.h +++ b/ext/spl/php_spl.h @@ -44,6 +44,7 @@ PHP_MINFO_FUNCTION(spl); ZEND_BEGIN_MODULE_GLOBALS(spl) + int dummy; ZEND_END_MODULE_GLOBALS(spl) #ifdef ZTS |