215 Commits (3003cd2473fe2a12ba052d6304bd5846100fd1cc)

Author SHA1 Message Date
Dmitry Stogov 1dbaae2795 Added automatic module globals management 20 years ago
Pierre Joye 3511649498 - revert last commit, something else went wrong 20 years ago
Pierre Joye 670ed5d93f - fix leak when an error occured in socket_read, free tmpbuf 20 years ago
foobar 5bd93221a8 bump year and license version 20 years ago
foobar 3e669bc950 MFH: nuke php3 legacy 21 years ago
Ilia Alshanetsky 15afc78f85 Fixed bug #35062 (socket_read() produces warnings on non blocking sockets). 21 years ago
Antony Dovgal d66e492c3d MFH: yet another compile warning 21 years ago
Antony Dovgal 7a652e397b fix #35490 (socket_sendto() unable to handle IPv6 addresses) 21 years ago
Michael Wallner 17d16cf2af - MFB44: #34851 (SO_RECVTIMEO and SO_SNDTIMEO socket options expect integer 21 years ago
Anantha Kesari H Y a3a2fe37af NetWare LibC don't have socketpair function. So enabling socket_create_pair functionality only if socketpair is available in the host LibC. 21 years ago
foobar 23e671a51e - Bumber up year 21 years ago
Antony Dovgal cee979d5a9 fix #33019 (socket errors cause memory leaks in php_strerror()) 21 years ago
foobar b6b3659224 - More sock->error resets 21 years ago
foobar a66b053ac9 - Removed duplicate error + reset error in new sockets 21 years ago
foobar 28f0397803 Nuke unused code 21 years ago
foobar 30deea4d30 Remove unused set_h_errno 21 years ago
Wez Furlong 99e290f882 Fix for Bug #24189: possibly unsafe select(2) usage. 22 years ago
Sara Golemon 3838fb99de MFB: Missing length limit parameter. 22 years ago
Derick Rethans 17df3ec21b - Fixed bug #28523 (Typo in ext/sockets/sockets.c) 22 years ago
Edin Kadribasic 3b64493a3d No length parameter -> estrdup() 22 years ago
Ilia Alshanetsky bb88a86240 Do not allocate error buffer at the start of every request. 22 years ago
Hartmut Holzgraefe cc0894b788 more visa to sibira ;) 22 years ago
Jan Lehnardt 4ed1b9a193 - improve error message 22 years ago
Melvyn Sopacua 21ecfd57fd Fix a typo, dating back from 1.145. 22 years ago
Ilia Alshanetsky 337b23bd93 Fixed bug #21760 (Use of uninitialized pointer inside php_read()). 22 years ago
foobar f4983c0d3f - Renamed all *php4* files to *php5*, changed all php4/PHP4 to php5/PHP5 22 years ago
foobar ccfc46b0aa - Happy new year and PHP 5 for rest of the files too.. 22 years ago
Andi Gutmans dbeb4158d2 - A belated happy holidays and PHP 5 22 years ago
Wez Furlong 51c342efae Make these build with new win32 build system. 23 years ago
foobar f0c110d4bf nuke unused code 23 years ago
Wez Furlong dbb152b96a Detect and enable IPv6 support under win32. 23 years ago
Marcus Boerger eabcb173b1 Revert accidential commit 23 years ago
Marcus Boerger 071eaf8576 Zend/ZEND_CHANGES 23 years ago
Ilia Alshanetsky 9c82b1fa75 Fixed compiler warnings. 23 years ago
Zeev Suraski 8767205afa Fix Win32 linkage problems 23 years ago
Jason Greene 90289924c0 Remove all vector based functions for the following reasons: 23 years ago
Ilia Alshanetsky 93bcd55eaf emalloc -> safe_emalloc 23 years ago
Ilia Alshanetsky 3652ab6032 Fixed bugs in various tests. 23 years ago
Marcus Boerger 55f947aa13 Fix build 23 years ago
Zeev Suraski 538d58dd5f Use new infrastructure. 23 years ago
Jason Greene 7eea6525a7 Fix EINVAL errors for OS's (Solaris + BSD) that do not appreciate microseconds >= 1 second 23 years ago
foobar afdc3e9530 Missing headers 23 years ago
Andrey Hristov 66bcb6529b Id tags added 23 years ago
Sara Golemon 6cb8ce2880 gethostbyname2() not thread safe. Use getaddrinfo() or nothing at all. 23 years ago
Sara Golemon 010f5a12c7 Make php_set_inet6_addr happy with any environment. Use getaddrinfo() if available, gethostbyname2() if not, and simply fail if neither is present. 23 years ago
Sara Golemon acc587fdfa Fix non-GNU build. Use getaddrinfo() rather than gethostbyname2() 23 years ago
Derick Rethans 05db82333d - Correct stray commit 23 years ago
Sterling Hughes 651854a6dd enable sockets by default. 23 years ago
Sterling Hughes 3de4afa454 rename SOCKET to PHP_SOCKET to avoid conflicts with Mono 23 years ago
James Cox f68c7ff249 updating license information in the headers. 23 years ago