| Commit message (Expand) | Author | Age | Files | Lines |
| * | 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 |
| * | httpd-2.0 cvs seems to be busted. I'm getting very strange backtraces | Sascha Schumann | 2001-02-28 | 2 | -2/+2 |
| * | Now it actually loads, but it segfaults upon a request. | Sascha Schumann | 2001-02-28 | 2 | -9/+9 |
| * | Make the module compile again with the latest httpd-2.0 cvs. | Sascha Schumann | 2001-02-28 | 5 | -31/+30 |
| * | - Fix copyright notices with 2001 | Andi Gutmans | 2001-02-26 | 4 | -4/+4 |
| * | Make fprintf's optional | Sascha Schumann | 2001-02-08 | 1 | -8/+14 |
| * | Make Apache 2.0 filter build again | Sascha Schumann | 2001-01-08 | 2 | -3/+2 |
| * | Many patches. I hope I remember them all: | Zeev Suraski | 2001-01-02 | 1 | -4/+4 |
| * | Heads up people! | Zeev Suraski | 2000-12-22 | 1 | -2/+2 |
| * | Add TODO note | Sascha Schumann | 2000-12-11 | 1 | -0/+1 |
| * | 2nd step towards auto-credits | Hartmut Holzgraefe | 2000-11-20 | 1 | -0/+2 |
| * | Update SAPI modules to interface with the new TSRM. | Zeev Suraski | 2000-11-18 | 1 | -1/+1 |
| * | Update README | Sascha Schumann | 2000-11-11 | 5 | -52/+148 |
| * | Add apache_sub_req() | Sascha Schumann | 2000-11-06 | 1 | -4/+54 |
| * | Setting no_cache causes Expires: to be send, which is not what we want. | Sascha Schumann | 2000-11-03 | 1 | -1/+3 |
| * | Const'ify part of sapi_request_info. | Sascha Schumann | 2000-11-02 | 1 | -2/+2 |
| * | Namespace protect dir_cmds and kill some warnings | Sascha Schumann | 2000-11-02 | 3 | -8/+8 |
| * | Restrict php_admin_value to *.conf files. | Sascha Schumann | 2000-11-02 | 1 | -1/+1 |