summaryrefslogtreecommitdiff
path: root/sapi
Commit message (Expand)AuthorAgeFilesLines
* Fix bug #47042 (cgi sapi is incorrectly removing the SCRIPT_FILENAME for non ...David Soria Parra2009-06-091-1/+2
* MFH:- Fixed bug #48419 (non-portable STDIN fileno in cgi_main.c)Jani Taskinen2009-06-041-2/+5
* fix testAntony Dovgal2009-05-281-4/+0
* MFH: Fix skipifArnaud Le Blanc2009-05-201-1/+1
* Engelsk grammatikkHannes Magnusson2009-04-092-4/+4
* MFH: Fixed bug#47427 (-s outputs, not displays)Hannes Magnusson2009-04-092-4/+4
* - MFH: Fix ZTS buildFelipe Pena2009-04-081-5/+5
* MFH: Fixed bug #47893 (CLI aborts on non blocking stdout)Arnaud Le Blanc2009-04-071-1/+30
* Fix a sigsegv on server shutdown, add missing sapi_shutdown().Uwe Schindler2009-03-201-0/+6
* Fix Bug 47495: Keep header in internal list after add, so headers_list() work...Uwe Schindler2009-02-251-3/+3
* MFH: Fix #47149. Remove check for script_filename = path_translated, as this ...David Soria Parra2009-01-191-2/+1
* MFH: Fixed bug #47042 (PHP cgi sapi is removing SCRIPT_FILENAME for non apache).David Soria Parra2009-01-091-1/+3
* MFH: the #ifdef was never working. If Sun extends its NSAPI to support subreq...Uwe Schindler2009-01-061-8/+0
* MFH: Bump copyright year, 3 of 3.Sebastian Bergmann2008-12-3147-51/+51
* MFH fix #46005Stanislav Malyshev2008-12-182-0/+7
* - wsPierre Joye2008-12-111-28/+28
* MFH: Fixed bug #46782 (fastcgi.c parse error)Matt Wilmas2008-12-071-6/+6
* remove unneeded includes (not needed since NSAPI 3.0, wich is very old). This...Uwe Schindler2008-12-011-6/+0
* MFH: support stat cache of webserver (like apache does)Uwe Schindler2008-11-291-1/+8
* MFH: Some nsapi.h specific ifdefs unified & corrected (same like last commit,...Uwe Schindler2008-11-291-4/+2
* MFH: remove one stat call and replace by cached oneUwe Schindler2008-11-291-6/+3
* Hallo release manager: This patch is not release critical (affects only NSAPI...Uwe Schindler2008-11-291-5/+28
* init SG(server_context) before processing configsStanislav Malyshev2008-11-281-2/+2
* Fixed bug #46366 (bad cwd with / as pathinfo)Dmitry Stogov2008-11-281-0/+3
* MFH: Fixed endless loop in cli when ignore_user_abort is onArnaud Le Blanc2008-11-251-3/+2
* fix php_value application order for ApacheStanislav Malyshev2008-11-242-10/+30
* Potential fix for bug #46525Rasmus Lerdorf2008-11-081-0/+1
* MFH: Open STDIN and php://stdin streams with the relevantArnaud Le Blanc2008-11-042-0/+61
* Fixed bug #46379 (Infinite loop when parsing '#' in one line file)Arnaud Le Blanc2008-11-032-2/+2
* - MFH: Fixed bug #46382 (Mismatching allocation and deallocation in stresstes...Felipe Pena2008-10-241-1/+1
* MFH: Fixed FCGI_GET_VALUES requests (fixes #45522)Arnaud Le Blanc2008-10-213-18/+75
* MFB: Fixed bug #46319 (PHP sets default Content-Type header for HTTP 304Ilia Alshanetsky2008-10-171-2/+10
* Fixed bug #45860 (header() function fails to correctly replace all Status lines)Dmitry Stogov2008-09-022-2/+66
* Fixed bug #42318 (problem with nm on AIX, not finding object files)Dmitry Stogov2008-09-011-1/+5
* Fixed double call to MSHUTDOWN in case of `php-cgi -m`Dmitry Stogov2008-08-151-0/+1
* MFH: fix tests, add missing testJani Taskinen2008-08-141-0/+39
* MFH: fix testsJani Taskinen2008-08-145-12/+6
* MFH: [DOC]- Added methods to change/disable --with-config-file-scan-dir=PATH atJani Taskinen2008-08-133-24/+1
* MFH:- Fixed bug #45568 (ISAPI does not property clear auth_digest in header).Jani Taskinen2008-07-311-1/+2
* MFH: invert the logics - FLAG_FCLOSE -> FLAG_NO_FCLOSEAntony Dovgal2008-07-231-4/+0
* - MFH: Fixed bug #44246 (closedir() accepts a file resource opened by fopen())Felipe Pena2008-07-221-0/+4
* Fixed bug #45151 (Crash with URI/file..php (filename contains 2 dots))Dmitry Stogov2008-07-151-9/+36
* Fixed bug #45423 (fastcgi parent process doesn't invoke php_module_shutdown b...Dmitry Stogov2008-07-152-20/+52
* MFH: Response to: [PHP-DEV] cleaning up the functions - any volunteers? :)Uwe Schindler2008-06-221-11/+17
* Fixed bug #44673 (With CGI argv/argc starts from arguments, not from script)Dmitry Stogov2008-04-091-1/+1
* fix testAntony Dovgal2008-04-071-1/+7
* - Fixed possible stack buffer overflow in FastCGI SAPI. (Andrey Nigmatulin)Dmitry Stogov2008-04-031-1/+4
* Fixed bug #44564 (escapeshellarg removes UTF-8 multi-byte characters)Felipe Pena2008-03-301-0/+16
* MFH:Marcus Boerger2008-03-261-20/+17
* Fix typo (#44381)Felipe Pena2008-03-091-1/+1