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

Update numbers

This commit is contained in:
Rasmus Lerdorf
2003-11-04 00:52:04 +00:00
parent d73a3975c1
commit 355b674445
3 changed files with 6 additions and 4 deletions

View File

@@ -69,7 +69,9 @@ $stats = array(
200306 => array(12749410, 1317425),
200307 => array(13099524, 1321726),
200308 => array(13375956, 1299371),
200309 => array(13717527, 1310849)
200309 => array(13717527, 1310849),
200310 => array(13969466, 1318240),
200311 => array(14528748, 1328604)
);
$months = array(1 => "Jan", "Feb", "Mar", "Apr", "May", "Jun",

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB

View File

@@ -5,15 +5,15 @@ include_once $_SERVER['DOCUMENT_ROOT'] . '/include/prepend.inc';
site_header("PHP Usage Stats");
?>
<h1>Usage Stats for October 2003</h1>
<h1>Usage Stats for November 2003</h1>
<p>
PHP: 13,969,466 Domains, 1,318,240 IP Addresses<br>
PHP: 14,528,748 Domains, 1,328,604 IP Addresses<br>
Source: <a href="http://www.netcraft.com/Survey/">Netcraft</a><br />
</p>
<p>
<?php echo print_image("stats/phpstats-200310.png", "Graph"); ?>
<?php echo print_image("stats/phpstats-200311.png", "Graph"); ?>
</p>
<p>