PMA_MYSQL_CLIENT_API [line 53]
PMA_MYSQL_CLIENT_API = (int)sprintf('%d%02d%02d',$client_api[0],$client_api[1],intval($client_api[2]))
|
|
PMA_PHP_INT_VERSION [line 35]
PMA_PHP_INT_VERSION = (int)sprintf('%d%02d%02d',$match[1],$match[2],$match[3])
|
|
PMA_PHP_STR_VERSION [line 40]
PMA_PHP_STR_VERSION = phpversion()
|
|
DEFINES VARIABLES & CONSTANTS
Overview: PMA_VERSION (string) - phpMyAdmin version string PMA_PHP_INT_VERSION (int) - eg: 30017 instead of 3.0.17 or 40006 instead of 4.0.6RC3 PMA_MYSQL_CLIENT_API (int) - the version number of the MySQL client API which php is built against. PMA_IS_WINDOWS (bool) - mark if phpMyAdmin running on windows server PMA_IS_GD2 (bool) - true is GD2 is present