Add var_export compatibility wrapper from PEAR PHP_Compat to make setup.php work on PHP 4.1 (bug #1513007).

This commit is contained in:
Michal Čihař
2006-06-27 09:19:21 +00:00
parent 250575b854
commit fc446fde5b
4 changed files with 143 additions and 0 deletions

View File

@@ -9,6 +9,9 @@ define( 'PMA_MINIMUM_COMMON', TRUE );
chdir('..');
require_once('./libraries/common.lib.php');
// var_export for older PHP
require_once('./libraries/compat/var_export.php');
// Grab configuration defaults
$PMA_Config = new PMA_Config();