thomascube
2009-08-27 4b20e2871897ad4a0e9bbb7a7b1b83cbcfa01efb
Don't set php_value error_log in .htaccess by default

3 files modified
12 ■■■■■ changed files
.htaccess 2 ●●● patch | view | raw | blame | history
CHANGELOG 1 ●●●● patch | view | raw | blame | history
INSTALL 9 ●●●●● patch | view | raw | blame | history
.htaccess
@@ -4,7 +4,7 @@
<IfModule mod_php5.c>
php_flag    display_errors    Off
php_flag    log_errors    On
php_value    error_log    logs/errors
# php_value    error_log    logs/errors
php_value    upload_max_filesize    5M
php_value    post_max_size        6M
CHANGELOG
@@ -1,6 +1,7 @@
CHANGELOG RoundCube Webmail
===========================
- Don't set php_value error_log in .htaccess but mention in INSTALL (#1485924)
- Fix too small status/flag/attachment columns in Safari 4 (#1486063)
- Fix selection disabling while dragging splitter in webkit browsers (#1486056)
- Added 'new_messages' plugin hook (#1486005)
INSTALL
@@ -43,6 +43,15 @@
7. Done!
CONFIGURATION HINTS
===================
RoundCube writes internal errors to the 'errors' log file located in the logs
directory which can be configured in config/main.inc.php. If you want ordinary
PHP errors to be logged there as well, enable the 'php_value error_log' line
in the .htaccess file and set the path to the log file accordingly.
DATABASE SETUP
==============