summaryrefslogtreecommitdiff
path: root/main/SAPI.c
Commit message (Expand)AuthorAgeFilesLines
* add sapi_get_target_uid/_gid for obtaining information about theSascha Schumann2003-01-211-0/+20
* whitespaceSascha Schumann2003-01-151-31/+31
* Bump year.Sebastian Bergmann2002-12-311-1/+1
* -php_error -> php_error_docrefMarcus Boerger2002-12-051-2/+2
* add a "force HTTP/1.0 response" facility to the SAPI layerSascha Schumann2002-12-011-0/+9
* Add sapi_get_fd() and implement it for the Apache/thttpd SAPIs.Sascha Schumann2002-11-261-0/+9
* the apache 1.x sapi read_posts tests for SG(read_post_bytes) beingHartmut Holzgraefe2002-11-211-2/+4
* added support functions for the apache_hooks SAPIGeorge Schlossnagle2002-11-181-0/+35
* HTTP_RAW_POST_DATA BC fixesHartmut Holzgraefe2002-11-121-2/+6
* fix for #20198:Hartmut Holzgraefe2002-11-081-1/+5
* removed left-over unused variableHartmut Holzgraefe2002-10-211-2/+0
* removed bogus paranoid header checkingHartmut Holzgraefe2002-10-211-6/+2
* some changes to how request input data (Content-Lenght >0) is handledHartmut Holzgraefe2002-10-211-28/+31
* Added missing charset.Yasuo Ohgaki2002-09-081-0/+1
* WebDAV MKCOL can have post data body, see rfc2518 8.3.1Hartmut Holzgraefe2002-09-071-0/+1
* This 2 lines should have been removed when the header() code was rewritten.Stefan Esser2002-09-041-2/+0
* do not check for POST twiceChristian Stocker2002-08-221-1/+0
* @ - Added php.ini option "allow_webdav_methods" to allow handling ofChristian Stocker2002-08-221-2/+10
* -keep mimetype until sapi deactivationMarcus Boerger2002-08-051-12/+12
* Yup, sizeof() includes the space for the \0Rasmus Lerdorf2002-08-031-1/+1
* made sapi_register_treat_data() to support multibyte input encoding translati...Rui Hirokawa2002-08-021-0/+7
* Fixed wrong usage of strncmp.Stefan Roehrich2002-08-011-4/+4
* - free mimetype and statusline early if no longer needed or in deactivationMarcus Boerger2002-08-011-11/+13
* Need room for the \0 here to avoid an overflowRasmus Lerdorf2002-08-011-1/+1
* -problem with CLI/mbstring/output bufferingMarcus Boerger2002-07-311-8/+14
* Commit patch as discussed on LinuxTag and posted to php-dev in June.Stefan Roehrich2002-07-281-0/+34
* fixed: output encoding translation by mb_output_handler() in ext/mbstring was...Rui Hirokawa2002-07-271-0/+7
* - Fixed bug: #18268. If pcre is build as shared extension, we can't usefoobar2002-07-131-9/+10
* fix typoSascha Schumann2002-07-031-1/+1
* Add sapi_header_op interface which supersedes the sapi_add_header and _exSascha Schumann2002-07-031-21/+67
* - Added a new parameter to the header() function which overrides the HTTPDerick Rethans2002-06-211-5/+8
* fix: appending the default charset to text/ content types never workedStefan Esser2002-06-181-6/+3
* keep fingers away from already freed memory.Stefan Esser2002-06-181-2/+2
* Patch by Michael Sisolak <msisolak@yahoo.com> to make header() honor theSander Roobol2002-06-181-0/+18
* fix for bug #14776Stefan Esser2002-01-141-0/+1
* fixed: fix for my broken patch.Stefan Esser2001-12-161-6/+5
* whitespace.Stefan Esser2001-12-161-2/+6
* fixed: WWW-Authenticate -> header_line got only freed when safe_mode was activStefan Esser2001-12-161-3/+2
* fixed: bufferoverflow in sapi_add_header_ex triggerable by header("WWW-Authen...Stefan Esser2001-12-161-0/+1
* Update headers.Sebastian Bergmann2001-12-111-2/+2
* Added missing CVS Id tag.foobar2001-11-241-0/+2
* Let's suppress this warning if always_populate is enabledRasmus Lerdorf2001-10-241-1/+2
* Ok, now actually make it work - maybe...Rasmus Lerdorf2001-10-231-1/+14
* @- $HTTP_RAW_POST_DATA was not populated on a missing content-type even whenRasmus Lerdorf2001-10-231-1/+1
* Check if PCRE support is compiled in and only use the pcre functions ifRasmus Lerdorf2001-10-211-3/+21
* # Butt-ugly looking code here, but I need regular expressions to do this.Rasmus Lerdorf2001-10-201-0/+57
* - Don't wrap lines... this is annoying while coding.Derick Rethans2001-09-091-2/+2
* Cleanup.foobar2001-09-071-4/+0
* First step for chunkifying the HTTP uploads.foobar2001-09-031-3/+8
* fix SAPI_POST_* exportsDaniel Beulshausen2001-08-151-1/+1