Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Windows support for stream_socket_pair(), by moving the socketpair() ↵ | Kalle Sommer Nielsen | 2009-01-23 | 1 | -47/+0 |
| | | | | implementation from ext/sockets to win32/ | ||||
* | Bump copyright year, 3 of 3. | Sebastian Bergmann | 2008-12-31 | 1 | -1/+1 |
| | |||||
* | 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 | -8/+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 |
| | |||||
* | Remove unused set_h_errno | foobar | 2005-02-12 | 1 | -1/+0 |
| | |||||
* | - Happy new year and PHP 5 for rest of the files too.. | foobar | 2004-01-08 | 1 | -2/+2 |
| | | | | | # Should the LICENSE and Zend/LICENSE dates be updated too? | ||||
* | Remove all vector based functions for the following reasons: | Jason Greene | 2003-08-16 | 1 | -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 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 |
| | |||||
* | Update headers. | Sebastian Bergmann | 2001-12-11 | 1 | -2/+2 |
| | |||||
* | nuke remaining warnings | Daniel Beulshausen | 2001-11-01 | 1 | -1/+1 |
| | |||||
* | - convert to use new zend_parse_parameters API | Daniel Beulshausen | 2001-11-01 | 1 | -1/+1 |
| | | | | | | | - unify errormessages + add socket_last_error() - fix linklibrary under windows - some streamlining | ||||
* | fix recently discovered api flaws | Daniel Beulshausen | 2001-07-25 | 1 | -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 well | Daniel Beulshausen | 2001-05-17 | 1 | -0/+83 |