diff options
author | Marcus Boerger <helly@php.net> | 2003-08-03 18:55:51 +0000 |
---|---|---|
committer | Marcus Boerger <helly@php.net> | 2003-08-03 18:55:51 +0000 |
commit | 55f947aa13a29a33d47741c732f4cde74cff12c9 (patch) | |
tree | 61f7d18ac6bd53647758d414e44d55105c930c54 /ext/sockets | |
parent | 0626fff0c1466b3b1e650ead1fbc36d06a4d317f (diff) | |
download | php-git-55f947aa13a29a33d47741c732f4cde74cff12c9.tar.gz |
Fix build
Diffstat (limited to 'ext/sockets')
-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) |