summaryrefslogtreecommitdiff
path: root/sapi
Commit message (Expand)AuthorAgeFilesLines
* Added log_message function to the FastCGI sapi, so you can see errorBen Mansell2002-01-041-1/+10
* Fix incompatibility with Windows .NET (IIS 6)Zeev Suraski2001-12-221-0/+1
* proto fixHartmut Holzgraefe2001-12-151-1/+1
* Provide access to ini settings.Sascha Schumann2001-12-131-2/+63
* Update headers.Sebastian Bergmann2001-12-1128-56/+56
* Sent proper encodings for gzip/compress files, otherwise IE won'tSascha Schumann2001-12-101-0/+12
* Add a nocache feature: If documents are stored under /nocache/,Sascha Schumann2001-12-101-1/+23
* @- Added -w option to the cgi-version. This will remove all comments andThies C. Arntzen2001-12-081-1/+14
* apr_table_elts are now constDoug MacEachern2001-12-071-1/+1
* rename functions to match those supported in the apache 1.3 module:Doug MacEachern2001-12-071-6/+6
* need to call ap_destroy_sub_req() before RETURN_TRUE in apache_sub_req()Doug MacEachern2001-12-061-1/+1
* destroy subrequests returned from ap_sub_req_lookup_uriDoug MacEachern2001-12-061-0/+4
* call to ap_sub_req_lookup_uri() needs to pass ctx->f->next rather thanDoug MacEachern2001-12-061-1/+1
* proto fixesHartmut Holzgraefe2001-12-051-0/+5
* proto fixHartmut Holzgraefe2001-12-041-1/+1
* Mark sapi/servlet as what it is: experimental.Sebastian Bergmann2001-12-041-0/+5
* Added missing cvs ids and unified configure messages.foobar2001-11-3015-13/+54
* Update to the latest apr api (patch by Clif Woolley)Sterling Hughes2001-11-291-2/+4
* Removing winutil.c from this project. the functions needed are found in php4t...Frank M. Kromann2001-11-271-12/+8
* Fix build if PHP_ENABLE_SEH is not definedZeev Suraski2001-11-251-1/+1
* Fixed bugs: #14034, #11647 (can not find any others)foobar2001-11-191-1/+10
* setup standard CGI variablesDoug MacEachern2001-11-131-0/+4
* fixed output problem with output buffering handler.Rui Hirokawa2001-11-111-0/+1
* Make the win32 fastcgi compilable with the php4ts projects.Shane Caraveo2001-11-102-12/+137
* New SAPI module for the WebJames server on RISC OSAlex Waugh2001-11-056-0/+426
* Convert PATH_TRANSLATED for RISC OSAlex Waugh2001-11-041-0/+9
* ws fixfoobar2001-10-301-8/+8
* Installing into non-existing dir is not very good idea..foobar2001-10-301-1/+2
* Cocoon/lib -> xml-cocoon2/libSebastian Bergmann2001-10-301-3/+4
* Leftover.Sebastian Bergmann2001-10-281-1/+1
* Whitespace changes.Sebastian Bergmann2001-10-282-141/+160
* Refinements.Sebastian Bergmann2001-10-281-4/+3
* More work on the README.Sebastian Bergmann2001-10-281-3/+19
* javac 1.3 could not find reflect.class before. Also use -O flag when compilin...Sebastian Bergmann2001-10-281-12/+12
* Add missing footnotes.Sebastian Bergmann2001-10-281-1/+5
* More work on the sapi/servlet documentation. This is still a work in progress.Sebastian Bergmann2001-10-281-42/+102
* Another fix for Tomcat 4.Sebastian Bergmann2001-10-271-2/+2
* Fix for Tomcat 4.Sebastian Bergmann2001-10-271-33/+32
* Get rid of post_off-hack which was only suitable for POST dataSascha Schumann2001-10-271-12/+13
* Improved handling of postsSascha Schumann2001-10-271-2/+7
* no need to free these it seemsSterling Hughes2001-10-261-2/+0
* This made no sense before. Hide Authorization in getallheaders() butRasmus Lerdorf2001-10-211-1/+1
* * fix module struct in rest of sapi modulesStig Bakken2001-10-126-0/+12
* make it work againThies C. Arntzen2001-10-121-2/+10
* * fix default path in configure help textStig Bakken2001-10-101-1/+1
* - More <br> to <br /> fixesDerick Rethans2001-10-092-2/+2
* Make the information available whether we are using HTTP/1.1Sascha Schumann2001-10-091-0/+7
* - Changed <br> to - in PHP_INFO output.Derick Rethans2001-10-091-2/+2
* typo fix by zoot@zotikos.comSascha Schumann2001-10-021-1/+1
* Add QUERY_STRING, HTTP_HOST, HTTP_ACCEPT_LANGUAGE to the scriptSascha Schumann2001-09-301-0/+12