summaryrefslogtreecommitdiff
path: root/sapi/cgi
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* - Moved CGI specific lines from configure.in to sapi/cgi/config9.m4foobar2002-10-212-78/+118
* make fastcgi usage threadsafe, ready for future multithreaded fastcgi impleme...Shane Caraveo2002-10-133-91/+286
* fixes for unix, untestedShane Caraveo2002-10-131-14/+17
* fix shutdown issuesShane Caraveo2002-10-131-19/+13
* fix invalid handle issue that shutdown php fastcgi prematurlyShane Caraveo2002-10-131-9/+6
* - Removed sapi/fhttpd (this webserver is dead)foobar2002-10-121-44/+10
* ws fixfoobar2002-10-121-3/+3
* Follow Yasuo's suggestion and build sapi program's under the sapi-specificSascha Schumann2002-09-292-3/+8
* 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
* @- Added --disable-all configure option. (Jani)foobar2002-09-041-2/+2
* 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
* The link lines don't need any of $DEFS, $INCLUDES, $EXTRA_INCLUDES orMarko Karppinen2002-08-061-2/+2
* Support compiling and linking against Darwin / Mac OS X frameworksMarko Karppinen2002-08-061-1/+1
* Made PHP_ADD_LIBPATH use the $ld_runpath_switch and changed the DarwinMarko Karppinen2002-07-211-1/+1
* Moved the cgi link line to sapi/cgi/config.m4 and stoppedMarko Karppinen2002-07-041-0/+10
* 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