diff --git a/ChangeLog b/ChangeLog index fd77c32cf1..2a5377d6c3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -6,6 +6,7 @@ $Id$ $HeadURL: https://phpmyadmin.svn.sourceforge.net/svnroot/phpmyadmin/trunk/phpMyAdmin/ChangeLog $ 3.1.6.0 (not yet released) +- bug #2785912 [doc] no ON UPDATE CURRENT_TIMESTAMP in list of attributes 3.1.5.0 (not yet released) - patch #2739001 [export] XML does not allow spaces in element names, diff --git a/Documentation.html b/Documentation.html index f35b1f7788..eba36d586f 100644 --- a/Documentation.html +++ b/Documentation.html @@ -332,8 +332,10 @@ rm -rf config # remove not needed directory
Simply copy ./config.inc.php from your previous installation into the newly - unpacked one. Configuration files from very old versions (2.3.0 or before) may - require some tweaking as some options have been changed or removed. + unpacked one. Configuration files from old versions may + require some tweaking as some options have been changed or removed; in + particular, the definition of $cfg['AttributeTypes'] has changed + so you better remove it from your file and just use the default one. For compatibility with PHP 6, remove a set_magic_quotes_runtime(0); statement that you might find near the end of your configuration file.