Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Windows support for stream_socket_pair(), by moving the socketpair() ↵ | Kalle Sommer Nielsen | 2009-01-23 | 1 | -75/+0 |
| | | | | implementation from ext/sockets to win32/ | ||||
* | Bump copyright year, 3 of 3. | Sebastian Bergmann | 2008-12-31 | 1 | -1/+1 |
| | |||||
* | - drop bindlib usage on windows | Pierre Joye | 2008-08-21 | 1 | -9/+0 |
| | | | | | - inet_pton, inet_ntop and inet_aton are always available (VC9 uses the CRT implementation, VC6 our own) | ||||
* | Bump copyright year, 2 of 2. | Sebastian Bergmann | 2007-12-31 | 1 | -1/+1 |
| | |||||
* | - Fixed bug #21197 (socket_read() outputs error with PHP_NORMAL_READ) | Jani Taskinen | 2007-07-22 | 1 | -25/+0 |
| | |||||
* | Bump year. | Sebastian Bergmann | 2007-01-01 | 1 | -1/+1 |
| | |||||
* | bump year and license version | foobar | 2006-01-01 | 1 | -3/+3 |
| | |||||
* | - Bumber up year | foobar | 2005-08-03 | 1 | -1/+1 |
| | |||||
* | - A belated happy holidays and PHP 5 | Andi Gutmans | 2004-01-08 | 1 | -2/+2 |
| | |||||
* | Remove all vector based functions for the following reasons: | Jason Greene | 2003-08-16 | 1 | -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 added | Andrey Hristov | 2003-07-19 | 1 | -0/+3 |
| | |||||
* | updating license information in the headers. | James Cox | 2003-06-10 | 1 | -3/+3 |
| | |||||
* | Bump year. | Sebastian Bergmann | 2002-12-31 | 1 | -1/+1 |
| | |||||
* | Revert patch that should have been reverted a long time ago. | Jason Greene | 2002-12-02 | 1 | -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 memleak | Harald Radi | 2002-06-15 | 1 | -0/+1 |
| | | | | | | # this definitely has to be revisited ! # maybe we should use winsock2 and overlapped IO | ||||
* | Update headers. | Sebastian Bergmann | 2001-12-11 | 1 | -2/+2 |
| | |||||
* | nuke remaining warnings | Daniel Beulshausen | 2001-11-01 | 1 | -1/+1 |
| | |||||
* | fix fcntl | Daniel Beulshausen | 2001-09-17 | 1 | -5/+7 |
| | |||||
* | update sockets to work with winsock as well | Daniel Beulshausen | 2001-05-17 | 1 | -0/+175 |