17 Commits (8d73dc7bfcbed79abb762f301f8e72deaeaed0b6)

Author SHA1 Message Date
Joe Orton 62121a1840 Fixed regression #31645 - only flush before running the subrequest. 21 years ago
Joe Orton cb6605c1a5 Fixed bug #30446 - virtual() includes files out of sequence, 21 years ago
Joe Orton 1f364c1ee1 - always convert apr_time_t to time_t using apr_time_sec() to be future-proof. 22 years ago
Andi Gutmans 56f8195fe5 - Nuke empty_string. It is a reminanent from the time where RETURN_FALSE() 22 years ago
Andi Gutmans dbeb4158d2 - A belated happy holidays and PHP 5 22 years ago
Ilia Alshanetsky d2564b401e Compiler warning fix (patch by Joe Orton). 23 years ago
foobar d3bde360a7 Use the proper way to get the max requests per child. 23 years ago
James Cox f68c7ff249 updating license information in the headers. 23 years ago
Derick Rethans 7bd188fcf0 - Fix typo 23 years ago
Ilia Alshanetsky 2e0651f378 Added missing initialization, which causes AP2 to crash on startup in ZTS. 23 years ago
Edin Kadribasic 5d381f8f80 MFB and more. Fixed various win32 compilation issues. Also the sapi 23 years ago
Sebastian Bergmann 5ca078779a Eliminate some TSRMLS_FETCH() calls. Tested with Win32 build of SAPI/CGI and SAPI/CLI on Win32. 23 years ago
foobar 96c02a1251 - This is not supposed to be 'pretty' name. (ref. bug #22853) 23 years ago
Ilia Alshanetsky 8c3e16bf09 OnUpdateInt -> OnUpdateLong. 23 years ago
Ilia Alshanetsky 97418f59bd CS Fixes. 23 years ago
Justin Erenkrantz 9729930343 Clean up apache2handler SAPI. 23 years ago
Ian Holsman ec68ed4aee initial checkin of the apache2 SAPI using a handler instead of filters. 23 years ago
Ilia Alshanetsky d92a1f4dc1 Fixed win32 build (bug #21506). 23 years ago
Ilia Alshanetsky c794f2c710 Removed pointless memory allocation checks. 23 years ago
Moriyoshi Koizumi dd9b7f25cf This patch is likely to fix win32 build 23 years ago
Sebastian Bergmann 2c5d4b8c23 Bump year. 23 years ago
Ilia Alshanetsky 648dd88b42 Added apache_get_version() & apache_get_modules() to Apache 1.X & Apache 23 years ago
Ilia Alshanetsky 572394db74 Added MINFO() to Apache 2, which displays the Apache version & all of the 23 years ago
James Cox a63d607f08 adding id tags 24 years ago
Sascha Schumann 68bb574637 add missing }}} closure 24 years ago
Ilia Alshanetsky 01830c0d27 Added missing TSRMLS_DC to php_apache_lookup_uri() 24 years ago
Ilia Alshanetsky ca0aced7c9 Added apache_response_headers(), apache_note(), apache_getenv() and 24 years ago
Zeev Suraski b23adfb43b Fix double initialization 24 years ago
Zeev Suraski 76312b4508 another startup initialization fix - only ISAPI and CGI SAPI's tested, 24 years ago
Cliff Woolley 46eeabccf7 That macro is and always was hopelessly broken, which is why it's 24 years ago
Cliff Woolley 57a4a7ed39 apache 2.0's apache_lookup_uri() was returning an array rather than an 24 years ago
Sebastian Bergmann 5192f6432c Patch by Justin Erenkrantz <jerenkrantz@apache.org>. This should be MFHed. 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
Yasuo Ohgaki 83059ae3de Use {NULL, NULL, NULL} to terminate function entry. 24 years ago
Sebastian Bergmann 90613d2282 Maintain headers. 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
Stig Bakken 0cee8df65e * fix module struct in rest of sapi modules 25 years ago
Derick Rethans 78747bd2df - Don't wrap lines... this is annoying while coding. 25 years ago
Sterling Hughes 766de15694 Add some editor modes (in the rest of the source) 25 years ago
foobar 18c893d0df killed compile warnings. 25 years ago
Zeev Suraski d87cc976e1 Redesigned thread safety mechanism - nua nua 25 years ago
Andi Gutmans eb6ba01d1c - Fix copyright notices with 2001 25 years ago
Sascha Schumann 426d4104ea Make Apache 2.0 filter build again 25 years ago