bug #571409
This commit is contained in:
@@ -5,6 +5,9 @@ phpMyAdmin - Changelog
|
|||||||
$Id$
|
$Id$
|
||||||
$Source$
|
$Source$
|
||||||
|
|
||||||
|
2002-07-05 Alexander M. Turek <rabus@users.sourceforge.net>
|
||||||
|
* header.inc.php3: Tried to fix bug #571409 (Zend Accelerator problems).
|
||||||
|
|
||||||
2002-07-05 Marc Delisle <lem9@users.sourceforge.net>
|
2002-07-05 Marc Delisle <lem9@users.sourceforge.net>
|
||||||
* Documentation.html: about html entities in translations
|
* Documentation.html: about html entities in translations
|
||||||
|
|
||||||
|
@@ -5,8 +5,13 @@
|
|||||||
/**
|
/**
|
||||||
* Gets a core script and starts output buffering work
|
* Gets a core script and starts output buffering work
|
||||||
*/
|
*/
|
||||||
require('./libraries/common.lib.php3');
|
if (function_exists('require_once')) {
|
||||||
require('./libraries/ob.lib.php3');
|
require_once('./libraries/common.lib.php3');
|
||||||
|
require_once('./libraries/ob.lib.php3');
|
||||||
|
} else {
|
||||||
|
require('./libraries/common.lib.php3');
|
||||||
|
require('./libraries/ob.lib.php3');
|
||||||
|
}
|
||||||
if ($GLOBALS['cfg']['OBGzip']) {
|
if ($GLOBALS['cfg']['OBGzip']) {
|
||||||
$GLOBALS['ob_mode'] = PMA_outBufferModeGet();
|
$GLOBALS['ob_mode'] = PMA_outBufferModeGet();
|
||||||
if ($GLOBALS['ob_mode']) {
|
if ($GLOBALS['ob_mode']) {
|
||||||
|
Reference in New Issue
Block a user