summaryrefslogtreecommitdiff
path: root/php/src/php5
diff options
context:
space:
mode:
authorJoe George <joe@zeroc.com>2020-12-03 14:28:54 -0500
committerJoe George <joe@zeroc.com>2020-12-03 14:28:54 -0500
commit6b8588fdde24855de037b58709433f532509df29 (patch)
tree1e32195dba17202e4c7ea3491451bf12ec2dd638 /php/src/php5
parentFix typo in previous commit (diff)
downloadice-6b8588fdde24855de037b58709433f532509df29.tar.bz2
ice-6b8588fdde24855de037b58709433f532509df29.tar.xz
ice-6b8588fdde24855de037b58709433f532509df29.zip
Remove extra ZEND_BEGIN_ARG_INFO call
Diffstat (limited to 'php/src/php5')
-rw-r--r--php/src/php5/Config.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/php/src/php5/Config.h b/php/src/php5/Config.h
index 9d7388f226e..7e7050d11ab 100644
--- a/php/src/php5/Config.h
+++ b/php/src/php5/Config.h
@@ -128,7 +128,6 @@ ZEND_END_MODULE_GLOBALS(ice)
// A void arginfo used for methods which do not take parameters.
// Avoid narrowing conversion warnings with ZEND_BEGIN_ARG_INFO_EX usage in PHP >= 5.4
ZEND_BEGIN_ARG_INFO_EX(ice_void_arginfo, 0, ZEND_RETURN_VALUE, static_cast<zend_uint>(-1))
-ZEND_BEGIN_ARG_INFO(ice_void_arginfo, 0)
ZEND_END_ARG_INFO()
#ifdef ZTS