PHP 4.2.3 warning

This commit is contained in:
Marc Delisle
2002-11-02 10:44:44 +00:00
parent 3a658bba32
commit 118215a0f8
91 changed files with 98 additions and 0 deletions

View File

@@ -595,6 +595,14 @@ if ($server != 0
echo '<p class="warning">' . $strInsecureMySQL . '</p>' . "\n";
}
/**
* Warning for PHP 4.2.3
*/
if (PMA_PHP_INT_VERSION == 40203) {
echo '<p class="warning">' . $strPHP40203 . '</p>' . "\n";
}
/**
* Displays the footer
*/