Php – Which phpMyAdmin is compatible with PHP version 5.1.6

PHP

Have to install phpMyAdmin on a serverspace that is not running php 5.2+ therefore I cannot use the latest release of MyAdmin.

Updating PHP is not an option unfortunately.

Which is the most recent compatible version?

Best Answer

Checking the Documentation.txt files from the downloads from sourceforge the latest I was able to find that supports something lower than PHP 5.2.0 is 2.11.11.3.

phpMyAdmin 2.11.11.3 Documentation

  * phpMyAdmin homepage
  * SourceForge phpMyAdmin project page
  * Official phpMyAdmin wiki
  * Local documents:
      + Version history: ChangeLog
      + General notes: README
      + License: LICENSE
  * Documentation version: $Id$

Requirements

  * PHP
      + You need PHP 4.2.0 or newer, with session support (see FAQ 1.31)
      + You need GD2 support in PHP to display inline thumbnails of JPEGs
        ("image/jpeg: inline") with their original aspect ratio
      + You need PHP 4.3.0 or newer to use the "text/plain: external"
        MIME-based transformation
      + When using the "cookie" authentication method, the mcrypt extension is
        strongly suggested for most users and is required for 64?bit machines.
        Not using mcrypt will cause phpMyAdmin to load pages significantly
        slower.
  * MySQL 3.23.32 or newer (details);
  * Web browser with cookies enabled.