Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Removed safe_mode | Kalle Sommer Nielsen | 2010-04-26 | 1 | -1/+1 |
| | | | | | | | * Removed ini options, safe_mode* * Removed --enable-safe-mode --with-exec-dir configure options on Unix * Updated extensions, SAPI's and core * php_get_current_user() is now declared in main.c, thrus no need to include safe_mode.h anymore | ||||
* | sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.php | Sebastian Bergmann | 2010-01-03 | 1 | -1/+1 |
| | |||||
* | Fixed bug #48805 (IPv6 socket transport is not working). | Ilia Alshanetsky | 2009-09-30 | 1 | -1/+1 |
| | |||||
* | - Fixed bug #49447 (php engine need to correctly check for socket API | Sriram Natarajan | 2009-09-04 | 1 | -5/+5 |
| | | | | | return status on windows). (Sriram Natarajan) | ||||
* | MFH: use correct function | Antony Dovgal | 2009-05-04 | 1 | -1/+1 |
| | |||||
* | MFH: don't segfault on bindto == NULL | Antony Dovgal | 2009-05-04 | 1 | -1/+1 |
| | |||||
* | Fixed bug #48131 (Don't try to bind ipv4 addresses to ipv6 ips via bindto) | Ilia Alshanetsky | 2009-05-04 | 1 | -4/+9 |
| | |||||
* | - MFH: Windows part | Felipe Pena | 2009-01-03 | 1 | -1/+4 |
| | |||||
* | - MFH: Errr, rule nº 1: be portable :) | Felipe Pena | 2009-01-02 | 1 | -0/+2 |
| | |||||
* | - MFH: Working with unintialized errno (#46917, noticed by Jost Boekemeier) | Felipe Pena | 2009-01-02 | 1 | -0/+1 |
| | |||||
* | MFH: Bump copyright year, 3 of 3. | Sebastian Bergmann | 2008-12-31 | 1 | -1/+1 |
| | |||||
* | MFH: initialize memory | Arnaud Le Blanc | 2008-11-04 | 1 | -0/+2 |
| | |||||
* | - MFH: Fixed bug #46082 (stream_set_blocking() can cause a crash in some ↵ | Felipe Pena | 2008-10-24 | 1 | -1/+5 |
| | | | | circumstances) | ||||
* | - MFH: | Pierre Joye | 2008-08-23 | 1 | -2/+3 |
| | | | | | | - drop bindlib usage on windows - inet_pton, inet_ntop and inet_aton are always available (VC9 uses the CRT implementation, VC6 our own) | ||||
* | MFH: silence warning | Jani Taskinen | 2008-07-11 | 1 | -0/+2 |
| | |||||
* | MFH: fix segfault - error_string may be NULL, in this case we have to follow ↵ | Antony Dovgal | 2008-03-11 | 1 | -6/+18 |
| | | | | the old behavior | ||||
* | char **error_message was passed but not used. This causes problems in cases | Andrey Hristov | 2008-03-10 | 1 | -3/+6 |
| | | | | | | of getaddrinfo() failure, because the upper layers don't get the error. initialize a variable because we were reading initialized in case of error. | ||||
* | MFH: Bump copyright year, 2 of 2. | Sebastian Bergmann | 2007-12-31 | 1 | -1/+1 |
| | |||||
* | MFH: fix non ipv6 enabled win build | Rob Richards | 2007-11-06 | 1 | -0/+2 |
| | |||||
* | Fix build | Edin Kadribasic | 2007-10-12 | 1 | -1/+1 |
| | |||||
* | Fix build on MSVC 2008 - channeling Wez | Elizabeth Marie Smith | 2007-10-09 | 1 | -0/+3 |
| | |||||
* | MFH: Use correct macro name | Jani Taskinen | 2007-07-18 | 1 | -1/+1 |
| | |||||
* | MFH: ws fix | Jani Taskinen | 2007-07-17 | 1 | -18/+18 |
| | |||||
* | MFH | Antony Dovgal | 2007-01-11 | 1 | -2/+2 |
| | |||||
* | MFH: Bump year. | Sebastian Bergmann | 2007-01-01 | 1 | -1/+1 |
| | |||||
* | MFH: Bug #38687 - sockaddr local storage insufficient for all sock families | Sara Golemon | 2006-09-11 | 1 | -10/+19 |
| | |||||
* | add const keywords | Nuno Lopes | 2006-07-01 | 1 | -1/+1 |
| | |||||
* | first check stream for NULL, then dereference | Antony Dovgal | 2006-03-19 | 1 | -2/+4 |
| | |||||
* | bump year and license version | foobar | 2006-01-01 | 1 | -3/+3 |
| | |||||
* | - Bumber up year | foobar | 2005-08-03 | 1 | -1/+1 |
| | |||||
* | fix memleak when connection fails (and we still keep trying) | Antony Dovgal | 2005-06-20 | 1 | -1/+7 |
| | |||||
* | bzero > memset | Ilia Alshanetsky | 2005-06-14 | 1 | -1/+1 |
| | |||||
* | Added bindto socket context option. | Ilia Alshanetsky | 2005-06-14 | 1 | -1/+33 |
| | |||||
* | removed unwanted NEW_LIBC checks | Anantha Kesari H Y | 2004-10-06 | 1 | -8/+1 |
| | |||||
* | Make new poll stuff work on win32 (and still be safe on unix) | Wez Furlong | 2004-09-17 | 1 | -18/+7 |
| | |||||
* | Fix for Bug #24189: possibly unsafe select(2) usage. | Wez Furlong | 2004-09-17 | 1 | -18/+102 |
| | | | | | | | | | | | | | | | | | | | | | | | | | We avoid the problem by using poll(2). On systems without poll(2) (older bsd-ish systems, and win32), we emulate poll(2) using select(2) and check for valid descriptors before attempting to access them via the descriptor sets. If an out-of-range descriptor is detected, an E_WARNING is raised suggesting that PHP should be recompiled with a larger FD_SETSIZE (and also with a suggested value). Most uses of select(2) in the source are to poll a single descriptor, so a couple of handy wrapper functions have been added to make this easier. A configure option --enable-fd-setsize has been added to both the unix and win32 builds; on unix we default to 16384 and on windows we default to 256. Windows FD_SETSIZE imposes a limit on the maximum number of descriptors that can be select()ed at once, whereas the unix FD_SETSIZE limit is based on the highest numbered descriptor; 256 should be plenty for PHP scripts under windows (the default OS setting is 64). The win32 specific parts are untested; will do that now. | ||||
* | Ensure that port numbers get set in the peer/socket name functions. | Wez Furlong | 2004-07-28 | 1 | -5/+5 |
| | | | | | (duh!) | ||||
* | Fix #29431: crash when parsing an invalid network address | Wez Furlong | 2004-07-28 | 1 | -1/+4 |
| | |||||
* | BugFix: Copy/Paste mistake referenced undefined variable on platforms ↵ | Sara Golemon | 2004-04-09 | 1 | -1/+1 |
| | | | | without gettimeofday() | ||||
* | - A belated happy holidays and PHP 5 | Andi Gutmans | 2004-01-08 | 1 | -2/+2 |
| | |||||
* | Detect and enable IPv6 support under win32. | Wez Furlong | 2003-12-06 | 1 | -7/+7 |
| | | | | | | The ws2tcpip.h header links to IPv6 functions dynamically and the generated binary will run on win98 and later. | ||||
* | Export these so that ftp extension can be build as shared ext. | Wez Furlong | 2003-12-02 | 1 | -2/+2 |
| | |||||
* | Removed unused variables. | Ilia Alshanetsky | 2003-11-30 | 1 | -4/+1 |
| | |||||
* | Add stream_socket_sendto and stream_socket_recvfrom which work very much | Wez Furlong | 2003-11-29 | 1 | -4/+91 |
| | | | | | like sendto() and recvfrom() syscalls. | ||||
* | emalloc -> safe_emalloc | Ilia Alshanetsky | 2003-08-12 | 1 | -1/+1 |
| | |||||
* | Initialize this variable to 0 as suggested by sara | Marcus Boerger | 2003-08-10 | 1 | -1/+1 |
| | |||||
* | Merge getaddrinfo() tidy-up from PHP_4_3 branch. | Wez Furlong | 2003-06-28 | 1 | -39/+40 |
| | |||||
* | updating license information in the headers. | James Cox | 2003-06-10 | 1 | -3/+3 |
| | |||||
* | emalloc -> safe_emalloc | Ilia Alshanetsky | 2003-05-13 | 1 | -1/+1 |
| | |||||
* | fix warnings - one left | Marcus Boerger | 2003-03-08 | 1 | -1/+3 |
| |