summaryrefslogtreecommitdiff
path: root/ext/sockets/php_sockets_win.h
Commit message (Collapse)AuthorAgeFilesLines
* Windows support for stream_socket_pair(), by moving the socketpair() ↵Kalle Sommer Nielsen2009-01-231-47/+0
| | | | implementation from ext/sockets to win32/
* Bump copyright year, 3 of 3.Sebastian Bergmann2008-12-311-1/+1
|
* Bump copyright year, 2 of 2.Sebastian Bergmann2007-12-311-1/+1
|
* - Fixed bug #21197 (socket_read() outputs error with PHP_NORMAL_READ)Jani Taskinen2007-07-221-8/+0
|
* Bump year.Sebastian Bergmann2007-01-011-1/+1
|
* bump year and license versionfoobar2006-01-011-3/+3
|
* - Bumber up yearfoobar2005-08-031-1/+1
|
* Remove unused set_h_errnofoobar2005-02-121-1/+0
|
* - Happy new year and PHP 5 for rest of the files too..foobar2004-01-081-2/+2
| | | | | # Should the LICENSE and Zend/LICENSE dates be updated too?
* Remove all vector based functions for the following reasons:Jason Greene2003-08-161-29/+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
|
* Update headers.Sebastian Bergmann2001-12-111-2/+2
|
* nuke remaining warningsDaniel Beulshausen2001-11-011-1/+1
|
* - convert to use new zend_parse_parameters APIDaniel Beulshausen2001-11-011-1/+1
| | | | | | | - unify errormessages + add socket_last_error() - fix linklibrary under windows - some streamlining
* fix recently discovered api flawsDaniel Beulshausen2001-07-251-1/+0
| | | | | | | - nuke first parameter to socket_select (detemine it ourself) - swap parameters for socket_fd_set, socket_fd_clear & socket_fd_isset - allow to pass an array of sockets to socket_fd_set + socket_fd_clear
* update sockets to work with winsock as wellDaniel Beulshausen2001-05-171-0/+83