| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.php | Sebastian Bergmann | 2010-01-03 | 5 | -7/+7 |
| | | |||||
| * | fix minor leak (merge from trunk) | Antony Dovgal | 2009-12-25 | 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 build (pls at least try to compile before committing) | Pierre Joye | 2009-08-26 | 1 | -2/+2 |
| | | |||||
| * | Fixed variable clobbering | Ilia Alshanetsky | 2009-08-26 | 1 | -7/+7 |
| | | |||||
| * | - Fix this again :) | Jani Taskinen | 2009-07-25 | 1 | -1/+3 |
| | | |||||
| * | - Fix test | Jani Taskinen | 2009-07-25 | 1 | -1/+1 |
| | | |||||
| * | Fix bug #47042 (cgi sapi is incorrectly removing the SCRIPT_FILENAME for non ↵ | David Soria Parra | 2009-06-09 | 1 | -1/+2 |
| | | | | | | | | 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 | -2/+5 |
| | | | | | | | # This doesn't really fix it since it's some weird Windows thing but this # does make this code slightly more portable :) | ||||
| * | 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. | ||||
| * | MFH: Fixed bug #47042 (PHP cgi sapi is removing SCRIPT_FILENAME for non apache). | David Soria Parra | 2009-01-09 | 1 | -1/+3 |
| | | |||||
| * | MFH: Bump copyright year, 3 of 3. | Sebastian Bergmann | 2008-12-31 | 5 | -7/+7 |
| | | |||||
| * | - 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 |
| | | |||||
| * | Fixed bug #46366 (bad cwd with / as pathinfo) | Dmitry Stogov | 2008-11-28 | 1 | -0/+3 |
| | | |||||
| * | Potential fix for bug #46525 | Rasmus Lerdorf | 2008-11-08 | 1 | -0/+1 |
| | | |||||
| * | Fixed bug #46379 (Infinite loop when parsing '#' in one line file) | Arnaud Le Blanc | 2008-11-03 | 1 | -1/+1 |
| | | | | | | # PHP_5_2 only | ||||
| * | MFH: Fixed FCGI_GET_VALUES requests (fixes #45522) | Arnaud Le Blanc | 2008-10-21 | 3 | -18/+75 |
| | | |||||
| * | MFB: Fixed bug #46319 (PHP sets default Content-Type header for HTTP 304 | Ilia Alshanetsky | 2008-10-17 | 1 | -2/+10 |
| | | | | | | response code, in cgi sapi) | ||||
| * | Fixed bug #45860 (header() function fails to correctly replace all Status lines) | Dmitry Stogov | 2008-09-02 | 2 | -2/+66 |
| | | |||||
| * | Fixed double call to MSHUTDOWN in case of `php-cgi -m` | Dmitry Stogov | 2008-08-15 | 1 | -0/+1 |
| | | |||||
| * | MFH: fix tests | Jani Taskinen | 2008-08-14 | 3 | -5/+2 |
| | | |||||
| * | MFH: [DOC]- Added methods to change/disable --with-config-file-scan-dir=PATH at | Jani Taskinen | 2008-08-13 | 1 | -11/+0 |
| | | | | | | | | | | | | | | | MFH: [DOC] startup: MFH: [DOC] MFH: [DOC] To disable: Override default php.ini by using both -c and -n with MFH: [DOC] CGI/CLI or set "PHP_INI_SCAN_DIR" environment variable MFH: [DOC] to an empty string. MFH: [DOC] MFH: [DOC] To change: Simply set "PHP_INI_SCAN_DIR" environment variable to point MFH: [DOC] to another path. MFH: - Fixed bug #42604 ("make test" fails with --with-config-file-scan-dir=/some/path) MFH: - Implemented FR #45114 (Option to change --with-config-file-scan-dir) | ||||
| * | Fixed bug #45151 (Crash with URI/file..php (filename contains 2 dots)) | Dmitry Stogov | 2008-07-15 | 1 | -9/+36 |
| | | |||||
| * | Fixed bug #45423 (fastcgi parent process doesn't invoke php_module_shutdown ↵ | Dmitry Stogov | 2008-07-15 | 2 | -20/+52 |
| | | | | | before shutdown) (basant dot kukreja at sun dot com) | ||||
| * | Fixed bug #44673 (With CGI argv/argc starts from arguments, not from script) | Dmitry Stogov | 2008-04-09 | 1 | -1/+1 |
| | | |||||
| * | - Fixed possible stack buffer overflow in FastCGI SAPI. (Andrey Nigmatulin) | Dmitry Stogov | 2008-04-03 | 1 | -1/+4 |
| | | | | | | | - Fixed sending of uninitialized paddings which may contain some information. (Andrey Nigmatulin) | ||||
| * | Fixed security issue detailed in CVE-2008-0599 | Ilia Alshanetsky | 2008-02-28 | 1 | -1/+1 |
| | | |||||
| * | MFH: Bump copyright year, 2 of 2. | Sebastian Bergmann | 2007-12-31 | 5 | -7/+7 |
| | | |||||
| * | Fixed weired behavior in CGI parameter parsing | Dmitry Stogov | 2007-12-03 | 1 | -11/+21 |
| | | |||||
| * | Fixed bug #42848 (Status: header incorrect under FastCGI) | Dmitry Stogov | 2007-11-01 | 3 | -5/+76 |
| | | |||||
| * | Added CGI SAPI -T option, to measure execution time of script repeated ↵ | Dmitry Stogov | 2007-10-31 | 1 | -2/+62 |
| | | | | | several times. | ||||
| * | Fixed bug #42699 (PHP_SELF duplicates path) | Dmitry Stogov | 2007-09-24 | 1 | -15/+30 |
| | | |||||
| * | Fixed bug #42587 (behaviour change regarding symlinked .php files) | Dmitry Stogov | 2007-09-10 | 1 | -9/+7 |
| | | |||||
| * | Added checks for malformated FastCGI requests (Mattias Bengtsson) | Dmitry Stogov | 2007-09-07 | 1 | -1/+10 |
| | | |||||
| * | Fixed bug #42523 (PHP_SELF duplicates path) | Dmitry Stogov | 2007-09-05 | 1 | -0/+15 |
| | | |||||
| * | Fixed bug #42453 (CGI SAPI does not shut down cleanly with -i/-m/-v cmdline ↵ | Dmitry Stogov | 2007-08-31 | 1 | -11/+13 |
| | | | | | options) | ||||
| * | remove unneeded variables | Stanislav Malyshev | 2007-08-08 | 1 | -9/+1 |
| | | |||||
| * | - Fixed bug #42198 (SCRIPT_NAME and PHP_SELF truncated when inside a userdir | Dmitry Stogov | 2007-08-08 | 1 | -32/+70 |
| | | | | | | | | and using PATH_INFO). - Fixed bug #31892 (PHP_SELF incorrect without cgi.fix_pathinfo, but turning on screws up PATH_INFO). | ||||
| * | MFH: fix typos in comments | Jani Taskinen | 2007-08-08 | 1 | -3/+3 |
| | | |||||
| * | MFH: - Changed AC_ARG_* options to PHP_ARG_* options. | Jani Taskinen | 2007-07-11 | 1 | -58/+41 |
| | | | | | | | | | | | | | MFH: - Some cleanups here and there MFH: - Enabled PHP_CHECK_CONFIGURE_OPTIONS (checks for unknown configure MFH: options) # Note to Marcus: ext/dba/config.m4 needs to be "converted" to use # the PHP_ARG_* options. I did't touch it needs quite a lot of work to keep # it's current behaviour regarding "enabled-by-default" parts of it. # # Hint: By using the PHP_ARG_* options you have the "default" option.. ;) | ||||
| * | ECONNABORTED is not a critical error (Andrei Nigmatulin) | Dmitry Stogov | 2007-07-09 | 1 | -0/+4 |
| | | |||||
| * | MFH: Fix some configure --help texts | foobar | 2007-07-03 | 1 | -9/+6 |
| | | |||||
| * | Fixed bug #40419 (Trailing Slash in CGI request don't work) | Dmitry Stogov | 2007-06-26 | 1 | -2/+7 |
| | | |||||
| * | no need to return exit status of the last fastcgi request | Dmitry Stogov | 2007-06-21 | 1 | -0/+4 |
| | | |||||
| * | MFH: add missing open_basedir checks to CGI | Antony Dovgal | 2007-06-04 | 1 | -1/+15 |
| | | |||||
| * | fix test | foobar | 2007-06-03 | 1 | -2/+4 |
| | | |||||
| * | Removed deprecated comment | Dmitry Stogov | 2007-05-28 | 1 | -2/+0 |
| | | |||||
| * | MFH | Antony Dovgal | 2007-05-27 | 1 | -2/+2 |
| | | |||||
| * | - Unify installation of SAPIs: CGI is no exception anymore. | foobar | 2007-05-24 | 1 | -3/+3 |
| | | |||||
