mirror of
https://github.com/php/web-php.git
synced 2026-03-30 19:22:17 +02:00
17 lines
753 B
PHP
17 lines
753 B
PHP
<?
|
|
require("shared.inc");
|
|
commonHeader("PHP Usage Stats");
|
|
?>
|
|
June 1999: 493294 Domains, 222304 IP Addresses<br>
|
|
Source: <a href="http://www.netcraft.com">Netcraft</a><br>
|
|
<img src="phpstats-199906.gif"><br clear=left>
|
|
Note: We do not know what caused the sudden surge in the number
|
|
of domains and then the subsequent drop-off. The number of physical
|
|
servers actually running PHP has ben growing steadily as witnessed
|
|
by the steady climb in the number of unique IP's identifying themselves
|
|
as being PHP servers.<P>
|
|
One possible explanation for the domain bubble is that a couple of large ISP's
|
|
switched from running the module version to the CGI version. Servers that
|
|
run the CGI version of PHP are not reflected in these stats.
|
|
<? commonFooter(); ?>
|