summaryrefslogtreecommitdiff
path: root/sapi
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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