]> granicus.if.org Git - php/commit
Remove all vector based functions for the following reasons:
authorJason Greene <jason@php.net>
Sat, 16 Aug 2003 06:34:36 +0000 (06:34 +0000)
committerJason Greene <jason@php.net>
Sat, 16 Aug 2003 06:34:36 +0000 (06:34 +0000)
commit90289924c031c5b0b2aa1f99ecf317640c926a62
treed08435172a40ac3831ba4a80892be6aae2cdeabe
parent78a3fe8fca8aff9a034a4300edc01f0b0f4ed4a5
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
ext/sockets/php_sockets.h
ext/sockets/php_sockets_win.c
ext/sockets/php_sockets_win.h
ext/sockets/sockets.c