summaryrefslogtreecommitdiff
path: root/sapi
Commit message (Expand)AuthorAgeFilesLines
* Updated to new TSRM macrosAlex Waugh2002-02-171-35/+20
* - Make the errorcode 255. (Doing docs right away)Derick Rethans2002-02-152-4/+4
* - Let php_execute_script return 0 on failure and 1 on sucess, and changeDerick Rethans2002-02-143-3/+11
* Turned implicit_flush on.Edin Kadribasic2002-02-141-5/+4
* Added README file for CLI SAPI.Edin Kadribasic2002-02-141-0/+15
* Fugbix typo.Sebastian Bergmann2002-02-111-1/+1
* now needs getoptShane Caraveo2002-02-022-0/+187
* an update to stresstestShane Caraveo2002-02-022-37/+128
* Remove obsolete CG(extended_info) = 0 calls, we already do this in zend_set_d...Sebastian Bergmann2002-02-024-5/+1
* A fix for the bug number 13231 & 11699.Yasuo Ohgaki2002-01-311-3/+3
* Enable extensions to specify that they are not supposed to beEdin Kadribasic2002-01-301-1/+0
* Fugbix typo. Update path to /lib/optional.Sebastian Bergmann2002-01-301-5/+5
* Add a note that this statement will never be reached.Jon Parise2002-01-272-2/+2
* adjust to ap_get_brigade() API changeDoug MacEachern2002-01-251-1/+1
* Added --disable-cli option.Edin Kadribasic2002-01-241-3/+18
* Give Edin Kadribasic his due credits.Sebastian Bergmann2002-01-231-3/+3
* No need to dupe this string in cli sapi (Bug #15181).Edin Kadribasic2002-01-231-1/+1
* Fixed bug #9041 and others in the same class (patch by pete.lee@ubs.com)Edin Kadribasic2002-01-201-1/+3
* adjust to ap_get_brigade and input filter api changesDoug MacEachern2002-01-201-3/+3
* Modified the build system to make certain extensions (pcntl, ncurses,Edin Kadribasic2002-01-201-1/+2
* Merged patch from sapi/cgi.Edin Kadribasic2002-01-191-2/+7
* reimplement extension listingShane Caraveo2002-01-181-2/+7
* Fixed build in the directory other than $top_srcdir.Edin Kadribasic2002-01-131-4/+4
* This should fix cli build when running 'make install' directly.Edin Kadribasic2002-01-131-2/+2
* Fixed CLI build when the main SAPI is built as a shered library.Edin Kadribasic2002-01-121-0/+3
* Modified the build system to always build CLI SAPI.Edin Kadribasic2002-01-122-19/+28
* @- Added CLI (command line intrerface) sapi based on a cut-down versionEdin Kadribasic2002-01-066-0/+830
* 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