1
0
mirror of https://github.com/php/web-php.git synced 2026-03-24 15:22:19 +01:00
Files
archived-web-php/usage.php
Rasmus Lerdorf f3d339da60 New numbers
2002-01-08 20:35:56 +00:00

31 lines
933 B
PHP

<?php
require_once 'prepend.inc';
commonHeader("PHP Usage Stats");
?>
<h1>Usage Stats for December 2001</h1>
<p>
PHP: 7,261,540 Domains, 1,043,328 IP Addresses<br>
Source: <a href="http://www.netcraft.com/Survey/">Netcraft</a><br>
</p>
<p>
<?php echo print_image("stats/phpstats-200112.png", "Graph"); ?>
</p>
<p>
There has been some shakeout in the large-scale shared hosting space
related to the .com crash and combined with some routing issues in
Germany which caused 5-10% of German servers not being able to
respond to the Netcraft queries. This hurt the PHP total domain
numbers a bit in recent months, but they appear to be back up nicely
as of the November and December numbers.
</p>
<p>
You can also see how popular PHP is relative to other Apache modules
at <?php print_link("http://www.securityspace.com/s_survey/", "SecuritySpace's Web Survey"); ?>.
Spoiler: PHP is the most popular.
</p>
<?php commonFooter(); ?>