summaryrefslogtreecommitdiff
path: root/sapi/cgi
Commit message (Expand)AuthorAgeFilesLines
* updating license information in the headers.James Cox2003-06-103-9/+9
* Fix for #23902 by Shane.Edin Kadribasic2003-06-031-1/+1
* CGI SAPI should honour this settingMoriyoshi Koizumi2003-05-301-1/+1
* - MFB: Version output beautificationDerick Rethans2003-05-301-1/+5
* MFB: nuked php_header() call from the sapi_cgi_log_message()foobar2003-05-261-6/+1
* http://bugs.php.net/bug.php?id=14409Shane Caraveo2003-05-261-1/+1
* continuation on bugfix #13757Shane Caraveo2003-05-191-1/+7
* bugfix #13757 - passing query string on command line when run from shellShane Caraveo2003-05-191-25/+25
* Fixed bug #23669Moriyoshi Koizumi2003-05-171-1/+1
* Fixed too optimized partMoriyoshi Koizumi2003-03-291-1/+3
* CS & WS fixesMoriyoshi Koizumi2003-03-291-37/+54
* Do the right fix..Moriyoshi Koizumi2003-03-281-9/+8
* Fixed bug #22773Moriyoshi Koizumi2003-03-281-2/+2
* handle invalid paths passed to us from iisShane Caraveo2003-03-271-1/+3
* Eliminate some TSRMLS_FETCH() calls. Tested with Win32 build of SAPI/CGI and ...Sebastian Bergmann2003-03-251-1/+3
* use the correct flush on deactivateShane Caraveo2003-03-251-6/+21
* For fastcgi env vars, don't magic quote themShane Caraveo2003-03-231-0/+4
* * email address changeStig Bakken2003-03-181-1/+1
* Fix bug whereby a webserver closing stdout from the CGI/FastCGI binaryBen Mansell2003-03-071-0/+1
* C++ -> C commentsBen Mansell2003-03-051-1/+1
* MFB: Fixed bug #22356 (Do not add empty -I flags).foobar2003-02-231-2/+2
* Win32 build improvementsZeev Suraski2003-02-171-1/+1
* prevent possible crash if used in combo with mod_gzipShane Caraveo2003-02-171-2/+2
* - Allow long option namesMarcus Boerger2003-02-163-197/+210
* MFBfoobar2003-02-141-0/+1
* fix non FCGI buildMarcus Boerger2003-02-131-1/+2
* There is *absolutely no* definitive way to know if argv0 is theShane Caraveo2003-02-131-28/+43
* fix bug 21261Shane Caraveo2003-01-251-171/+201
* Fixed bug #21297. The fix also fixes miscalculation of lines numbers by 1Ilia Alshanetsky2003-01-081-0/+7
* Add missing callZeev Suraski2003-01-071-37/+38
* Initialize lineno using the new infrastructureZeev Suraski2003-01-051-1/+1
* Bump year.Sebastian Bergmann2002-12-311-2/+2
* fixed wsGeorge Schlossnagle2002-12-251-7/+7
* fix for 21177George Schlossnagle2002-12-251-0/+7
* fix compile warningStefan Esser2002-12-241-1/+1
* MFB:Edin Kadribasic2002-12-191-3/+3
* Fix make install target on Cygwin, bug #20807Melvyn Sopacua2002-12-091-1/+8
* aparently did not add these on headShane Caraveo2002-12-022-0/+466
* fix use of Alias under apache by defaulting script_name to redirect_urlShane Caraveo2002-12-021-2/+7
* build support for cgi fixes previously commitedShane Caraveo2002-12-011-0/+18
* Fix CGI to match cgi spec.Shane Caraveo2002-12-013-131/+338
* - Made the STANDARD_SAPI_MODULE_PROPERTIES be what it says it is.foobar2002-11-261-3/+0
* configure now supports building the cgi-fcgi moduleShane Caraveo2002-11-268-146/+227
* Avoid possible buffer overflow.Edin Kadribasic2002-11-221-2/+9
* MFB: Don't send default http status (200).Edin Kadribasic2002-11-221-7/+10
* Fixed bug #19207 by adding cgi.rfc2616_headers configuration directive.Edin Kadribasic2002-11-221-2/+17
* Oops.Andrei Zmievski2002-11-151-2/+2
* Fix function prototype.Andrei Zmievski2002-11-151-5/+2
* Sort the modules and extensions before printing them when -m switch is used.Andrei Zmievski2002-11-141-5/+46
* Implemented -n switch to skip parsing ini at startup as suggested by Wez.Marcus Boerger2002-11-121-1/+16