| Commit message (Expand) | Author | Age | Files | Lines |
| * | Sync with Apache2 Filter API change. | Sebastian Bergmann | 2002-03-13 | 1 | -2/+2 |
| * | Please welcome the new build system. | Sascha Schumann | 2002-03-07 | 2 | -9/+1 |
| * | Use {NULL, NULL, NULL} to terminate function entry. | Yasuo Ohgaki | 2002-02-28 | 1 | -1/+1 |
| * | Maintain headers. | Sebastian Bergmann | 2002-02-28 | 3 | -3/+3 |
| * | adjust to ap_get_brigade() API change | Doug MacEachern | 2002-01-25 | 1 | -1/+1 |
| * | adjust to ap_get_brigade and input filter api changes | Doug MacEachern | 2002-01-20 | 1 | -3/+3 |
| * | Update headers. | Sebastian Bergmann | 2001-12-11 | 4 | -8/+8 |
| * | apr_table_elts are now const | Doug MacEachern | 2001-12-07 | 1 | -1/+1 |
| * | rename functions to match those supported in the apache 1.3 module: | Doug MacEachern | 2001-12-07 | 1 | -6/+6 |
| * | need to call ap_destroy_sub_req() before RETURN_TRUE in apache_sub_req() | Doug MacEachern | 2001-12-06 | 1 | -1/+1 |
| * | destroy subrequests returned from ap_sub_req_lookup_uri | Doug MacEachern | 2001-12-06 | 1 | -0/+4 |
| * | call to ap_sub_req_lookup_uri() needs to pass ctx->f->next rather than | Doug MacEachern | 2001-12-06 | 1 | -1/+1 |
| * | proto fixes | Hartmut Holzgraefe | 2001-12-05 | 1 | -0/+5 |
| * | Added missing cvs ids and unified configure messages. | foobar | 2001-11-30 | 1 | -1/+3 |
| * | Update to the latest apr api (patch by Clif Woolley) | Sterling Hughes | 2001-11-29 | 1 | -2/+4 |
| * | setup standard CGI variables | Doug MacEachern | 2001-11-13 | 1 | -0/+4 |
| * | * fix module struct in rest of sapi modules | Stig Bakken | 2001-10-12 | 1 | -0/+2 |
| * | Undo Z_ subst for sapi and ext/yaz | Jeroen van Wolffelaar | 2001-09-27 | 1 | -1/+1 |
| * | Back-substitute for Z_* macro's. If it breaks some extension (the script isn'... | Jeroen van Wolffelaar | 2001-09-25 | 1 | -1/+1 |
| * | let apache2 filter build under win32 | Daniel Beulshausen | 2001-09-10 | 2 | -2/+144 |
| * | - Don't wrap lines... this is annoying while coding. | Derick Rethans | 2001-09-09 | 3 | -6/+6 |
| * | add php version component | Doug MacEachern | 2001-08-28 | 1 | -0/+9 |
| * | not all MPMs support child_init, | Doug MacEachern | 2001-08-28 | 1 | -3/+4 |
| * | Add some editor modes (in the rest of the source) | Sterling Hughes | 2001-08-22 | 3 | -0/+26 |
| * | API update | Zeev Suraski | 2001-08-21 | 1 | -2/+2 |
| * | automatically add php input/output filters when give the standard 1.x config: | Doug MacEachern | 2001-08-20 | 1 | -0/+34 |
| * | php_input_filter needs to ignore proxy requests | Doug MacEachern | 2001-08-19 | 1 | -0/+4 |
| * | Pass on proxy requests (fix by Doug MacEachern <dougm@covalent.net>) | Sterling Hughes | 2001-08-19 | 1 | -0/+4 |
| * | Fix warning (Doug MacEachern, dougm@covalent.net) | Sterling Hughes | 2001-08-18 | 1 | -1/+1 |
| * | # f*ck @!e333u49/&§&$T§$&("E""! expandtab, that's it, the default in my | Sterling Hughes | 2001-08-18 | 1 | -2/+2 |
| * | fix crash bug (Doug MacEachern, dougm@covalent.net) | Sterling Hughes | 2001-08-18 | 1 | -0/+3 |
| * | Fix a seg fault in PHP. If a child process is created in the server, | Ryan Bloom | 2001-08-17 | 2 | -3/+3 |
| * | darn noet | Sterling Hughes | 2001-08-16 | 1 | -7/+7 |
| * | Ryan Bloom's fix of my fix. ;) | Sterling Hughes | 2001-08-16 | 1 | -2/+7 |
| * | Fix error logging | Sterling Hughes | 2001-08-16 | 1 | -1/+1 |
| * | killed compile warnings. | foobar | 2001-08-10 | 1 | -2/+0 |
| * | more tsrm cleanup | Sascha Schumann | 2001-08-05 | 1 | -2/+1 |
| * | further tsrm cleanup | Sascha Schumann | 2001-08-05 | 1 | -2/+0 |
| * | Revert whitespace patch. | Sebastian Bergmann | 2001-08-03 | 1 | -19/+19 |
| * | Whitespace fixes. | Sebastian Bergmann | 2001-08-02 | 1 | -19/+19 |
| * | Fix Apache2Filter build. | Sebastian Bergmann | 2001-08-02 | 1 | -2/+1 |
| * | remove duplicate TSRMLS_FETCH() | Sterling Hughes | 2001-07-31 | 1 | -1/+0 |
| * | Redesigned thread safety mechanism - nua nua | Zeev Suraski | 2001-07-28 | 2 | -26/+24 |
| * | - Get rid of ELS_*(), and use TSRMLS_*() instead. | Zeev Suraski | 2001-07-27 | 1 | -7/+7 |
| * | Handle file buckets for now; that allows us to pass something to the | Sascha Schumann | 2001-07-23 | 1 | -50/+22 |
| * | Accomodate an Apache API change | Sascha Schumann | 2001-06-22 | 1 | -1/+1 |
| * | Use EXTRA_LDFLAGS at this point. | Sascha Schumann | 2001-05-23 | 1 | -1/+1 |
| * | Reindent, add link map for AIX, improve diagnostic message, | Sascha Schumann | 2001-05-19 | 1 | -34/+43 |
| * | Accomodate Apache HTTPD 2.0 API change | Sascha Schumann | 2001-04-24 | 1 | -2/+2 |
| * | Renamed the AC_ prefixed macros defined in acinclude.m4 to PHP_* prefixes. | foobar | 2001-03-27 | 1 | -2/+2 |