Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | improve fix for CVE-2012-1823 | Stanislav Malyshev | 2012-05-07 | 1 | -3/+8 |
| | |||||
* | Fix for CVE-2012-1823 | Rasmus Lerdorf | 2012-05-05 | 1 | -1/+14 |
| | | | | (cherry picked from commit 29300b1f9dab068d477b241d8fd872e3a7c829b3) | ||||
* | - Fixed bug #54197 ([PATH=] sections incompatibility with user_ini.filename ↵ | Felipe Pena | 2012-04-19 | 1 | -3/+4 |
| | | | | set to null) patch by ab@php.net | ||||
* | Fixed bug #61605 (header_remove() does not remove all headers) | Xinchen Hui | 2012-04-04 | 1 | -0/+34 |
| | |||||
* | Fixed bug #61043 (Regression in magic_quotes_gpc fix for CVE-2012-0831) | Ondřej Surý | 2012-03-21 | 1 | -2/+4 |
| | |||||
* | Always restore PG(magic_quote_gpc) on request shutdown | Dmitry Stogov | 2012-02-02 | 1 | -1/+3 |
| | |||||
* | - Year++ | Felipe Pena | 2012-01-01 | 3 | -5/+5 |
| | |||||
* | Fixed bug #60206 (possible integer overflow in content_length) | Xinchen Hui | 2011-11-03 | 1 | -1/+1 |
| | |||||
* | Fixed possible memory leak | Dmitry Stogov | 2011-08-11 | 1 | -1/+4 |
| | |||||
* | Added checks for malformated FastCGI requests (Edgar Frank) | Dmitry Stogov | 2011-01-19 | 1 | -4/+15 |
| | |||||
* | - Year++ | Felipe Pena | 2011-01-01 | 3 | -5/+5 |
| | |||||
* | - Reverted fix for bug #48930 (due binary compatibility breakage) | Felipe Pena | 2010-06-29 | 1 | -2/+0 |
| | |||||
* | - Improved initialization | Felipe Pena | 2010-06-27 | 1 | -1/+1 |
| | |||||
* | - Fixed bug #48930 (__COMPILER_HALT_OFFSET__ incorrect in PHP >= 5.3) | Felipe Pena | 2010-06-27 | 1 | -0/+2 |
| | |||||
* | fix micro-memleaks (happened once per process) | Antony Dovgal | 2010-06-08 | 1 | -0/+3 |
| | |||||
* | - 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 | 1 | -14/+23 |
| | |||||
* | MFH: Improved / fixed output buffering (Michael Wallner) | Jani Taskinen | 2010-03-11 | 1 | -23/+14 |
| | |||||
* | sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.php | Sebastian Bergmann | 2010-01-03 | 3 | -5/+5 |
| | |||||
* | fix minor leak in CGI sapi (happened once per child) | Antony Dovgal | 2009-12-23 | 1 | -0/+3 |
| | |||||
* | Fixed bug #50168 (FastCGI fails with wrong error on HEAD request to ↵ | Dmitry Stogov | 2009-11-30 | 1 | -10/+15 |
| | | | | non-existant file) | ||||
* | 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 |
| | | | | | "no script" on 404 again | ||||
* | - #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 ↵ | Garrett Serack | 2009-10-09 | 1 | -2/+22 |
| | | | | case insensitive (garretts) | ||||
* | - 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 |
| | |||||
* | - Fixed bug #49182 (PHP CGI always outputs the shebang line) | Jani Taskinen | 2009-09-05 | 1 | -0/+24 |
| | |||||
* | - fix build | Pierre Joye | 2009-08-26 | 1 | -2/+2 |
| | |||||
* | Fixed variable clobbering | Ilia Alshanetsky | 2009-08-26 | 1 | -5/+5 |
| | |||||
* | - Fix this again :) | Jani Taskinen | 2009-07-25 | 1 | -1/+3 |
| | |||||
* | - Fix test | Jani Taskinen | 2009-07-25 | 1 | -1/+1 |
| | |||||
* | - #48624 .user.ini never gets parsed | Pierre Joye | 2009-06-22 | 1 | -1/+1 |
| | |||||
* | - kill unused var | Pierre Joye | 2009-06-17 | 1 | -2/+0 |
| | |||||
* | - #47318, UMR when trying to activate user config | Pierre Joye | 2009-06-17 | 1 | -9/+40 |
| | |||||
* | MFH: Fix bug #47042 (cgi sapi is incorrectly removing the SCRIPT_FILENAME ↵ | David Soria Parra | 2009-06-09 | 1 | -2/+2 |
| | | | | | | | for non apache). The fix was provided by Sriram Natarajan. | ||||
* | MFH:- Fixed bug #48419 (non-portable STDIN fileno in cgi_main.c) | Jani Taskinen | 2009-06-04 | 1 | -1/+4 |
| | |||||
* | MFH: CS + WS changes | Jani Taskinen | 2009-06-04 | 1 | -76/+91 |
| | |||||
* | MFH: Fix compiler warnings | Kalle Sommer Nielsen | 2009-05-19 | 1 | -1/+2 |
| | |||||
* | MFH | Arnaud Le Blanc | 2009-04-24 | 4 | -15/+15 |
| | |||||
* | MFH: Fix #47149. Remove check for script_filename = path_translated, as this ↵ | David Soria Parra | 2009-01-19 | 1 | -2/+1 |
| | | | | the actual value that we get from apache. | ||||
* | Disable dl() in CGI and FastCGI modes | Dmitry Stogov | 2009-01-11 | 1 | -1/+3 |
| | |||||
* | MFH: Fixed bug #47042 (PHP cgi sapi is removing SCRIPT_FILENAME for non apache). | David Soria Parra | 2009-01-09 | 1 | -1/+3 |
| | |||||
* | MFH | Marcus Boerger | 2008-12-31 | 1 | -0/+12 |
| | | | | | | | - Changed dl() to be disabled by default. Enabled only when explicitly registered by the SAPI layer. Enabled only with CLI, CGI and EMBED. (Dmitry) [DOC] | ||||
* | MFH: Bump copyright year, 3 of 3. | Sebastian Bergmann | 2008-12-31 | 3 | -5/+5 |
| | |||||
* | - WS | Pierre Joye | 2008-12-11 | 1 | -54/+54 |
| | |||||
* | - ws | Pierre Joye | 2008-12-11 | 1 | -28/+28 |
| | |||||
* | MFH: Fixed bug #46782 (fastcgi.c parse error) | Matt Wilmas | 2008-12-07 | 1 | -6/+6 |
| |