Qual phpMyAdmin é compatível com o PHP versão 5.1.6?

1

Terá que instalar o phpMyAdmin em um espaço de servidor que não esteja executando o php 5.2+, portanto não posso usar a versão mais recente do MyAdmin.

A atualização do PHP não é uma opção, infelizmente.

Qual é a versão compatível mais recente?

    
por StarryPlough 29.11.2013 / 17:53

1 resposta

3

Verificando os arquivos Documentation.txt dos downloads do sourceforge , o mais recente que consegui encontrar algo menor que o PHP 5.2.0 é 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.
    
por 29.11.2013 / 18:44

Tags