summaryrefslogtreecommitdiff
path: root/sapi/cgi/cgi_main.c
Commit message (Expand)AuthorAgeFilesLines
* Nuke the php_header() call here. Fixes the rest of #14409.foobar2003-05-261-4/+1
* http://bugs.php.net/bug.php?id=14409Shane Caraveo2003-05-251-1/+1
* http://bugs.php.net/bug.php?id=23800Shane Caraveo2003-05-251-1/+1
* Revert PHP part of the fd patchZeev Suraski2003-05-211-1/+1
* MFHShane Caraveo2003-05-191-1/+7
* MFHShane Caraveo2003-05-191-25/+25
* MFH(r-1.225): fixed bug #23669Moriyoshi Koizumi2003-05-171-1/+1
* protect against further surprises by initializing all zend_file_handle'sSascha Schumann2003-05-171-1/+1
* Added missing bracket.foobar2003-05-151-1/+1
* MFHMoriyoshi Koizumi2003-03-291-1/+3
* MFH(r-1.223): CS & WS fixesMoriyoshi Koizumi2003-03-291-37/+54
* MFH(r-1.222): do the right fix..Moriyoshi Koizumi2003-03-281-9/+8
* MFH(r-1.221): fixed bug #22773Moriyoshi Koizumi2003-03-281-2/+2
* MFHShane Caraveo2003-03-271-1/+3
* fix using stdin. This was already fixed in php5.Shane Caraveo2003-03-101-1/+1
* MFHfoobar2003-03-101-0/+1
* Option -b needs an argument. This fixes #22229.Edin Kadribasic2003-02-151-1/+1
* Added missing $Id$ tagfoobar2003-02-141-0/+1
* MFHfoobar2003-02-131-2/+2
* MFHShane Caraveo2003-02-131-29/+44
* MFHShane Caraveo2003-01-251-175/+207
* MFHIlia Alshanetsky2003-01-081-0/+7
* MFH: Bump year.Sebastian Bergmann2002-12-311-2/+2
* mfh (bug #21177)George Schlossnagle2002-12-251-0/+7
* MFHStefan Esser2002-12-241-1/+1
* MFHShane Caraveo2002-12-021-2/+7
* MFHShane Caraveo2002-12-011-130/+335
* MFH: Avoid possible buffer overflow.Edin Kadribasic2002-11-221-2/+9
* Don't send default http status (200) (Thanks to Sascha Schumann for idea).Edin Kadribasic2002-11-221-7/+10
* MFH: Fixed bug #19207 by adding cgi.rfc2616_headers config directive.Edin Kadribasic2002-11-221-2/+17
* MFHAndrei Zmievski2002-11-151-7/+4
* MFHAndrei Zmievski2002-11-141-5/+46
* Implemented -n switch to skip parsing ini at startup as suggested by Wez.Marcus Boerger2002-11-121-1/+16
* reverting accidential commitHartmut Holzgraefe2002-11-121-7/+3
* *** empty log message ***Hartmut Holzgraefe2002-11-121-3/+7
* Fixed bug #20035. ZE now allows us to pass the current line position byIlia Alshanetsky2002-11-051-1/+1
* - Fix buildDerick Rethans2002-10-251-2/+2
* - alphabetcial output for php -h (cgi)Jan Lehnardt2002-10-251-12/+14
* centralize #include "build-defs.h" and drop (sometimes inconsistent) otherSascha Schumann2002-10-241-2/+0
* make fastcgi usage threadsafe, ready for future multithreaded fastcgi impleme...Shane Caraveo2002-10-131-89/+158
* We leak quite a few things intentionally, if you want to debug it - enableZeev Suraski2002-09-231-1/+1
* another startup initialization fix - only ISAPI and CGI SAPI's tested,Zeev Suraski2002-09-181-2/+11
* Fix headers when default content type is used.Marcus Boerger2002-09-041-3/+3
* Debug functions should only work in debug mode.Edin Kadribasic2002-08-191-1/+1
* dump memory leaks on shutdownHarald Radi2002-08-071-0/+4
* Generate content-type header, if the user did not specify one of its own.Sascha Schumann2002-07-041-0/+10
* Add CRLF after complete HTTP reply headerSascha Schumann2002-07-031-0/+1
* Use "Status: %d" instead of "HTTP/1.0 %d X" in the CGI SAPI moduleSascha Schumann2002-07-031-6/+18
* - Revert WS changesAndi Gutmans2002-06-221-2/+0
* - This shouldn't have snuck in.Andi Gutmans2002-06-221-1/+0