summaryrefslogtreecommitdiff
path: root/sapi/apache2filter
Commit message (Expand)AuthorAgeFilesLines
* POST handler for my ubercool new Apache 2.0 function ap_get_req_body.Sascha Schumann2000-10-272-3/+20
* use puts instead of fprintf in log handler. no need for a format string.Sascha Schumann2000-10-271-1/+1
* Some information about this handlerSascha Schumann2000-10-271-0/+57
* Looks like transient buckets are limited to 4096 bytes, so split up writes.Sascha Schumann2000-10-271-3/+10
* Add log message sapi handler.Sascha Schumann2000-10-271-6/+23
* Apache 2.0 does some funky internal caching which works for staticSascha Schumann2000-10-271-1/+8
* spelingSascha Schumann2000-10-271-1/+1
* Add some commentsSascha Schumann2000-10-271-5/+31
* Leave initializing of auth_(user|password) to php_handle_auth_data().Sascha Schumann2000-10-271-2/+1
* Handle cookies and make use of php_handle_auth_data.Sascha Schumann2000-10-271-1/+9
* Handle special queries.Sascha Schumann2000-10-262-11/+17
* An Apache 2.0 Filter for PHP, completely from scratch.Sascha Schumann2000-10-267-0/+520