summaryrefslogtreecommitdiff
path: root/sapi/cgi/cgi_main.c
Commit message (Expand)AuthorAgeFilesLines
* 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-181-0/+18
* 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-101-13/+255
* - 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
* This is much better. With FORCE_CGI_REDIRECT turned on by default for compil...Shane Caraveo2002-03-011-7/+14
* fix force redirect crash under multithreaded compileShane Caraveo2002-03-011-8/+22
* - Make the errorcode 255. (Doing docs right away)Derick Rethans2002-02-151-2/+2
* - Let php_execute_script return 0 on failure and 1 on sucess, and changeDerick Rethans2002-02-141-1/+5
* Remove obsolete CG(extended_info) = 0 calls, we already do this in zend_set_d...Sebastian Bergmann2002-02-021-1/+0
* Fixed bug #9041 and others in the same class (patch by pete.lee@ubs.com)Edin Kadribasic2002-01-201-1/+3
* reimplement extension listingShane Caraveo2002-01-181-2/+7
* Update headers.Sebastian Bergmann2001-12-111-2/+2
* @- Added -w option to the cgi-version. This will remove all comments andThies C. Arntzen2001-12-081-1/+14
* fixed output problem with output buffering handler.Rui Hirokawa2001-11-111-0/+1
* Convert PATH_TRANSLATED for RISC OSAlex Waugh2001-11-041-0/+9
* Undo Z_ subst for sapi and ext/yazJeroen van Wolffelaar2001-09-271-1/+1
* Back-substitute for Z_* macro's. If it breaks some extension (the script isn'...Jeroen van Wolffelaar2001-09-251-1/+1
* - Don't wrap lines... this is annoying while coding.Derick Rethans2001-09-091-2/+2
* Revert an old bogus patchZeev Suraski2001-08-141-7/+9
* Use zend_first_tryZeev Suraski2001-08-081-1/+1
* some more eliminate-fetches-or-escalate-them-at-leastSascha Schumann2001-08-051-5/+5
* more tsrm cleanupSascha Schumann2001-08-051-8/+8
* delay module_shutdown even further. zend_try and _catch need the currentThies C. Arntzen2001-08-051-1/+2
* module_shutdown() calls ts_free_thread in ZTS mode. so SG() cannot be accessedThies C. Arntzen2001-08-051-1/+2