1
0
mirror of https://github.com/php/web-php.git synced 2026-03-24 07:12:16 +01:00
Files
archived-web-php/usage.php
Rasmus Lerdorf 75dd92ff61 Get rid of some more stat() syscalls by avoiding include_path stats when
we know the exact relative path to the files
2003-05-15 17:39:37 +00:00

28 lines
724 B
PHP

<?php
include "./include/prepend.inc";
commonHeader("PHP Usage Stats");
?>
<h1>Usage Stats for April 2003</h1>
<p>
PHP: 12,236,270 Domains, 1,324,036 IP Addresses<br>
Source: <a href="http://www.netcraft.com/Survey/">Netcraft</a><br>
</p>
<p>
<?php echo print_image("stats/phpstats-200304.png", "Graph"); ?>
</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. There is also a
<a href="http://www.tiobe.com/tpci.htm">Programming Community Index</a>
provided by TIOBE.
</p>
<?php include_once "langchooser.inc"; echo "<!-- $LANG -->"; ?>
<?php commonFooter(); ?>