diff options
Diffstat (limited to 'ext/sockets/sockets.c')
-rw-r--r-- | ext/sockets/sockets.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/sockets/sockets.c b/ext/sockets/sockets.c index 979b709729..7697c60c28 100644 --- a/ext/sockets/sockets.c +++ b/ext/sockets/sockets.c @@ -110,7 +110,7 @@ static ZEND_ARG_PASS_INFO(1) ZEND_END_ARG_INFO(); -static unsigned char second_fifth_and_sixth_args_force_ref[] = +static ZEND_BEGIN_ARG_INFO(second_fifth_and_sixth_args_force_ref, 0) ZEND_ARG_PASS_INFO(0) ZEND_ARG_PASS_INFO(1) |