1923 Commits (855e9fb998cb2ea7d6083898537f26ee66048748)

Author SHA1 Message Date
David Soria Parra 72eeac2581 MFH: Fix #47149. Remove check for script_filename = path_translated, as this the actual value that we get from apache. 17 years ago
David Soria Parra aa3fc14911 MFH: Fixed bug #47042 (PHP cgi sapi is removing SCRIPT_FILENAME for non apache). 17 years ago
Uwe Schindler f732dfba27 MFH: the #ifdef was never working. If Sun extends its NSAPI to support subrequests, much of this code must be rewritten. Because of that it is better to have a clean start. This commit does not change behaviour. 17 years ago
Sebastian Bergmann ef49b9a8de MFH: Bump copyright year, 3 of 3. 17 years ago
Stanislav Malyshev d3dce9e02e MFH fix #46005 17 years ago
Pierre Joye 422eb1b8f6 - ws 17 years ago
Matt Wilmas af5cb849ee MFH: Fixed bug #46782 (fastcgi.c parse error) 17 years ago
Uwe Schindler e073d72618 remove unneeded includes (not needed since NSAPI 3.0, wich is very old). This is needed for cleanup of the windows build. 17 years ago
Uwe Schindler 4560601437 MFH: support stat cache of webserver (like apache does) 17 years ago
Uwe Schindler 77972bc68a MFH: Some nsapi.h specific ifdefs unified & corrected (same like last commit, only cleanup) 17 years ago
Uwe Schindler 877cdf6862 MFH: remove one stat call and replace by cached one 17 years ago
Uwe Schindler 75b081d0d1 Hallo release manager: This patch is not release critical (affects only NSAPI, but I want it to be fixed in the last version of PHP 5.2). If you do not want to have it in, revert it, a new RC is definitely not needed because of this (and I am sure nobody who tests RCs is using NSAPI :)! 17 years ago
Stanislav Malyshev 7a67e94f17 init SG(server_context) before processing configs 17 years ago
Dmitry Stogov 281fb1f2ed Fixed bug #46366 (bad cwd with / as pathinfo) 17 years ago
Arnaud Le Blanc 3e82b3d3ae MFH: Fixed endless loop in cli when ignore_user_abort is on 17 years ago
Stanislav Malyshev 40607b254a fix php_value application order for Apache 17 years ago
Rasmus Lerdorf 058a282133 Potential fix for bug #46525 17 years ago
Arnaud Le Blanc be8c7c0988 MFH: Open STDIN and php://stdin streams with the relevant 17 years ago
Arnaud Le Blanc 07fe6986cc Fixed bug #46379 (Infinite loop when parsing '#' in one line file) 17 years ago
Felipe Pena 48d1b3a51a - MFH: Fixed bug #46382 (Mismatching allocation and deallocation in stresstest.cpp) (dvice_null at yahoo dot com) 17 years ago
Arnaud Le Blanc bb9e8e6924 MFH: Fixed FCGI_GET_VALUES requests (fixes #45522) 18 years ago
Ilia Alshanetsky 0621602408 MFB: Fixed bug #46319 (PHP sets default Content-Type header for HTTP 304 18 years ago
Dmitry Stogov f45b732abf Fixed bug #45860 (header() function fails to correctly replace all Status lines) 18 years ago
Dmitry Stogov 70063c1195 Fixed bug #42318 (problem with nm on AIX, not finding object files) 18 years ago
Dmitry Stogov 16e6e2f04a Fixed double call to MSHUTDOWN in case of `php-cgi -m` 18 years ago
Jani Taskinen 1cd7ce6cf8 MFH: fix tests, add missing test 18 years ago
Jani Taskinen 84c5066dec MFH: fix tests 18 years ago
Jani Taskinen 26f13b4b70 MFH: [DOC]- Added methods to change/disable --with-config-file-scan-dir=PATH at 18 years ago
Jani Taskinen 874a609723 MFH:- Fixed bug #45568 (ISAPI does not property clear auth_digest in header). 18 years ago
Antony Dovgal 990de890fa MFH: invert the logics - FLAG_FCLOSE -> FLAG_NO_FCLOSE 18 years ago
Felipe Pena 4ca3f3b99a - MFH: Fixed bug #44246 (closedir() accepts a file resource opened by fopen()) 18 years ago
Dmitry Stogov f4617349f8 Fixed bug #45151 (Crash with URI/file..php (filename contains 2 dots)) 18 years ago
Dmitry Stogov 51619fa391 Fixed bug #45423 (fastcgi parent process doesn't invoke php_module_shutdown before shutdown) (basant dot kukreja at sun dot com) 18 years ago
Uwe Schindler c1bb953c71 MFH: Response to: [PHP-DEV] cleaning up the functions - any volunteers? :) 18 years ago
Dmitry Stogov a548d2f19b Fixed bug #44673 (With CGI argv/argc starts from arguments, not from script) 18 years ago
Antony Dovgal 7a4f2f9a00 fix test 18 years ago
Dmitry Stogov 1dd17ad54a - Fixed possible stack buffer overflow in FastCGI SAPI. (Andrey Nigmatulin) 18 years ago
Felipe Pena 3e663ebfef Fixed bug #44564 (escapeshellarg removes UTF-8 multi-byte characters) 18 years ago
Marcus Boerger 13a67db7f5 MFH: 18 years ago
Felipe Pena d39fbb1548 Fix typo (#44381) 18 years ago
Ilia Alshanetsky 9c3f699ed8 Fixed security issue detailed in CVE-2008-0599 18 years ago
Dmitry Stogov 7c51430b37 Fixed bug #43968 (Extending internal class causes a crash) 18 years ago
Ilia Alshanetsky 23994f9150 MFB: Fixed bug #42779 (Incorrect forcing from HTTP/1.0 request to HTTP/1.1 18 years ago
Ilia Alshanetsky 660fac9dc0 MFB: Update copyright 18 years ago
Sebastian Bergmann 58fea2b990 MFB: Leftover: Bump copyright year. 18 years ago
Sebastian Bergmann d9f3a1305f MFH: Bump copyright year, 2 of 2. 18 years ago
Dmitry Stogov b68b2e029c Fixed weired behavior in CGI parameter parsing 18 years ago
Dmitry Stogov e468aa44a2 Fixed bug #42848 (Status: header incorrect under FastCGI) 18 years ago
Dmitry Stogov 2e869a00ac Added CGI SAPI -T option, to measure execution time of script repeated several times. 18 years ago
Dmitry Stogov b441b275b3 Fixed bug #42699 (PHP_SELF duplicates path) 19 years ago