1
0
mirror of https://github.com/php/web-php.git synced 2026-03-23 23:02:13 +01:00

Updated usage stats for August 2006

This commit is contained in:
Jacques Marneweck
2006-08-15 11:02:41 +00:00
parent 7599f87558
commit 0c19e5fe54
3 changed files with 3 additions and 2 deletions

View File

@@ -105,6 +105,7 @@ $stats = array(
200606 => array(19121935, 1281679),
200606 => array(19508411, 1280099),
200607 => array(18621330, 1289401),
200608 => array(19234766, 1300431),
);
$months = array(1 => "Jan", "Feb", "Mar", "Apr", "May", "Jun",

Binary file not shown.

After

Width:  |  Height:  |  Size: 19 KiB

View File

@@ -5,10 +5,10 @@ include_once $_SERVER['DOCUMENT_ROOT'] . '/include/prepend.inc';
site_header("PHP Usage Stats");
?>
<h1>Usage Stats for July 2006</h1>
<h1>Usage Stats for August 2006</h1>
<p>
PHP: 18,621,330 Domains, 1,289,401 IP Addresses<br>
PHP: 19,234,766 Domains, 1,300,431 IP Addresses<br>
Source: <a href="http://www.netcraft.com/Survey/">Netcraft</a><br />
</p>