summaryrefslogtreecommitdiff
path: root/sapi/cgi
Commit message (Expand)AuthorAgeFilesLines
* Fixed weired behavior in CGI parameter parsingDmitry Stogov2007-12-031-11/+21
* Fixed bug #42848 (Status: header incorrect under FastCGI)Dmitry Stogov2007-11-013-5/+76
* Added CGI SAPI -T option, to measure execution time of script repeated severa...Dmitry Stogov2007-10-311-2/+62
* Fixed bug #42699 (PHP_SELF duplicates path)Dmitry Stogov2007-09-241-15/+30
* Fixed bug #42587 (behaviour change regarding symlinked .php files)Dmitry Stogov2007-09-101-9/+7
* Added checks for malformated FastCGI requests (Mattias Bengtsson)Dmitry Stogov2007-09-071-1/+10
* Fixed bug #42523 (PHP_SELF duplicates path)Dmitry Stogov2007-09-051-0/+15
* Fixed bug #42453 (CGI SAPI does not shut down cleanly with -i/-m/-v cmdline o...Dmitry Stogov2007-08-311-11/+13
* remove unneeded variablesStanislav Malyshev2007-08-081-9/+1
* - Fixed bug #42198 (SCRIPT_NAME and PHP_SELF truncated when inside a userdirDmitry Stogov2007-08-081-32/+70
* MFH: fix typos in commentsJani Taskinen2007-08-081-3/+3
* MFH: - Changed AC_ARG_* options to PHP_ARG_* options.Jani Taskinen2007-07-111-58/+41
* ECONNABORTED is not a critical error (Andrei Nigmatulin)Dmitry Stogov2007-07-091-0/+4
* MFH: Fix some configure --help textsfoobar2007-07-031-9/+6
* Fixed bug #40419 (Trailing Slash in CGI request don't work)Dmitry Stogov2007-06-261-2/+7
* no need to return exit status of the last fastcgi requestDmitry Stogov2007-06-211-0/+4
* MFH: add missing open_basedir checks to CGIAntony Dovgal2007-06-041-1/+15
* fix testfoobar2007-06-031-2/+4
* Removed deprecated commentDmitry Stogov2007-05-281-2/+0
* MFHAntony Dovgal2007-05-271-2/+2
* - Unify installation of SAPIs: CGI is no exception anymore.foobar2007-05-241-3/+3
* Fixed crash on "php -b 1234 -unknown-option"Dmitry Stogov2007-05-213-0/+10
* libfcgi cleanup (Andrei Nigmatulin)Dmitry Stogov2007-05-211-3/+0
* Fixed a possible crash when PATH_INFO is not provided but the path containsIlia Alshanetsky2007-05-202-6/+38
* Fixed bug #41378 (fastcgi protocol lacks support for Reason-Phrase in "Statu...Dmitry Stogov2007-05-151-1/+10
* Fixed bug #41291 (FastCGI does not set SO_REUSEADDR). (fmajid at kefta dot com)Dmitry Stogov2007-05-101-0/+10
* MFH: fix long optionsAntony Dovgal2007-04-231-1/+2
* - MFH getopt fixesMarcus Boerger2007-04-221-1/+3
* fix testAntony Dovgal2007-04-171-1/+1
* - Fix a possible leak when multiple -c parameters are usedfoobar2007-04-171-0/+4
* add tests for CGIAntony Dovgal2007-04-1710-0/+419
* MFH: fix leak appearing when more than one -f option specifiedAntony Dovgal2007-04-171-0/+3
* MFH: Simplify previous patch.foobar2007-04-151-8/+5
* - Allow using syntax highlighting under FastCGI mode.foobar2007-04-151-6/+14
* - Synch these files from sapi/cli/ and allow using s.c. long-optionsfoobar2007-04-152-13/+29
* Removed wrong size_t definitionDmitry Stogov2007-04-091-1/+0
* Add missing #if checkSara Golemon2007-03-291-0/+2
* Improved FastCGI SAPI to support external pipe and socket servers on win32Dmitry Stogov2007-03-283-77/+196
* Fixed compilation warningDmitry Stogov2007-03-121-1/+1
* Return HTTP 403 in case of "access denied".Dmitry Stogov2007-03-091-2/+7
* snprintf() -> slprintf()Ilia Alshanetsky2007-02-272-6/+6
* poll() is not affected by FD_SETSIZE (Tony)Dmitry Stogov2007-02-261-15/+16
* Use poll() instead of select() if availableDmitry Stogov2007-02-241-4/+29
* - Avoid sprintf, even when checked copy'n'paste or changes lead to errorsMarcus Boerger2007-02-241-1/+1
* Check for FD_SETSIZE limitDmitry Stogov2007-02-211-9/+14
* MFH: move PHP_TEST_WRITE_STDOUT to acinclude.m4 and use it in configure.inAntony Dovgal2007-02-201-32/+0
* MFH: make use of startup hooksAntony Dovgal2007-02-201-2/+3
* Fixed strlcat() usage.Ilia Alshanetsky2007-02-191-1/+2
* Initialize "retval" on each requestDmitry Stogov2007-02-191-0/+1
* Fixed fcgi_putenv() semantic with NULL valueDmitry Stogov2007-02-191-7/+8