diff --git a/scripts/setup.php b/scripts/setup.php index 97d39b7ca..94372040e 100644 --- a/scripts/setup.php +++ b/scripts/setup.php @@ -1939,10 +1939,6 @@ switch ($action) { case '': message('notice', 'You want to configure phpMyAdmin using web interface. Please note that this only allows basic setup, please read documentation to see full description of all configuration directives.', 'Welcome'); - if ($PMA_Config_Setup->get('PMA_PHP_INT_VERSION') < 40100) { - message('warning', 'Please upgrade to PHP 4.1.0, it is required for phpMyAdmin.', 'Too old PHP'); - } - if ($fail_dir) { message('warning', 'Please create web server writable folder config in phpMyAdmin toplevel directory as described in documentation. Otherwise you will be only able to download or display it.', 'Can not load or save configuration'); }