summaryrefslogtreecommitdiff
path: root/ext/sockets
Commit message (Expand)AuthorAgeFilesLines
* MFB: Missing length limit parameter.Sara Golemon2004-06-071-1/+1
* - Fixed bug #28523 (Typo in ext/sockets/sockets.c)Derick Rethans2004-05-261-1/+1
* No length parameter -> estrdup()Edin Kadribasic2004-05-181-1/+1
* Do not allocate error buffer at the start of every request.Ilia Alshanetsky2004-05-161-6/+7
* more visa to sibira ;)Hartmut Holzgraefe2004-03-241-0/+67
* - improve error messageJan Lehnardt2004-03-141-1/+1
* Fix a typo, dating back from 1.145.Melvyn Sopacua2004-03-141-1/+1
* Fixed bug #21760 (Use of uninitialized pointer inside php_read()).Ilia Alshanetsky2004-02-251-0/+16
* - Renamed all *php4* files to *php5*, changed all php4/PHP4 to php5/PHP5foobar2004-01-171-2/+2
* - Happy new year and PHP 5 for rest of the files too..foobar2004-01-084-8/+8
* - A belated happy holidays and PHP 5Andi Gutmans2004-01-082-4/+4
* Make these build with new win32 build system.Wez Furlong2003-12-191-0/+15
* nuke unused codefoobar2003-12-161-11/+0
* Detect and enable IPv6 support under win32.Wez Furlong2003-12-061-17/+17
* Revert accidential commitMarcus Boerger2003-10-241-0/+11
* Zend/ZEND_CHANGESMarcus Boerger2003-10-241-11/+0
* Fixed compiler warnings.Ilia Alshanetsky2003-08-311-4/+4
* Fix Win32 linkage problemsZeev Suraski2003-08-311-0/+3
* Remove all vector based functions for the following reasons:Jason Greene2003-08-164-706/+0
* emalloc -> safe_emallocIlia Alshanetsky2003-08-121-4/+4
* Fixed bugs in various tests.Ilia Alshanetsky2003-08-121-1/+1
* Fix buildMarcus Boerger2003-08-031-1/+1
* Use new infrastructure.Zeev Suraski2003-08-031-16/+33
* Fix EINVAL errors for OS's (Solaris + BSD) that do not appreciate microsecond...Jason Greene2003-07-221-2/+10
* Missing headersfoobar2003-07-202-0/+36
* Id tags addedAndrey Hristov2003-07-194-0/+10
* gethostbyname2() not thread safe. Use getaddrinfo() or nothing at all.Sara Golemon2003-07-081-19/+1
* Make php_set_inet6_addr happy with any environment. Use getaddrinfo() if ava...Sara Golemon2003-07-082-0/+32
* Fix non-GNU build. Use getaddrinfo() rather than gethostbyname2()Sara Golemon2003-07-071-4/+11
* - Correct stray commitDerick Rethans2003-06-191-1/+1
* enable sockets by default.Sterling Hughes2003-06-191-1/+1
* rename SOCKET to PHP_SOCKET to avoid conflicts with MonoSterling Hughes2003-06-172-5/+7
* updating license information in the headers.James Cox2003-06-104-12/+12
* Fixed compiler warnings.Ilia Alshanetsky2003-05-282-0/+3
* Some AIX version failed to compile if this was redefined.foobar2003-04-251-0/+3
* CS cleanup + NS protection for some functions (used only in sockets.c btw)foobar2003-04-172-26/+29
* Basic IPv4 and IPv6 loopback tests for ext/socketsSara Golemon2003-04-172-0/+101
* Add IPv6 support to ext/socketsSara Golemon2003-04-171-9/+277
* compiler warning fix and possible 64bit fixMoriyoshi Koizumi2003-04-161-1/+2
* Fixed bug #23080Moriyoshi Koizumi2003-04-161-6/+7
* Better ifdef it out here toofoobar2003-04-051-0/+2
* - Checks specific to some extension belong in the extension's config.m4foobar2003-04-041-0/+11
* Fixed memleak in socket_selectMoriyoshi Koizumi2003-04-041-1/+12
* Added cmsghdr check. Now sockets extension can be built under cygwin.Moriyoshi Koizumi2003-04-041-0/+4
* fixing missed int to long with zend_parse_parametersDavid Hill2003-03-101-1/+1
* 64-bit correction to variables passed to zend_parse_parametersDavid Hill2003-03-061-22/+35
* Removed pointless memory allocation checks.Ilia Alshanetsky2003-01-181-4/+3
* Changed php_error to php_error_docref().Ilia Alshanetsky2003-01-141-60/+33
* Bump year.Sebastian Bergmann2002-12-314-4/+4
* silly error, will MFHSterling Hughes2002-12-201-1/+1