summaryrefslogtreecommitdiff
path: root/ext/sockets/sockets.c
diff options
context:
space:
mode:
Diffstat (limited to 'ext/sockets/sockets.c')
-rw-r--r--ext/sockets/sockets.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/sockets/sockets.c b/ext/sockets/sockets.c
index e36522b5cd..a424a31fdf 100644
--- a/ext/sockets/sockets.c
+++ b/ext/sockets/sockets.c
@@ -112,7 +112,7 @@ static
/* {{{ sockets_functions[]
*/
-function_entry sockets_functions[] = {
+zend_function_entry sockets_functions[] = {
PHP_FE(socket_select, first_through_third_args_force_ref)
PHP_FE(socket_create, NULL)
PHP_FE(socket_create_listen, NULL)