no message

This commit is contained in:
Loïc Chapeaux
2001-08-05 11:36:40 +00:00
parent e56bd45311
commit 0a1d013d83

View File

@@ -5,18 +5,25 @@ phpMyAdmin - Changelog
$Id$ $Id$
$Source$ $Source$
2001-08-05 Lo<4C>c Chapeaux <lolo@phpheaven.net>
* lib.inc.php3: create the variable $is_show_processlist so the same
regular expression dont have to be tested three times.
* ob_lib.inc.php3, lines 34-42: 'get_cfg_var' is only a second best
solution (it won't yake into account httpd.conf directives when php is
loaded as an apache module, for example).
2001-08-04 Marc Delisle <lem9@users.sourceforge.net> 2001-08-04 Marc Delisle <lem9@users.sourceforge.net>
* ob_lib.inc.php3, oops: must be PHP3 compatible * ob_lib.inc.php3, oops: must be PHP3 compatible.
* sql.php3: bug 447771 bad counting of entries, patch developed * sql.php3: bug 447771 bad counting of entries, patch developed from an
from an idea of Ignacio Vazquez-Abrams (ivazquezabrams) from an idea of Ignacio Vazquez-Abrams (ivazquezabrams).
* tbl_properties.php3: check if new variables $cfgGZipDump and * tbl_properties.php3: check if new variables $cfgGZipDump and
$cfgBZipDump are set (else PHP3 complains) $cfgBZipDump are set (else PHP3 complains).
* db_details.php3: was not using those 2 new variables * db_details.php3: was not using those 2 new variables.
2001-08-04 Steve Alberty <alberty@neptunlabs.de> 2001-08-04 Steve Alberty <alberty@neptunlabs.de>
* lib.inc.php3: fixed #444017 (thanks anonymous) * lib.inc.php3: fixed #444017 (thanks anonymous).
* db_details.php3, tbl_replace.php3, sql.php3, user_details.php3 * db_details.php3, tbl_replace.php3, sql.php3, user_details.php3
fixed #444542 - replace preg_xxx with ereg (thanks Marc) fixed #444542 - replace preg_xxx with ereg (thanks Marc).
2001-08-04 Lo<4C>c Chapeaux <lolo@phpheaven.net> 2001-08-04 Lo<4C>c Chapeaux <lolo@phpheaven.net>
* config.inc.php3, db_details.php3, Documentation.html, * config.inc.php3, db_details.php3, Documentation.html,