bug #1213761, hint about Hardened PHP

This commit is contained in:
Marc Delisle
2005-06-03 10:20:21 +00:00
parent f9816c93fa
commit 4fcfb9b01c
2 changed files with 10 additions and 0 deletions

View File

@@ -5,6 +5,10 @@ phpMyAdmin - Changelog
$Id$
$Source$
2005-06-01 Marc Delisle <lem9@users.sourceforge.net>
* Documentation.html: bug #1213761, hint about Hardened PHP
and the Missing parameters problem, thanks to Klaus Dorninger
2005-05-31 Marc Delisle <lem9@users.sourceforge.net>
* db_details_structure.php: patch 1209863, XHTML validity,
thanks to Ryan Schmidt

View File

@@ -2887,6 +2887,12 @@ To create a new, empty mimetype please see libraries/transformations/template_ge
<a href="http://bugs.php.net/bug.php?id=31134">
http://bugs.php.net/bug.php?id=31134</a>.
</li>
<li>
If you are using Hardened PHP with the ini directive <tt>varfilter.max_request_variables</tt>
set to the default (200) or another low value, you could get this
error if your table has a high number of columns. Adjust this setting
accordingly. (Thanks to Klaus Dorninger for the hint).
</li>
</ul>
<a name="faqlimitations"></a><br />