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 & correctedUwe Schindler2008-11-291-4/+2
* MFH: remove one stat call and replace by cached oneUwe Schindler2008-11-291-6/+3
* MFH:Uwe Schindler2008-11-291-29/+94
* MFB: init server context before config variables are processedStanislav Malyshev2008-11-291-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
* MFB: fix php_value application order for ApacheStanislav Malyshev2008-11-242-10/+30
* new parameter-parsing apiAlexey Zakhlestin2008-11-181-170/+145
* - MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macroFelipe Pena2008-11-177-51/+0
* Updated header_handler in apache2filter and apache_hooksArnaud Le Blanc2008-11-132-44/+78
* Added header_remove() (chsc at peytz dotdk, Arnaud)Arnaud Le Blanc2008-11-134-52/+242
* Fix for bug #46525Rasmus Lerdorf2008-11-081-0/+1
* new parameter-parsing APIAlexey Zakhlestin2008-11-071-52/+44
* Open STDIN and php://stdin streams with the relevantArnaud Le Blanc2008-11-042-0/+61
* - Revert ZEND_BEGIN_ARG_INFO changeFelipe Pena2008-11-027-0/+51
* - MFH: Fixed bug #46382 (Mismatching allocation and deallocation in stresstes...Felipe Pena2008-10-241-1/+1
* - MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macroFelipe Pena2008-10-247-51/+0
* MFH: Fixed FCGI_GET_VALUES requests (fixes #45522)Arnaud Le Blanc2008-10-213-18/+75
* Fixed bug #46319 (PHP sets default Content-Type header for HTTP 304 responseIlia Alshanetsky2008-10-171-0/+9
* MFH: use getenvRob Richards2008-09-301-1/+1
* *** empty log message ***George Wang2008-09-211-2/+1
* disable core dump by defaultGeorge Wang2008-09-211-1/+12
* 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
* - MFH Fix testMarcus Boerger2008-08-301-0/+10
* ignore signal SIGXFSZGeorge Wang2008-08-262-7/+10
* switch to the new parameter-parse APIAlexey Zakhlestin2008-08-261-53/+43
* Remove stray folding tag hereRasmus Lerdorf2008-08-261-1/+1
* Fixed bug #45786 (FastCGI process exited unexpectedly)Dmitry Stogov2008-08-263-8/+12
* Fix for bug #45786 (FastCGI process exited unexpectedly)Dmitry Stogov2008-08-183-16/+19
* Fixed double call to MSHUTDOWN in case of `php-cgi -m`Dmitry Stogov2008-08-151-0/+1
* fix testsJani Taskinen2008-08-147-14/+8
* MFH: nuke unused varAntony Dovgal2008-08-141-2/+0
* MFHJani Taskinen2008-08-133-24/+1
* Fixed bug #45779 (regression with shebang lines processing)Dmitry Stogov2008-08-121-17/+0
* fix this, so that I can build php without litespeed..Nuno Lopes2008-08-071-9/+4
* use PHP_ARG_WITH instead of AC_ARG_WITHGeorge Wang2008-08-071-1/+1
* added litespeed SAPIGeorge Wang2008-08-058-0/+3905
* Removed shebang line check from CGI sapi (it is checked by scanner)Dmitry Stogov2008-08-041-57/+25
* MFH: nuketh C++ commentsJani Taskinen2008-08-031-5/+5
* MFH:- Fixed bug #45568 (ISAPI does not property clear auth_digest in header).Jani Taskinen2008-07-311-1/+2
* fix warningsAntony Dovgal2008-07-251-1/+1
* MFH: Allow filters to work on INPUT_SERVER in CLI (bug #44779)Arnaud Le Blanc2008-07-241-5/+21
* 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 chdir() into requested file directory inconsistenciesDmitry Stogov2008-07-211-9/+0
* - Added arginfoFelipe Pena2008-07-203-31/+173
* Fix compile error due to the removal of fteller on streams.Scott MacVicar2008-07-182-16/+13