mirror of
https://github.com/php/web-php.git
synced 2026-03-24 15:22:19 +01:00
31 lines
932 B
PHP
31 lines
932 B
PHP
<?php
|
|
require_once 'prepend.inc';
|
|
commonHeader("PHP Usage Stats");
|
|
?>
|
|
|
|
<h1>Usage Stats for January 2002</h1>
|
|
|
|
<p>
|
|
PHP: 7,525,142 Domains, 1,079,999 IP Addresses<br>
|
|
Source: <a href="http://www.netcraft.com/Survey/">Netcraft</a><br>
|
|
</p>
|
|
|
|
<p>
|
|
<?php echo print_image("stats/phpstats-200201.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(); ?>
|