summaryrefslogtreecommitdiff
path: root/sapi/cgi
Commit message (Collapse)AuthorAgeFilesLines
* improve fix for CVE-2012-1823Stanislav Malyshev2012-05-071-3/+8
|
* Fix for CVE-2012-1823Rasmus Lerdorf2012-05-051-1/+14
| | | | (cherry picked from commit 29300b1f9dab068d477b241d8fd872e3a7c829b3)
* - Fixed bug #54197 ([PATH=] sections incompatibility with user_ini.filename ↵Felipe Pena2012-04-191-3/+4
| | | | set to null) patch by ab@php.net
* Fixed bug #61605 (header_remove() does not remove all headers)Xinchen Hui2012-04-041-0/+34
|
* Fixed bug #61043 (Regression in magic_quotes_gpc fix for CVE-2012-0831)Ondřej Surý2012-03-211-2/+4
|
* Always restore PG(magic_quote_gpc) on request shutdownDmitry Stogov2012-02-021-1/+3
|
* - Year++Felipe Pena2012-01-013-5/+5
|
* Fixed bug #60206 (possible integer overflow in content_length)Xinchen Hui2011-11-031-1/+1
|
* Fixed possible memory leakDmitry Stogov2011-08-111-1/+4
|
* Added checks for malformated FastCGI requests (Edgar Frank)Dmitry Stogov2011-01-191-4/+15
|
* - Year++Felipe Pena2011-01-013-5/+5
|
* - Reverted fix for bug #48930 (due binary compatibility breakage)Felipe Pena2010-06-291-2/+0
|
* - Improved initializationFelipe Pena2010-06-271-1/+1
|
* - Fixed bug #48930 (__COMPILER_HALT_OFFSET__ incorrect in PHP >= 5.3)Felipe Pena2010-06-271-0/+2
|
* fix micro-memleaks (happened once per process)Antony Dovgal2010-06-081-0/+3
|
* - Fix #51688, ini per dir crashes when invalid document root are givenPierre Joye2010-04-301-0/+4
|
* - Reverted r296062 and r296065Jani Taskinen2010-03-121-14/+23
|
* MFH: Improved / fixed output buffering (Michael Wallner)Jani Taskinen2010-03-111-23/+14
|
* sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.phpSebastian Bergmann2010-01-033-5/+5
|
* fix minor leak in CGI sapi (happened once per child) Antony Dovgal2009-12-231-0/+3
|
* Fixed bug #50168 (FastCGI fails with wrong error on HEAD request to ↵Dmitry Stogov2009-11-301-10/+15
| | | | non-existant file)
* fix crash on empty doc_rootAntony Dovgal2009-10-201-1/+1
|
* improve fix for #49767 and #47627 - make PHP report Stanislav Malyshev2009-10-161-1/+1
| | | | | "no script" on 404 again
* - #48779, fix another use case where / usage may differPierre Joye2009-10-151-4/+0
|
* - #48779, improve fix, drop usage of _tolower and use zend_strtolowerPierre Joye2009-10-121-2/+2
|
* - Fixed build and comment-styleFelipe Pena2009-10-091-4/+4
|
* - changed ini file directives [PATH=](on Win32) and [HOST=](on all) to be ↵Garrett Serack2009-10-091-2/+22
| | | | case insensitive (garretts)
* - Simplified a bit and fixed possible memory corruption and definate leak.Jani Taskinen2009-09-101-23/+6
|
* - Drop unused varFelipe Pena2009-09-051-1/+0
|
* - Fixed bug #49182 (PHP CGI always outputs the shebang line)Jani Taskinen2009-09-051-0/+24
|
* - fix buildPierre Joye2009-08-261-2/+2
|
* Fixed variable clobberingIlia Alshanetsky2009-08-261-5/+5
|
* - Fix this again :)Jani Taskinen2009-07-251-1/+3
|
* - Fix testJani Taskinen2009-07-251-1/+1
|
* - #48624 .user.ini never gets parsedPierre Joye2009-06-221-1/+1
|
* - kill unused varPierre Joye2009-06-171-2/+0
|
* - #47318, UMR when trying to activate user configPierre Joye2009-06-171-9/+40
|
* MFH: Fix bug #47042 (cgi sapi is incorrectly removing the SCRIPT_FILENAME ↵David Soria Parra2009-06-091-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 Taskinen2009-06-041-1/+4
|
* MFH: CS + WS changesJani Taskinen2009-06-041-76/+91
|
* MFH: Fix compiler warningsKalle Sommer Nielsen2009-05-191-1/+2
|
* MFHArnaud Le Blanc2009-04-244-15/+15
|
* MFH: Fix #47149. Remove check for script_filename = path_translated, as this ↵David Soria Parra2009-01-191-2/+1
| | | | the actual value that we get from apache.
* Disable dl() in CGI and FastCGI modesDmitry Stogov2009-01-111-1/+3
|
* MFH: Fixed bug #47042 (PHP cgi sapi is removing SCRIPT_FILENAME for non apache).David Soria Parra2009-01-091-1/+3
|
* MFHMarcus Boerger2008-12-311-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 Bergmann2008-12-313-5/+5
|
* - WSPierre Joye2008-12-111-54/+54
|
* - wsPierre Joye2008-12-111-28/+28
|
* MFH: Fixed bug #46782 (fastcgi.c parse error)Matt Wilmas2008-12-071-6/+6
|