summaryrefslogtreecommitdiff
path: root/php/src/php5/Config.h
diff options
context:
space:
mode:
Diffstat (limited to 'php/src/php5/Config.h')
-rw-r--r--php/src/php5/Config.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/php/src/php5/Config.h b/php/src/php5/Config.h
index 302b642c160..e18cfdc8e81 100644
--- a/php/src/php5/Config.h
+++ b/php/src/php5/Config.h
@@ -125,6 +125,10 @@ ZEND_BEGIN_MODULE_GLOBALS(ice)
zval* unset;
ZEND_END_MODULE_GLOBALS(ice)
+// A void arginfo used for methods which do not take parameters.
+ZEND_BEGIN_ARG_INFO(ice_void_arginfo, 0)
+ZEND_END_ARG_INFO()
+
#ifdef ZTS
# define ICE_G(v) TSRMG(ice_globals_id, zend_ice_globals*, v)
#else