| Commit message (Expand) | Author | Age | Files | Lines |
| * | applied patch from bug report 51452 | George Wang | 2010-07-07 | 1 | -0/+1 |
| * | fix typos and use correct directive names in error messages | Antony Dovgal | 2010-07-06 | 1 | -10/+10 |
| * | - Reverted fix for bug #48930 (due binary compatibility breakage) | Felipe Pena | 2010-06-29 | 2 | -5/+0 |
| * | - Improved initialization | Felipe Pena | 2010-06-27 | 2 | -2/+3 |
| * | - Fixed bug #48930 (__COMPILER_HALT_OFFSET__ incorrect in PHP >= 5.3) | Felipe Pena | 2010-06-27 | 2 | -0/+4 |
| * | - Fixed bug #52183 (Reflectionfunction reports invalid number of arguments fo... | Felipe Pena | 2010-06-26 | 1 | -6/+9 |
| * | - Fixed bug #52162 (custom request header variables with numbers are removed) | Sriram Natarajan | 2010-06-23 | 1 | -1/+1 |
| * | - Fixed bug #52086 (No new line at the end of a included file crahes the PHP ... | Jérôme Loyet | 2010-06-19 | 1 | -4/+2 |
| * | improve ptrace() test | Antony Dovgal | 2010-06-16 | 1 | -4/+4 |
| * | Fix #52067, chroot and chdir path were not checked at startup. If configured ... | Jérôme Loyet | 2010-06-13 | 1 | -0/+54 |
| * | support both 'warn' and 'warning' as error levels | Antony Dovgal | 2010-06-08 | 1 | -1/+1 |
| * | fix micro-memleaks (happened once per process) | Antony Dovgal | 2010-06-08 | 2 | -0/+8 |
| * | fix commit 299383 | Jérôme Loyet | 2010-05-29 | 1 | -2/+2 |
| * | typo (thx to Brian P. Mercer) | Jérôme Loyet | 2010-05-29 | 1 | -203/+190 |
| * | bug: include paths were not evaluated to to full path | Jérôme Loyet | 2010-05-27 | 1 | -1/+1 |
| * | typo | Jérôme Loyet | 2010-05-27 | 1 | -20/+22 |
| * | merge FPM SAPI from trunk (as agreed with Johannes) | Antony Dovgal | 2010-05-26 | 59 | -0/+10469 |
| * | Document CGI options in the manpage (bug #51718) | Raphael Geissert | 2010-05-11 | 1 | -0/+28 |
| * | - fix build | Pierre Joye | 2010-05-04 | 1 | -3/+5 |
| * | - revert fix for #51723 in 5.2, vc6 does not support strtoi64, use builtin fu... | Pierre Joye | 2010-05-03 | 1 | -0/+4 |
| * | - #51273, Content-length header is limited to 32bit integer with apache2/windows | Pierre Joye | 2010-05-03 | 1 | -1/+9 |
| * | - WS | Pierre Joye | 2010-05-03 | 1 | -2/+2 |
| * | - Fix #51688, ini per dir crashes when invalid document root are given | Pierre Joye | 2010-04-30 | 1 | -0/+4 |
| * | - Reverted r296062 and r296065 | Jani Taskinen | 2010-03-12 | 18 | -508/+565 |
| * | MFH: Improved / fixed output buffering (Michael Wallner) | Jani Taskinen | 2010-03-11 | 18 | -565/+508 |
| * | - Fixed bug #51237 (milter SAPI crash on startup) | Felipe Pena | 2010-03-08 | 1 | -1/+11 |
| * | - Fix php-milter sample usage (-r option doesn't exists here) | Felipe Pena | 2010-03-08 | 1 | -2/+1 |
| * | Fixed bug #50795 (man pages have bad whatis entries) | Kalle Sommer Nielsen | 2010-02-17 | 1 | -1/+0 |
| * | Fix bug #50940 | Rasmus Lerdorf | 2010-02-05 | 3 | -0/+6 |
| * | Update copyright year in the man file | Ilia Alshanetsky | 2010-01-04 | 1 | -2/+2 |
| * | sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.php | Sebastian Bergmann | 2010-01-03 | 42 | -46/+46 |
| * | fix minor leak in CGI sapi (happened once per child) | Antony Dovgal | 2009-12-23 | 1 | -0/+3 |
| * | - Fixed bug #50209 (Compiling with libedit cannot find readline.h) | Felipe Pena | 2009-12-13 | 2 | -2/+6 |
| * | MFH: static before const | Jani Taskinen | 2009-12-08 | 1 | -1/+1 |
| * | - Sync files | Jani Taskinen | 2009-12-02 | 1 | -4/+7 |
| * | Fixed bug #50168 (FastCGI fails with wrong error on HEAD request to non-exist... | Dmitry Stogov | 2009-11-30 | 1 | -10/+15 |
| * | - Fixed bug #49677 (ini parser crashes with apache2 and using ${something} in... | Jani Taskinen | 2009-11-25 | 1 | -0/+4 |
| * | ws | Jani Taskinen | 2009-11-25 | 1 | -17/+18 |
| * | Fix bug #50140: With default compilation option, php symbols are unresolved f... | Uwe Schindler | 2009-11-17 | 1 | -0/+6 |
| * | As I am working on it, further improvement for bug #50087 | Uwe Schindler | 2009-11-12 | 1 | -2/+2 |
| * | Fix bug #50087: NSAPI performance improvements | Uwe Schindler | 2009-11-12 | 1 | -38/+24 |
| * | fix crash on empty doc_root | Antony Dovgal | 2009-10-20 | 1 | -1/+1 |
| * | improve fix for #49767 and #47627 - make PHP report | Stanislav Malyshev | 2009-10-16 | 1 | -1/+1 |
| * | - #48779, fix another use case where / usage may differ | Pierre Joye | 2009-10-15 | 1 | -4/+0 |
| * | - #48779, improve fix, drop usage of _tolower and use zend_strtolower | Pierre Joye | 2009-10-12 | 1 | -2/+2 |
| * | - Fixed build and comment-style | Felipe Pena | 2009-10-09 | 1 | -4/+4 |
| * | - changed ini file directives [PATH=](on Win32) and [HOST=](on all) to be cas... | Garrett Serack | 2009-10-09 | 1 | -2/+22 |
| * | Fixed test | Ilia Alshanetsky | 2009-09-13 | 1 | -2/+2 |
| * | - Simplified a bit and fixed possible memory corruption and definate leak. | Jani Taskinen | 2009-09-10 | 1 | -23/+6 |
| * | - Drop unused var | Felipe Pena | 2009-09-05 | 1 | -1/+0 |