summaryrefslogtreecommitdiff
path: root/sapi
Commit message (Expand)AuthorAgeFilesLines
* Open STDIN and php://stdin streams with the relevantArnaud Le Blanc2008-11-042-0/+61
* - CleanupMarcus Boerger2008-11-041-1/+1
* - Revert ZEND_BEGIN_ARG_INFO changeFelipe Pena2008-11-0210-0/+54
* - Fixed bug #46382 (Mismatching allocation and deallocation in stresstest.cpp...Felipe Pena2008-10-241-1/+1
* - Added 'static' into ZEND_BEGIN_ARG_INFO_EX macroFelipe Pena2008-10-2410-54/+0
* 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-0/+9
* 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
* - Fix testMarcus Boerger2008-08-301-19/+54
* ignore signal SIGXFSZGeorge Wang2008-08-261-0/+4
* MFB: 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 testJani Taskinen2008-08-141-1/+1
* - Fix testsJani Taskinen2008-08-147-14/+8
* nuke unused varAntony Dovgal2008-08-141-2/+0
* Fixed bug #45779 (regression with shebang lines processing)Dmitry Stogov2008-08-131-17/+0
* [DOC]- Added methods to change/disable --with-config-file-scan-dir=PATH atJani Taskinen2008-08-133-22/+1
* MFB: fix buildNuno Lopes2008-08-071-9/+4
* use PHP_ARG_WITH instead of AC_ARG_WITHGeorge Wang2008-08-071-1/+1
* add CREDITSGeorge Wang2008-08-051-0/+2
* Removed shebang line check from CGI sapi (it is checked by scanner)Dmitry Stogov2008-08-041-57/+25
* oopsJani Taskinen2008-08-031-1/+1
* - Added missing $Id$ tags and nuked c++ commentsJani Taskinen2008-08-032-7/+6
* - Fixed bug #45568 (ISAPI does not property clear auth_digest in header).Jani Taskinen2008-07-311-1/+2
* make it compatible with PHP 6.0 using new php output APIGeorge Wang2008-07-301-3/+15
* fix warningsAntony Dovgal2008-07-251-1/+1
* Allow filters to work on INPUT_SERVER in CLI (bug #44779)Arnaud Le Blanc2008-07-241-5/+21
* invert the logics - FLAG_FCLOSE -> FLAG_NO_FCLOSEAntony Dovgal2008-07-231-4/+0
* - 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
* - MFB: Added arginfoFelipe Pena2008-07-203-31/+173
* - MFB: Added arginfoFelipe Pena2008-07-164-27/+147
* 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-19/+53
* use int for lengthAntony Dovgal2008-07-141-5/+6
* addNuno Lopes2008-07-061-0/+39
* MFBNuno Lopes2008-07-061-0/+3
* updated to the new parameter-parsing api (port from 5.3)Alexey Zakhlestin2008-06-282-55/+62
* Fixed possible buffer overflowDmitry Stogov2008-06-231-3/+7
* fix flushing for PHP6 output codeUwe Schindler2008-06-221-1/+1
* URI should be UTF-8Uwe Schindler2008-06-221-1/+1
* Response to: [PHP-DEV] cleaning up the functions - any volunteers? :)Uwe Schindler2008-06-221-12/+18
* - Removed UEXPECTFFelipe Pena2008-06-131-6/+1