193 Commits (f7dbd9d909fc496cf632d5ae77023336431f683c)

Author SHA1 Message Date
Ilia Alshanetsky f7d72d178d Fixed bug #23232 (safe_mode does not honor PHP_AUTH_* in apache2) 23 years ago
Stanislav Malyshev 2849872f19 make Apache define SG(request_info).path_translted, like Apache 1 did. 23 years ago
Sterling Hughes 3f700e58ab update php module name to php5, not php4. 23 years ago
Edin Kadribasic 14a56343c8 MFB: Disable building of apache2filter (obsoleted by handler). 23 years ago
foobar 96c02a1251 - This is not supposed to be 'pretty' name. (ref. bug #22853) 23 years ago
foobar f10d00b374 - Changed --with-apxs2 for apache2handler. 23 years ago
foobar 45964cb629 - Fix for some unixware compile problem. (comment by Sascha :) 23 years ago
Edin Kadribasic d1feae01d9 Credits update. 23 years ago
Zeev Suraski 80d0fa7aad (possibly) fix Win32 builds of the Apache 2 filter 23 years ago
foobar 6000c7b46c - Fixed bug #22376 (wrong httpd.conf modified when using INSTALL_ROOT) 23 years ago
foobar 35f3f3ecc6 These both are experimental still. (there has been a note in config.m4 23 years ago
Moriyoshi Koizumi 59be236a8e Removed unnecessary code 23 years ago
foobar 591c485045 Fix bug: #22035 (EXTRA_LDFLAGS for AIX not correct) 23 years ago
Ilia Alshanetsky 835e6481e4 Fixed bug #17868 (more then the <!--include--> directive used to include 23 years ago
Ilia Alshanetsky d92a1f4dc1 Fixed win32 build (bug #21506). 23 years ago
foobar 961c9856ef Fixed bug: #21698, httpd.conf not modified with "make install" 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 24 years ago
Anantha Kesari H Y c1498d7a15 Modifications for NetWare. 24 years ago
Sebastian Bergmann 2c5d4b8c23 Bump year. 24 years ago
Ilia Alshanetsky 87e598e835 Changed ifdef to if. 24 years ago
Ilia Alshanetsky 6f6bc82de7 Fixed bug #21045 (Apache 2 SAPI now supports the mod_php_memory_usage 24 years ago
Ilia Alshanetsky 648dd88b42 Added apache_get_version() & apache_get_modules() to Apache 1.X & Apache 24 years ago
Ilia Alshanetsky 572394db74 Added MINFO() to Apache 2, which displays the Apache version & all of the 24 years ago
Ilia Alshanetsky 967d64ade5 Fixed bug #17098 (make Apache aware that PHP scripts represent dynamic data 24 years ago
Moriyoshi Koizumi 9dc6f0c5f2 Made auth information inaccessible under safe mode as discussed in the list 24 years ago
Moriyoshi Koizumi 4456b3274f WS 24 years ago
Moriyoshi Koizumi f4883b916c Added some notes about the brigade bug detection 24 years ago
Moriyoshi Koizumi 978340cfa5 An intuitive attempt to hunt the bug. 24 years ago
Ilia Alshanetsky 04a16f914c Replaced deprecated APR_BRIGADE_FOREACH macro. 24 years ago
foobar dd53efc196 - Made the STANDARD_SAPI_MODULE_PROPERTIES be what it says it is. 24 years ago
Ilia Alshanetsky b09c1afe0e PHP flags specified in .htaccess can now be turned on by using '1' as well as 24 years ago
Sascha Schumann 3f7081c439 Fix debugging description 24 years ago
Ilia Alshanetsky 4886072b4b Fixed bug #20217. When php_flag & php_value are used, the PHP_INI_PERDIR 24 years ago
James Cox a63d607f08 adding id tags 24 years ago
Sascha Schumann b39ca47d20 syntax highlighting has been added 24 years ago
Sascha Schumann 68bb574637 add missing }}} closure 24 years ago
Sascha Schumann ac4d1a1927 fix obvious copy&paste error 24 years ago
Sascha Schumann d554b8d3ab Maintain appropiate line breaks 24 years ago
Ilia Alshanetsky 5c53cdafcb Fixed a bug that caused the values of options/flags set via 24 years ago
Ilia Alshanetsky f7b15b0611 Added support for 'engine Off' directive 24 years ago
Ilia Alshanetsky 8361687a4a Fixed a bug with .phps handler. 24 years ago
Ilia Alshanetsky 29be52fbfb A slightly better content-type check. 24 years ago
Ilia Alshanetsky 5f67f05d92 Added a note on how to enable .phps support. 24 years ago
Ilia Alshanetsky 9f2b70d507 Added .phps support to Apache 2. It can be enabled by adding 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
Ilia Alshanetsky 44d42b8e13 Fixed bug #17466 24 years ago
David Reid 8dde690042 Allow this to build on beos with it's bizarre linking. 24 years ago
Ilia Alshanetsky 8a1556b3a1 Fixed bug #17662 24 years ago