* libraries/defines*:

- Add another set of defines to make the original
  version datas available as strings.
This commit is contained in:
Robin Johnson
2002-08-03 07:16:35 +00:00
parent b509c927b3
commit eb02389078
3 changed files with 11 additions and 0 deletions

View File

@@ -32,6 +32,7 @@ if (!defined('PMA_PHP_INT_VERSION')) {
} else {
define('PMA_PHP_INT_VERSION', 0);
}
define('PMA_PHP_STR_VERSION', phpversion());
}
// Whether the os php is running on is windows or not