523 Commits (8bbbfadcfef82c3513adeb34ae8a19bf00af3317)

Author SHA1 Message Date
Dmitry Stogov cea8df3af5 Fixed possible memory leak 15 years ago
Dmitry Stogov 068a78014f Added checks for malformated FastCGI requests (Edgar Frank) 15 years ago
Felipe Pena 927bf09c29 - Year++ 15 years ago
Felipe Pena 96bb25e8e7 - Reverted fix for bug #48930 (due binary compatibility breakage) 16 years ago
Felipe Pena ced29dd706 - Improved initialization 16 years ago
Felipe Pena 9b07568c43 - Fixed bug #48930 (__COMPILER_HALT_OFFSET__ incorrect in PHP >= 5.3) 16 years ago
Antony Dovgal a8be1c1d4b fix micro-memleaks (happened once per process) 16 years ago
Pierre Joye 91bcba0343 - Fix #51688, ini per dir crashes when invalid document root are given 16 years ago
Jani Taskinen af49e58f51 - Reverted r296062 and r296065 16 years ago
Jani Taskinen 06f072cb5e MFH: Improved / fixed output buffering (Michael Wallner) 16 years ago
Sebastian Bergmann 9ba1e81665 sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.php 16 years ago
Antony Dovgal 6a9d78f102 fix minor leak in CGI sapi (happened once per child) 16 years ago
Dmitry Stogov b26c9d400d Fixed bug #50168 (FastCGI fails with wrong error on HEAD request to non-existant file) 17 years ago
Antony Dovgal f298e6ce6e fix crash on empty doc_root 17 years ago
Stanislav Malyshev a226082475 improve fix for #49767 and #47627 - make PHP report 17 years ago
Pierre Joye e4adfe4f61 - #48779, fix another use case where / usage may differ 17 years ago
Pierre Joye e5d4b019b9 - #48779, improve fix, drop usage of _tolower and use zend_strtolower 17 years ago
Felipe Pena 994307d429 - Fixed build and comment-style 17 years ago
Garrett Serack 8e5a00e546 - changed ini file directives [PATH=](on Win32) and [HOST=](on all) to be case insensitive (garretts) 17 years ago
Jani Taskinen ccd6e501d1 - Simplified a bit and fixed possible memory corruption and definate leak. 17 years ago
Felipe Pena 5c9579c27f - Drop unused var 17 years ago
Jani Taskinen f723d368b3 - Fixed bug #49182 (PHP CGI always outputs the shebang line) 17 years ago
Pierre Joye 48d031aa6e - fix build 17 years ago
Ilia Alshanetsky 19f11e401d Fixed variable clobbering 17 years ago
Jani Taskinen 555b177c83 - Fix this again :) 17 years ago
Jani Taskinen dad7c68b27 - Fix test 17 years ago
Pierre Joye a7db554314 - #48624 .user.ini never gets parsed 17 years ago
Pierre Joye 6086c0866c - kill unused var 17 years ago
Pierre Joye f2457fbd56 - #47318, UMR when trying to activate user config 17 years ago
David Soria Parra 368569c05b MFH: Fix bug #47042 (cgi sapi is incorrectly removing the SCRIPT_FILENAME for non apache). 17 years ago
Jani Taskinen a332541aaa MFH:- Fixed bug #48419 (non-portable STDIN fileno in cgi_main.c) 17 years ago
Jani Taskinen 29c0b397ec MFH: CS + WS changes 17 years ago
Kalle Sommer Nielsen 01fc4ed1d6 MFH: Fix compiler warnings 17 years ago
Arnaud Le Blanc a772d7c3ef MFH 17 years ago
David Soria Parra 65e3d00366 MFH: Fix #47149. Remove check for script_filename = path_translated, as this the actual value that we get from apache. 17 years ago
Dmitry Stogov 828566dafb Disable dl() in CGI and FastCGI modes 17 years ago
David Soria Parra 544150aef8 MFH: Fixed bug #47042 (PHP cgi sapi is removing SCRIPT_FILENAME for non apache). 17 years ago
Marcus Boerger f77719d800 MFH 17 years ago
Sebastian Bergmann 08659c2dcd MFH: Bump copyright year, 3 of 3. 17 years ago
Pierre Joye cd57fe323d - WS 18 years ago
Pierre Joye 38b1e4c702 - ws 18 years ago
Matt Wilmas a31c7ebdff MFH: Fixed bug #46782 (fastcgi.c parse error) 18 years ago
Dmitry Stogov c5c9e45af9 Fixed bug #46366 (bad cwd with / as pathinfo) 18 years ago
Arnaud Le Blanc 8c4151ad72 Added header_remove() (chsc at peytz dotdk, Arnaud) 18 years ago
Rasmus Lerdorf f121e72ac7 Fix for bug #46525 18 years ago
Arnaud Le Blanc e3c556c85e MFH: Fixed FCGI_GET_VALUES requests (fixes #45522) 18 years ago
Ilia Alshanetsky e45af91313 Fixed bug #46319 (PHP sets default Content-Type header for HTTP 304 response 18 years ago
Dmitry Stogov 51eb7f5de9 Fixed bug #45860 (header() function fails to correctly replace all Status lines) 18 years ago
Rasmus Lerdorf 421751d240 Remove stray folding tag here 18 years ago
Dmitry Stogov ced680941a Fixed bug #45786 (FastCGI process exited unexpectedly) 18 years ago