summaryrefslogtreecommitdiff
path: root/sapi
Commit message (Expand)AuthorAgeFilesLines
* Fixed security issue detailed in CVE-2008-0599Ilia Alshanetsky2008-02-281-1/+1
* Fixed bug #43968 (Extending internal class causes a crash)Dmitry Stogov2008-01-291-5/+5
* MFB: Fixed bug #42779 (Incorrect forcing from HTTP/1.0 request to HTTP/1.1Ilia Alshanetsky2008-01-161-2/+0
* MFB: Update copyrightIlia Alshanetsky2008-01-011-1/+1
* MFB: Leftover: Bump copyright year.Sebastian Bergmann2008-01-011-1/+1
* MFH: Bump copyright year, 2 of 2.Sebastian Bergmann2007-12-3146-50/+50
* 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
* MFH:- Fixed bug #42579 (apache_reset_timeout() does not exist)Jani Taskinen2007-09-071-2/+3
* 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-082-21/+2
* fix startup - remove unneeded variablesStanislav Malyshev2007-08-081-7/+2
* initialize valuesStanislav Malyshev2007-08-081-2/+2
* fix TSRM embed startupStanislav Malyshev2007-08-081-21/+9
* - 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
* fix buildAntony Dovgal2007-08-061-1/+1
* - Sync with apache2handlerJani Taskinen2007-08-031-37/+22
* wsJani Taskinen2007-08-031-2/+2
* - ws + sync apache2filter apache_config.c with the one from apache2handlerJani Taskinen2007-08-031-4/+4
* implement separate .htaccess stageStanislav Malyshev2007-08-032-3/+7
* use hardcoded ini like CLIStanislav Malyshev2007-08-021-5/+24
* MFH: - Changed AC_ARG_* options to PHP_ARG_* options.Jani Taskinen2007-07-1119-568/+439
* ECONNABORTED is not a critical error (Andrei Nigmatulin)Dmitry Stogov2007-07-091-0/+4
* MFH: Fix some configure --help textsfoobar2007-07-031-9/+6
* MFHAntony Dovgal2007-06-281-3/+11
* 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
* Fixed bug #41628 (PHP settings leak between Virtual Hosts in Apache 1.3).Scott MacVicar2007-06-181-3/+9
* MFH: add missing open_basedir checks to CGIAntony Dovgal2007-06-041-1/+15
* fix foldingAntony Dovgal2007-06-043-31/+51
* fix testfoobar2007-06-031-2/+4
* MFHfoobar2007-06-032-2/+2
* MFH:- Fixed bug #41576 (misbehaviour when using --without-apxs)foobar2007-06-0314-250/+309
* fix testfoobar2007-06-011-1/+1
* MFH: fix #39330 (apache2handler does not call shutdown actions before apache ...Antony Dovgal2007-06-011-0/+6
* fix test (second try)Antony Dovgal2007-05-301-1/+3
* fix testAntony Dovgal2007-05-301-2/+2
* fix testsAntony Dovgal2007-05-302-51/+51
* 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