Commit: 71b6aa7fa784983e3624f688eff6f2d003e4f9e3 Author: Ferenc Kovacs <[email protected]> Sat, 23 Mar 2013 16:04:12 +0100 Parents: 621479e000700fae613641a42583c52e59f58782 Branches: master
Link: http://git.php.net/?p=web/php.git;a=commitdiff;h=71b6aa7fa784983e3624f688eff6f2d003e4f9e3 Log: updating the usage stats with more recent ones, removing nexen.net as the last reports from them are from 2008 and adding some stats from w3techs.com Changed paths: A images/stats/php-trend-201301-netcraft.png M usage.php Diff: diff --git a/images/stats/php-trend-201301-netcraft.png b/images/stats/php-trend-201301-netcraft.png new file mode 100644 index 0000000..7128652 Binary files /dev/null and b/images/stats/php-trend-201301-netcraft.png differ diff --git a/usage.php b/usage.php index 6b01f65..76fc1ec 100644 --- a/usage.php +++ b/usage.php @@ -5,21 +5,31 @@ include_once $_SERVER['DOCUMENT_ROOT'] . '/include/prepend.inc'; site_header("PHP Usage Stats", array("current" => "community")); ?> -<h1>Usage Stats for April 2007</h1> +<h1>Usage Stats for January 2013</h1> <p> -PHP: 20,917,850 domains, 1,224,183 IP addresses<br /> -Source: <a href="http://www.netcraft.com/Survey/">Netcraft</a><br /> +PHP: 244M sites, 2.1M IP addresses<br /> +Source: <a href="http://news.netcraft.com/wp-content/uploads/2013/01/php-trend.png">Netcraft</a><br /> </p> <p> -<?php echo print_image("stats/phpstats-200707.png", "Graph"); ?> +<?php echo print_image("stats/php-trend-201301-netcraft.png", "Graph"); ?> +</p> + +<p> +<a href="http://w3techs.com/">w3techs.com</a> provides statistics for +<a href="http://w3techs.com/technologies/overview/programming_language/all">server-side programming languages</a> +where you can also see the market share +<a href="http://w3techs.com/technologies/details/pl-php/all/all">by version</a>. +<br /> +See their <a href="http://w3techs.com/faq">FAQ</a> and <a href="http://w3techs.com/technologies">technologies</a> +page for the details of the methodologies used for the surveys. </p> <p> You can also see how popular PHP is relative to other Apache modules - at <a href="http://www.securityspace.com/s_survey/">SecuritySpace's - Web Survey</a>. Spoiler: PHP is the most popular. + at <a href="http://www.securityspace.com/bizintel/index.html">SecuritySpace's + Web Survey</a>. </p> <p> @@ -28,11 +38,4 @@ Source: <a href="http://www.netcraft.com/Survey/">Netcraft</a><br /> provided by TIOBE. </p> -<p> - There are <a href="http://www.nexen.net/chiffres_cles/phpversion/"> - detailed stats about PHP</a>, by version, by countries, by web servers - and evolution from the "PHP version tracker", run by - <a href="http://www.nexen.net/">nexen.net</a>. -</p> - <?php site_footer(); ?> -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
