summaryrefslogtreecommitdiff
path: root/ext/sockets/php_sockets_win.c
Commit message (Collapse)AuthorAgeFilesLines
* - A belated happy holidays and PHP 5Andi Gutmans2004-01-081-2/+2
|
* Remove all vector based functions for the following reasons:Jason Greene2003-08-161-72/+0
| | | | | | | | | | - 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
* Id tags addedAndrey Hristov2003-07-191-0/+3
|
* updating license information in the headers.James Cox2003-06-101-3/+3
|
* Bump year.Sebastian Bergmann2002-12-311-1/+1
|
* Revert patch that should have been reverted a long time ago.Jason Greene2002-12-021-2/+2
| | | | | | | There was a memory leak in the error handling system on win32, that this patch circumvented (by preventing the errors (EAGAIN mesages) from being generated). # I must have forgotten to remove this when I fixed the leak
* workaround for a win32 memleakHarald Radi2002-06-151-0/+1
| | | | | | # this definitely has to be revisited ! # maybe we should use winsock2 and overlapped IO
* Update headers.Sebastian Bergmann2001-12-111-2/+2
|
* nuke remaining warningsDaniel Beulshausen2001-11-011-1/+1
|
* fix fcntlDaniel Beulshausen2001-09-171-5/+7
|
* update sockets to work with winsock as wellDaniel Beulshausen2001-05-171-0/+175