Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | MFB: Missing length limit parameter. | Sara Golemon | 2004-06-07 | 1 | -1/+1 |
| | |||||
* | - Fixed bug #28523 (Typo in ext/sockets/sockets.c) | Derick Rethans | 2004-05-26 | 1 | -1/+1 |
| | |||||
* | No length parameter -> estrdup() | Edin Kadribasic | 2004-05-18 | 1 | -1/+1 |
| | |||||
* | Do not allocate error buffer at the start of every request. | Ilia Alshanetsky | 2004-05-16 | 1 | -6/+7 |
| | |||||
* | more visa to sibira ;) | Hartmut Holzgraefe | 2004-03-24 | 1 | -0/+67 |
| | |||||
* | - improve error message | Jan Lehnardt | 2004-03-14 | 1 | -1/+1 |
| | |||||
* | Fix a typo, dating back from 1.145. | Melvyn Sopacua | 2004-03-14 | 1 | -1/+1 |
| | |||||
* | Fixed bug #21760 (Use of uninitialized pointer inside php_read()). | Ilia Alshanetsky | 2004-02-25 | 1 | -0/+16 |
| | | | | | | Fixed 3 possible crashes due to integer overflow or invalid user input inside the sockets extension. | ||||
* | - Renamed all *php4* files to *php5*, changed all php4/PHP4 to php5/PHP5 | foobar | 2004-01-17 | 1 | -2/+2 |
| | |||||
* | - Happy new year and PHP 5 for rest of the files too.. | foobar | 2004-01-08 | 4 | -8/+8 |
| | | | | | # Should the LICENSE and Zend/LICENSE dates be updated too? | ||||
* | - A belated happy holidays and PHP 5 | Andi Gutmans | 2004-01-08 | 2 | -4/+4 |
| | |||||
* | Make these build with new win32 build system. | Wez Furlong | 2003-12-19 | 1 | -0/+15 |
| | |||||
* | nuke unused code | foobar | 2003-12-16 | 1 | -11/+0 |
| | |||||
* | Detect and enable IPv6 support under win32. | Wez Furlong | 2003-12-06 | 1 | -17/+17 |
| | | | | | | The ws2tcpip.h header links to IPv6 functions dynamically and the generated binary will run on win98 and later. | ||||
* | Revert accidential commit | Marcus Boerger | 2003-10-24 | 1 | -0/+11 |
| | |||||
* | Zend/ZEND_CHANGES | Marcus Boerger | 2003-10-24 | 1 | -11/+0 |
| | |||||
* | Fixed compiler warnings. | Ilia Alshanetsky | 2003-08-31 | 1 | -4/+4 |
| | |||||
* | Fix Win32 linkage problems | Zeev Suraski | 2003-08-31 | 1 | -0/+3 |
| | |||||
* | Remove all vector based functions for the following reasons: | Jason Greene | 2003-08-16 | 4 | -706/+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 | ||||
* | emalloc -> safe_emalloc | Ilia Alshanetsky | 2003-08-12 | 1 | -4/+4 |
| | |||||
* | Fixed bugs in various tests. | Ilia Alshanetsky | 2003-08-12 | 1 | -1/+1 |
| | |||||
* | Fix build | Marcus Boerger | 2003-08-03 | 1 | -1/+1 |
| | |||||
* | Use new infrastructure. | Zeev Suraski | 2003-08-03 | 1 | -16/+33 |
| | | | | | There are bound to be some messups, please report build/runtime bugs! | ||||
* | Fix EINVAL errors for OS's (Solaris + BSD) that do not appreciate ↵ | Jason Greene | 2003-07-22 | 1 | -2/+10 |
| | | | | | | | microseconds >= 1 second Patch submitted from meebery@php.net | ||||
* | Missing headers | foobar | 2003-07-20 | 2 | -0/+36 |
| | |||||
* | Id tags added | Andrey Hristov | 2003-07-19 | 4 | -0/+10 |
| | |||||
* | gethostbyname2() not thread safe. Use getaddrinfo() or nothing at all. | Sara Golemon | 2003-07-08 | 1 | -19/+1 |
| | |||||
* | Make php_set_inet6_addr happy with any environment. Use getaddrinfo() if ↵ | Sara Golemon | 2003-07-08 | 2 | -0/+32 |
| | | | | available, gethostbyname2() if not, and simply fail if neither is present. | ||||
* | Fix non-GNU build. Use getaddrinfo() rather than gethostbyname2() | Sara Golemon | 2003-07-07 | 1 | -4/+11 |
| | |||||
* | - Correct stray commit | Derick Rethans | 2003-06-19 | 1 | -1/+1 |
| | |||||
* | enable sockets by default. | Sterling Hughes | 2003-06-19 | 1 | -1/+1 |
| | |||||
* | rename SOCKET to PHP_SOCKET to avoid conflicts with Mono | Sterling Hughes | 2003-06-17 | 2 | -5/+7 |
| | |||||
* | updating license information in the headers. | James Cox | 2003-06-10 | 4 | -12/+12 |
| | |||||
* | Fixed compiler warnings. | Ilia Alshanetsky | 2003-05-28 | 2 | -0/+3 |
| | |||||
* | Some AIX version failed to compile if this was redefined. | foobar | 2003-04-25 | 1 | -0/+3 |
| | |||||
* | CS cleanup + NS protection for some functions (used only in sockets.c btw) | foobar | 2003-04-17 | 2 | -26/+29 |
| | |||||
* | Basic IPv4 and IPv6 loopback tests for ext/sockets | Sara Golemon | 2003-04-17 | 2 | -0/+101 |
| | |||||
* | Add IPv6 support to ext/sockets | Sara Golemon | 2003-04-17 | 1 | -9/+277 |
| | |||||
* | compiler warning fix and possible 64bit fix | Moriyoshi Koizumi | 2003-04-16 | 1 | -1/+2 |
| | |||||
* | Fixed bug #23080 | Moriyoshi Koizumi | 2003-04-16 | 1 | -6/+7 |
| | |||||
* | Better ifdef it out here too | foobar | 2003-04-05 | 1 | -0/+2 |
| | |||||
* | - Checks specific to some extension belong in the extension's config.m4 | foobar | 2003-04-04 | 1 | -0/+11 |
| | |||||
* | Fixed memleak in socket_select | Moriyoshi Koizumi | 2003-04-04 | 1 | -1/+12 |
| | |||||
* | Added cmsghdr check. Now sockets extension can be built under cygwin. | Moriyoshi Koizumi | 2003-04-04 | 1 | -0/+4 |
| | |||||
* | fixing missed int to long with zend_parse_parameters | David Hill | 2003-03-10 | 1 | -1/+1 |
| | |||||
* | 64-bit correction to variables passed to zend_parse_parameters | David Hill | 2003-03-06 | 1 | -22/+35 |
| | | | | | @64-bit correction to variables passed to zend_parse_parameters (Dave) | ||||
* | Removed pointless memory allocation checks. | Ilia Alshanetsky | 2003-01-18 | 1 | -4/+3 |
| | |||||
* | Changed php_error to php_error_docref(). | Ilia Alshanetsky | 2003-01-14 | 1 | -60/+33 |
| | | | | | Removed pointless checks around array_init(). | ||||
* | Bump year. | Sebastian Bergmann | 2002-12-31 | 4 | -4/+4 |
| | |||||
* | silly error, will MFH | Sterling Hughes | 2002-12-20 | 1 | -1/+1 |
| |