summaryrefslogtreecommitdiff
path: root/sapi/cgi
Commit message (Expand)AuthorAgeFilesLines
* 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
* - Revert WS changesAndi Gutmans2002-06-221-2/+0
* - This shouldn't have snuck in.Andi Gutmans2002-06-221-1/+0
* - Stop using persist_alloc().Andi Gutmans2002-06-221-6/+20
* Merge from cli.Edin Kadribasic2002-05-261-5/+2
* Added copyright notice to php -v output.Edin Kadribasic2002-05-111-1/+1
* Revert to the old php_ini.c, and reimplement the binary-path searching.Zeev Suraski2002-05-111-0/+2
* - Prefix the first version line with 'PHP' so it's easier to use shell tools toMarkus Fischer2002-05-101-1/+1
* - This affects both CGI and CLI sapi:Markus Fischer2002-05-101-2/+1
* Backed out preceding change.Preston L. Bannister2002-05-091-8/+0
* Detect when running under IIS and default force_redirect to zero. This This ...Preston L. Bannister2002-05-091-0/+8
* Revert the last patches.foobar2002-05-091-739/+731
* Detect when running under IIS and not require explicit setting of force_redir...Preston L. Bannister2002-05-091-731/+739
* Added the current SAPI to the output of php -vSander Roobol2002-05-091-1/+1
* Fixed some minor typosSander Roobol2002-05-021-3/+3
* Fix build.Sebastian Bergmann2002-05-021-2/+2
* updated cgi warning notice.James Cox2002-05-021-0/+2
* CGI/CLI take file and dir for -c option by this.Yasuo Ohgaki2002-04-121-15/+15
* fix quotingWez Furlong2002-04-021-1/+1
* just did...James Cox2002-04-021-1/+0
* updated the alert sent to the browser. removed the verbosity, and linked to m...James Cox2002-04-021-14/+6
* add security impersonation feature for running under IIS securityShane Caraveo2002-03-183-9/+171
* fix closing pipesShane Caraveo2002-03-171-14/+37
* Fix warning, hope this is okay.Sebastian Bergmann2002-03-111-1/+0
* woohoo, take some credit!Shane Caraveo2002-03-101-0/+2
* children should be zero by default, enable by setting PHP_FCGI_CHILDREN env var.Shane Caraveo2002-03-101-1/+1
* combine fastcgi capability with regular cgi binaryShane Caraveo2002-03-1016-13/+8253
* Please welcome the new build system.Sascha Schumann2002-03-072-9/+1
* - Put them back (and do it right)Derick Rethans2002-03-061-0/+6
* - Remove unused variablesDerick Rethans2002-03-061-2/+0
* add comment for IIS usersShane Caraveo2002-03-011-14/+15