For L�c: Zend Accelerator bug (#571409)
This commit is contained in:
@@ -5,6 +5,9 @@ phpMyAdmin - Changelog
|
|||||||
$Id$
|
$Id$
|
||||||
$Source$
|
$Source$
|
||||||
|
|
||||||
|
2002-08-26 Lo<4C>c Chapeaux <lolo@phpheaven.net>
|
||||||
|
* tbl_indexes.php3: Another fix against the Zend Accelerator bug (#571409).
|
||||||
|
|
||||||
2002-08-26 Alexander M. Turek <rabus@users.sourceforge.net>
|
2002-08-26 Alexander M. Turek <rabus@users.sourceforge.net>
|
||||||
* lang/japanese-*.inc.php3: Updates, thanks again to Yukihiro Kawada.
|
* lang/japanese-*.inc.php3: Updates, thanks again to Yukihiro Kawada.
|
||||||
* lang/german-*.inc.php3: Updates.
|
* lang/german-*.inc.php3: Updates.
|
||||||
|
@@ -5,8 +5,12 @@
|
|||||||
/**
|
/**
|
||||||
* Gets some core libraries
|
* Gets some core libraries
|
||||||
*/
|
*/
|
||||||
require('./libraries/grab_globals.lib.php3');
|
if (!defined('PMA_GRAB_GLOBALS_INCLUDED')) {
|
||||||
require('./libraries/common.lib.php3');
|
include('./libraries/grab_globals.lib.php3');
|
||||||
|
}
|
||||||
|
if (!defined('PMA_COMMON_LIB_INCLUDED')) {
|
||||||
|
include('./libraries/common.lib.php3');
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Reference in New Issue
Block a user