summaryrefslogtreecommitdiff
path: root/sapi/apache2filter
Commit message (Expand)AuthorAgeFilesLines
* Redesigned thread safety mechanism - nua nuaZeev Suraski2001-07-282-26/+24
* - Get rid of ELS_*(), and use TSRMLS_*() instead.Zeev Suraski2001-07-271-7/+7
* Handle file buckets for now; that allows us to pass something to theSascha Schumann2001-07-231-50/+22
* Accomodate an Apache API changeSascha Schumann2001-06-221-1/+1
* Use EXTRA_LDFLAGS at this point.Sascha Schumann2001-05-231-1/+1
* Reindent, add link map for AIX, improve diagnostic message,Sascha Schumann2001-05-191-34/+43
* Accomodate Apache HTTPD 2.0 API changeSascha Schumann2001-04-241-2/+2
* Renamed the AC_ prefixed macros defined in acinclude.m4 to PHP_* prefixes.foobar2001-03-271-2/+2
* httpd-2.0 cvs seems to be busted. I'm getting very strange backtracesSascha Schumann2001-02-282-2/+2
* Now it actually loads, but it segfaults upon a request.Sascha Schumann2001-02-282-9/+9
* Make the module compile again with the latest httpd-2.0 cvs.Sascha Schumann2001-02-285-31/+30
* - Fix copyright notices with 2001Andi Gutmans2001-02-264-4/+4
* Make fprintf's optionalSascha Schumann2001-02-081-8/+14
* Make Apache 2.0 filter build againSascha Schumann2001-01-082-3/+2
* Many patches. I hope I remember them all:Zeev Suraski2001-01-021-4/+4
* Heads up people!Zeev Suraski2000-12-221-2/+2
* Add TODO noteSascha Schumann2000-12-111-0/+1
* 2nd step towards auto-creditsHartmut Holzgraefe2000-11-201-0/+2
* Update SAPI modules to interface with the new TSRM.Zeev Suraski2000-11-181-1/+1
* Update READMESascha Schumann2000-11-115-52/+148
* Add apache_sub_req()Sascha Schumann2000-11-061-4/+54
* Setting no_cache causes Expires: to be send, which is not what we want.Sascha Schumann2000-11-031-1/+3
* Const'ify part of sapi_request_info.Sascha Schumann2000-11-021-2/+2
* Namespace protect dir_cmds and kill some warningsSascha Schumann2000-11-023-8/+8
* Restrict php_admin_value to *.conf files.Sascha Schumann2000-11-021-1/+1
* Our context's lifetime differs from the lifetime of a filter's context,Sascha Schumann2000-11-011-1/+1
* Use Input filters for handling POST dataSascha Schumann2000-11-012-7/+13
* POSTs work fineSascha Schumann2000-10-291-1/+0
* Add standard licenseSascha Schumann2000-10-294-0/+74
* Add/unify aborted connection handlingSascha Schumann2000-10-291-12/+2
* New directive AddRequestBodyFiltersSascha Schumann2000-10-291-0/+1
* Handle user abortsSascha Schumann2000-10-291-2/+16
* Add Request Body filters. This is a much nicer concept thanSascha Schumann2000-10-292-24/+58
* Initial steps to move the INI mechanism to the Zend engineZeev Suraski2000-10-291-1/+1
* 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