|
|
|
|
|
|
Thursday, July 29th, 2010
Latest Version Checker Script |
|
|
|
|
|
. : : Latest Version Checker Script |
|
|
This script collects information about the currently installed versions of Apache, PHP, Zend Optimizer, MySQL and phpMyAdmin and compairs them to the latest stable releases of each of the programs, and notifys you with a highlighted row if one of the versions isn't up to date.
 |
Explanations:
cache.php - Caches fetched information, for quicker results, and less drag on the source.
gpl.txt - A copy of the General Public License.
readme.txt - A quick readme file.
SQL.sql - The SQL table.
version.php - The script page. Include it in the page you want versions table, then call its functions.
|
EXAMPLE: (Not current, just an example of the format)
<?
include ("version.php");
?>
|
Installed Version |
Latest Version |
| Apache |
2.0.53 |
2.0.55 |
| PHP |
5.0.5 |
5.0.5 |
| Zend Optimizer |
2.6.0 |
2.6.0 |
| MySQL |
5.0.13 |
5.0.15 |
| phpMyAdmin |
2.6.4-pl4 |
2.6.4-pl4 |
-- DOWNLOAD -- 974 Downloads To Date
LASTEST 5 UPDATES: [Show All 6 Updates]
May 4, 2006
Updated to work with new community release of MySQL.
April 24, 2006
Updated to work with new alpha release of MySQL.
March 11, 2006
Updated to work with latest phpMyAdmin version.
February 19, 2006
Updated and fixed a couple bugs.
January 18, 2006
Updated to work with MySQL's new website changes, and updated to my latest version of the Cache script.
disclaimer:
the comments posted throughout my site are submitted by other users.
the things said are not endorsed by me, and do not represent my opinion.
|
|
|
|
|
|
|
|
|