121 Commits (7586cdc65460ff15acc2bfcfcb3bec49239fd296)

Author SHA1 Message Date
Derick Rethans dedf22f5ad - Added Aaron Bannert as maintainer 24 years ago
Aaron Bannert 8e176a10fc Fix a graceful restart SEGV. We no longer only perform initialization 24 years ago
Aaron Bannert b759322411 Fix an elusive and intermittent startup SEGV. The problem was 24 years ago
Marko Karppinen b7e50782b7 Well that didn't last long! (Reverting previous.) 24 years ago
Marko Karppinen 32ff990c68 Prelim. patch to enable apache2filter to link on Darwin. 24 years ago
Sascha Schumann 12ba44827a be a bit more verbose about what is wrong 24 years ago
foobar 492efe963f - Fix for bug: #16791. (more reliable test) 24 years ago
Aaron Bannert b2f9b6fb16 Apache does a full load, unload, load cycle for each DSO module. 24 years ago
Jim Jagielski a6117a874e Typo in error string 24 years ago
Marko Karppinen 42555b189e Refine the OS X support a bit 24 years ago
Marko Karppinen 2cd85ac084 Merged the Mac OS X compile changes from the Apache 1.3 SAPI. 24 years ago
Edin Kadribasic 6c491a5654 Reverting my previous patch. 24 years ago
Edin Kadribasic 8509772d93 Added ..\..\..\php_build\lib\apache2 to libpath and 24 years ago
Aaron Bannert 5ab179e830 Document the new PHPINIDir directive in the apache2filter/README. 24 years ago
Aaron Bannert 3aa8a9b62b This patch implements a new Apache2 directive called PHPINIDir that 24 years ago
Aaron Bannert d11ee7c1ea Fix an intermittent SEGV when an error bubbled up from PHP before our 24 years ago
Aaron Bannert 2e3ce44c80 It makes more sense to do the null-pointer check *before* trying to use it. 24 years ago
foobar b21931e6c3 ws fixes 24 years ago
foobar f81166f34e - Added checks to prevent building the DSO with wrong configure option. 24 years ago
Aaron Bannert bf8bb929ac Fix a typo and a build error detected by the lovely HPUX11 ANSI C compiler. 24 years ago
Aaron Bannert 22fb507325 Fix a problem where php-generated data was pushed down the entire output 24 years ago
Aaron Bannert 27a5b380cf PHP filters and Apache 2 aren't quite a perfect match yet, so we have 24 years ago
Aaron Bannert caf7f3d4d2 Don't depend on the context provided by the filter (f->ctx) anymore. In 24 years ago
Aaron Bannert d19fd6a0ad Return the number of bytes consumed, not the number of bytes left. 24 years ago
Sebastian Bergmann bdc27671cd Update README. 24 years ago
Sebastian Bergmann 38af983c80 Patch by Aaron Bannert <aaron@clove.org> and Cliff Woolley <jwoolley@virginia.edu>. 24 years ago
foobar 6958369295 Let people know this stuff is experimental. 24 years ago
Sterling Hughes 53fdf83f09 eekk -- and ssb thought my macro's were icky :) 24 years ago
Sterling Hughes 11acdb097d fix compile warnings 24 years ago
Sebastian Bergmann b0eb69ecc0 Fix output directory. 24 years ago
Sebastian Bergmann db840b8001 Fix Debug_TS build. 24 years ago
Doug MacEachern eab1211ed1 adjust to recent apr bucket api changes 24 years ago
Sebastian Bergmann 2ff115b01e Add note on which version of Apache 2 this SAPI module is compatible with. 24 years ago
Sebastian Bergmann 118761e11e Sync with Apache2 Filter API change. 24 years ago
Sascha Schumann 9d9d39a0de Please welcome the new build system. 24 years ago
Yasuo Ohgaki 83059ae3de Use {NULL, NULL, NULL} to terminate function entry. 24 years ago
Sebastian Bergmann 90613d2282 Maintain headers. 24 years ago
Doug MacEachern a1b21e0c4c adjust to ap_get_brigade() API change 24 years ago
Doug MacEachern cb0a09808f adjust to ap_get_brigade and input filter api changes 24 years ago
Sebastian Bergmann 38933514e1 Update headers. 24 years ago
Doug MacEachern 1b35f3bcfc apr_table_elts are now const 24 years ago
Doug MacEachern 27018c0ff0 rename functions to match those supported in the apache 1.3 module: 24 years ago
Doug MacEachern 543d76185d need to call ap_destroy_sub_req() before RETURN_TRUE in apache_sub_req() 24 years ago
Doug MacEachern 52b711521f destroy subrequests returned from ap_sub_req_lookup_uri 24 years ago
Doug MacEachern 6adebbf162 call to ap_sub_req_lookup_uri() needs to pass ctx->f->next rather than 24 years ago
Hartmut Holzgraefe 2c93a6ac2d proto fixes 24 years ago
foobar f43b57190c Added missing cvs ids and unified configure messages. 25 years ago
Sterling Hughes d30044c969 Update to the latest apr api (patch by Clif Woolley) 25 years ago
Doug MacEachern 898099adba setup standard CGI variables 25 years ago
Stig Bakken 0cee8df65e * fix module struct in rest of sapi modules 25 years ago