Skip to content

Commit 4414b33

Browse files
committed
Refactoring: move stuff to new conversions.c
1 parent 66ea024 commit 4414b33

File tree

5 files changed

+1583
-1460
lines changed

5 files changed

+1583
-1460
lines changed

ext/sockets/config.m4

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,6 @@ if test "$PHP_SOCKETS" != "no"; then
4343
AC_DEFINE(HAVE_SA_SS_FAMILY,1,[Whether you have sockaddr_storage.ss_family])
4444
fi
4545

46-
PHP_NEW_EXTENSION([sockets], [sockets.c multicast.c sockaddr_conv.c sendrecvmsg.c], [$ext_shared])
46+
PHP_NEW_EXTENSION([sockets], [sockets.c multicast.c conversions.c sockaddr_conv.c sendrecvmsg.c], [$ext_shared])
4747
PHP_INSTALL_HEADERS([ext/sockets/], [php_sockets.h])
4848
fi

0 commit comments

Comments
 (0)