php-src/ext/sockets
Jason Greene 90289924c0 Remove all vector based functions for the following reasons:
- This solves alot of platform compatibility problems
- The possible security issue of allocating an incredibly large vector
pool is prevented
- They are of little to no benefit in a high level language
- 99% of all things done with these functions can be done using
sendto/recvfrom
2003-08-16 06:34:36 +00:00
..
tests Fixed bugs in various tests. 2003-08-12 00:44:05 +00:00
config.m4 Make php_set_inet6_addr happy with any environment. Use getaddrinfo() if available, gethostbyname2() if not, and simply fail if neither is present. 2003-07-08 03:38:00 +00:00
CREDITS Add myself as a maintainer 2001-12-14 05:58:28 +00:00
php_sockets_win.c Remove all vector based functions for the following reasons: 2003-08-16 06:34:36 +00:00
php_sockets_win.h Remove all vector based functions for the following reasons: 2003-08-16 06:34:36 +00:00
php_sockets.h Remove all vector based functions for the following reasons: 2003-08-16 06:34:36 +00:00
sockets.c Remove all vector based functions for the following reasons: 2003-08-16 06:34:36 +00:00
sockets.dsp Fixing release and debug build on Win32 2002-02-13 23:27:45 +00:00
sockets.php * Makefile.in 2000-07-03 04:35:57 +00:00
unix_socket_constants.h Missing headers 2003-07-20 10:53:22 +00:00
win32_socket_constants.h Missing headers 2003-07-20 10:53:22 +00:00