| Commit message (Expand) | Author | Age | Files | Lines |
* | - MFH: make setlocale thread only, drastically reduce TS related crashes in e... | Pierre Joye | 2011-03-16 | 1 | -0/+3 |
* | - Year++ | Felipe Pena | 2011-01-01 | 1 | -1/+1 |
* | - Reversed implementation of FR #44164, pending further consideration. | Gustavo André dos Santos Lopes | 2010-11-18 | 1 | -8/+0 |
* | - Fixed bug #53180 (post_max_size=0 not disabling the limit when the content | Gustavo André dos Santos Lopes | 2010-10-27 | 1 | -2/+2 |
* | - Implemented request #44164, zlib.output_compression is now implicitly | Gustavo André dos Santos Lopes | 2010-10-26 | 1 | -0/+8 |
* | I am sorry I tried fixing PHP without extensive discussion on the mailing list. | Andrei Zmievski | 2010-03-18 | 1 | -2/+2 |
* | Fix a few problems with large (2G-4G) file uploads. Added | Andrei Zmievski | 2010-03-18 | 1 | -2/+2 |
* | - Reverted r296062 and r296065 | Jani Taskinen | 2010-03-12 | 1 | -2/+2 |
* | MFH: Improved / fixed output buffering (Michael Wallner) | Jani Taskinen | 2010-03-11 | 1 | -2/+2 |
* | sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.php | Sebastian Bergmann | 2010-01-03 | 1 | -1/+1 |
* | - Fixed bug #49248 by fixing bug #48994 properly | Jani Taskinen | 2009-08-17 | 1 | -33/+0 |
* | - Try disabling zlib.output_compression always for images. (zlib extension mi... | Jani Taskinen | 2009-08-17 | 1 | -3/+4 |
* | - Fixed bug #48994 (zlib.output_compression does not ouput HTTP headers when ... | Jani Taskinen | 2009-08-03 | 1 | -1/+1 |
* | fix for #47930 | Stanislav Malyshev | 2009-04-28 | 1 | -1/+8 |
* | MFH: Bump copyright year, 3 of 3. | Sebastian Bergmann | 2008-12-31 | 1 | -1/+1 |
* | Added header_remove() (chsc at peytz dotdk, Arnaud) | Arnaud Le Blanc | 2008-11-13 | 1 | -13/+32 |
* | exit_on_timeout patch | Rasmus Lerdorf | 2008-03-18 | 1 | -0/+6 |
* | MFH: Fixed bug #43954 (Memory leak when sending the same HTTP status code mor... | Scott MacVicar | 2008-01-28 | 1 | -0/+4 |
* | MFH: Bump copyright year, 2 of 2. | Sebastian Bergmann | 2007-12-31 | 1 | -1/+1 |
* | Fixed crash because of uninitialized SG(sapi_headers).mimetype | Dmitry Stogov | 2007-12-03 | 1 | -0/+2 |
* | Slightly cleaner code | Rasmus Lerdorf | 2007-05-25 | 1 | -2/+2 |
* | Optimize sapi_get_request_time() slightly making it use the cached time | Rasmus Lerdorf | 2007-05-25 | 1 | -3/+5 |
* | ZTS fix | Dmitry Stogov | 2007-04-25 | 1 | -5/+5 |
* | fix ZTS build | Antony Dovgal | 2007-04-25 | 1 | -0/+3 |
* | Fixed crashes because of SAPI handlers overrding from inside of dl()-ed exten... | Dmitry Stogov | 2007-04-25 | 1 | -0/+15 |
* | WIN64 support | Dmitry Stogov | 2007-04-16 | 1 | -1/+1 |
* | snprintf() -> slprintf() | Ilia Alshanetsky | 2007-02-27 | 1 | -3/+3 |
* | - Avoid sprintf, even when checked copy'n'paste or changes lead to errors | Marcus Boerger | 2007-02-24 | 1 | -8/+6 |
* | MFH: Bump year. | Sebastian Bergmann | 2007-01-01 | 1 | -1/+1 |
* | Fixed bug #39984 (redirect response code in header() could be ignored in | Ilia Alshanetsky | 2006-12-31 | 1 | -1/+3 |
* | MFH | Antony Dovgal | 2006-12-21 | 1 | -5/+7 |
* | MFH: fix possible invalid read (reproducible only on big-endian machines) | Antony Dovgal | 2006-12-18 | 1 | -1/+1 |
* | Whitespace | Zeev Suraski | 2006-12-18 | 1 | -18/+18 |
* | MFH: Fixed mess with CGI/CLI -d command line option (now it works with cgi; c... | Dmitry Stogov | 2006-09-19 | 1 | -0/+1 |
* | Add input_filter hook call in getenv() | Rasmus Lerdorf | 2006-05-10 | 1 | -4/+9 |
* | bump year and license version | foobar | 2006-01-01 | 1 | -3/+3 |
* | MFH: typofix | foobar | 2005-12-30 | 1 | -1/+1 |
* | MFH: Prevent header injection by limiting each header to a single line. | Ilia Alshanetsky | 2005-12-06 | 1 | -0/+13 |
* | MFH | foobar | 2005-11-06 | 1 | -1/+1 |
* | - sapi_header_op(SAPI_HEADER_(REPLACE|ADD), {NULL, 0, 0}) caused HTTP respons... | Michael Wallner | 2005-11-02 | 1 | -0/+4 |
* | Fixed minor memory leak triggered by: -dzlib.output_compression=1 -m | Ilia Alshanetsky | 2005-11-01 | 1 | -1/+1 |
* | MFH: Fixed bug #29983 (PHP does not explicitly set mime type & charset). | Ilia Alshanetsky | 2005-10-19 | 1 | -0/+6 |
* | - Bumber up year | foobar | 2005-08-03 | 1 | -1/+1 |
* | Fixed double-free in the digest authentication handling. | Ilia Alshanetsky | 2005-07-12 | 1 | -1/+1 |
* | added a server variable PHP_AUTH_DIGEST to support HTTP Digest Authentication. | Rui Hirokawa | 2005-04-04 | 1 | -0/+3 |
* | Fix for bug #32263 | Rasmus Lerdorf | 2005-03-14 | 1 | -1/+9 |
* | FR 32275 - fifth parameter to preg_replace() to count number of replaces | Andrey Hristov | 2005-03-12 | 1 | -2/+2 |
* | - Fixed bug #32109 ($_POST is not populated in multithreaded environment). | Moriyoshi Koizumi | 2005-03-05 | 1 | -0/+1 |
* | - Silly typo. | Moriyoshi Koizumi | 2005-02-22 | 1 | -1/+1 |
* | Nuke unused variables when PCRE is not compiled in | foobar | 2005-02-21 | 1 | -4/+2 |