467 Commits (ff4522e7dc923c009585b7a005aee0bfa1bdcaeb)

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
Sebastian Bergmann ef49b9a8de MFH: Bump copyright year, 3 of 3. 17 years ago
Pierre Joye 422eb1b8f6 - ws 18 years ago
Matt Wilmas af5cb849ee MFH: Fixed bug #46782 (fastcgi.c parse error) 18 years ago
Dmitry Stogov 281fb1f2ed Fixed bug #46366 (bad cwd with / as pathinfo) 18 years ago
Rasmus Lerdorf 058a282133 Potential fix for bug #46525 18 years ago
Arnaud Le Blanc 07fe6986cc Fixed bug #46379 (Infinite loop when parsing '#' in one line file) 18 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 16e6e2f04a Fixed double call to MSHUTDOWN in case of `php-cgi -m` 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
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
Dmitry Stogov a548d2f19b Fixed bug #44673 (With CGI argv/argc starts from arguments, not from script) 18 years ago
Dmitry Stogov 1dd17ad54a - Fixed possible stack buffer overflow in FastCGI SAPI. (Andrey Nigmatulin) 18 years ago
Ilia Alshanetsky 9c3f699ed8 Fixed security issue detailed in CVE-2008-0599 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 19 years ago
Dmitry Stogov e468aa44a2 Fixed bug #42848 (Status: header incorrect under FastCGI) 19 years ago
Dmitry Stogov 2e869a00ac Added CGI SAPI -T option, to measure execution time of script repeated several times. 19 years ago
Dmitry Stogov b441b275b3 Fixed bug #42699 (PHP_SELF duplicates path) 19 years ago
Dmitry Stogov 96810f0ae6 Fixed bug #42587 (behaviour change regarding symlinked .php files) 19 years ago
Dmitry Stogov dd8c8d05e8 Added checks for malformated FastCGI requests (Mattias Bengtsson) 19 years ago
Dmitry Stogov 5d238efaa6 Fixed bug #42523 (PHP_SELF duplicates path) 19 years ago
Dmitry Stogov 39bceffc4a Fixed bug #42453 (CGI SAPI does not shut down cleanly with -i/-m/-v cmdline options) 19 years ago
Stanislav Malyshev 50293835bf remove unneeded variables 19 years ago
Dmitry Stogov 50aef7ec83 - Fixed bug #42198 (SCRIPT_NAME and PHP_SELF truncated when inside a userdir 19 years ago
Jani Taskinen 9c07366bb0 MFH: fix typos in comments 19 years ago
Jani Taskinen eb923bf6fc MFH: - Changed AC_ARG_* options to PHP_ARG_* options. 19 years ago
Dmitry Stogov 3a5501e0d4 ECONNABORTED is not a critical error (Andrei Nigmatulin) 19 years ago
foobar 7ed3c4536d MFH: Fix some configure --help texts 19 years ago
Dmitry Stogov e5909f149c Fixed bug #40419 (Trailing Slash in CGI request don't work) 19 years ago
Dmitry Stogov 5d2180835a no need to return exit status of the last fastcgi request 19 years ago
Antony Dovgal 5c75e5b4f4 MFH: add missing open_basedir checks to CGI 19 years ago
foobar ca1b7e7b47 fix test 19 years ago
Dmitry Stogov e35679618e Removed deprecated comment 19 years ago
Antony Dovgal ccd16d09c0 MFH 19 years ago
foobar a894611636 - Unify installation of SAPIs: CGI is no exception anymore. 19 years ago
Dmitry Stogov 23409a4bbf Fixed crash on "php -b 1234 -unknown-option" 19 years ago
Dmitry Stogov 3040a34b21 libfcgi cleanup (Andrei Nigmatulin) 19 years ago
Ilia Alshanetsky 30dd6a45d3 Fixed a possible crash when PATH_INFO is not provided but the path contains 19 years ago
Dmitry Stogov 633aff5541 Fixed bug #41378 (fastcgi protocol lacks support for Reason-Phrase in "Status:" header) 19 years ago
Dmitry Stogov 6e8438633b Fixed bug #41291 (FastCGI does not set SO_REUSEADDR). (fmajid at kefta dot com) 19 years ago
Antony Dovgal a10cd19d05 MFH: fix long options 19 years ago
Marcus Boerger f62d5c9adf - MFH getopt fixes 19 years ago
Antony Dovgal 695e81c2cc fix test 19 years ago
foobar 4f54b301ef - Fix a possible leak when multiple -c parameters are used 19 years ago