Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:107103 Return-Path: Delivered-To: mailing list internals@lists.php.net Received: (qmail 29497 invoked from network); 15 Sep 2019 14:37:53 -0000 Received: from unknown (HELO php-smtp3.php.net) (208.43.231.12) by pb1.pair.com with SMTP; 15 Sep 2019 14:37:53 -0000 Received: from php-smtp3.php.net (localhost [127.0.0.1]) by php-smtp3.php.net (Postfix) with ESMTP id 7409C2CFE68 for ; Sun, 15 Sep 2019 05:14:30 -0700 (PDT) X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on php-smtp3.php.net X-Spam-Level: X-Spam-Status: No, score=0.2 required=5.0 tests=BAYES_40,DKIM_INVALID, DKIM_SIGNED,HTML_MESSAGE,RCVD_IN_DNSWL_NONE,SPF_HELO_NONE autolearn=no autolearn_force=no version=3.4.2 X-Spam-ASN: AS36351 199.187.172.0/22 X-Spam-Virus: No Received: from tbjjbihbhebb.turbo-smtp.net (tbjjbihbhebb.turbo-smtp.net [199.187.174.11]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by php-smtp3.php.net (Postfix) with ESMTPS for ; Sun, 15 Sep 2019 05:14:29 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=php.net; s=turbo-smtp; x=1569154470; h=DomainKey-Signature:Received: Received:MIME-Version:References:In-Reply-To:From:Date: Message-ID:Subject:To:Cc:Content-Type; bh=dSP/5H9ipVuBxAqHcO3ZQR 3TFEkggSV45GGEOTZKWew=; b=u4vD1baegixh+9DddYweGJTC7khU+yiNDkz09r icCwW4CAA4Aw9gwADsvSmho0/mjXQpxZ+G4umbnL5aImolqSNVmGSUePAM4J7YyG fkk7VBi7tdvPqhqS1CcI/i3+ooG+H56vs5O98arcSdl6FRHss8yUPJiy+vgeF3sG qeh3M= DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=turbo-smtp; d=php.net; h=Received:Received:X-TurboSMTP-Tracking:X-Gm-Message-State:X-Google-Smtp-Source:X-Received:MIME-Version:References:In-Reply-To:From:Date:X-Gmail-Original-Message-Id:Message-ID:Subject:To:Cc:Content-Type; b=TeqCtAU+xphmpw5bnGli6lLRsnMkxc9NpGI1ThoviVPgbwYUESEA1k/5f9VIPy GvBhTPsMHSwgXDvrXz2YpFgfAjkgV3Eq/h74DWsSxj/pbj+HVjogJQrW/bHTMgwA w5v0hD5AvA/QXHFp8KI+o3JeiYNPn0KplGEHX4tk9V3gw=; Received: (qmail 34816 invoked from network); 15 Sep 2019 12:14:28 -0000 Received: X-TurboSMTP-Tracking: 5283110496 X-Gm-Message-State: APjAAAV6R2q5AEcBxwrQDY/mimuFHF46hbN60qa6r4vV316/ehwddsKY T9zdAmUI2boroBsrM0VcNoeQb5o4gChwbpPCodI= X-Google-Smtp-Source: APXvYqzdv2fNvCQyx2K9hxuN3t2uqAypsd69q+A6naDkD3/EmeH9KJBJNdrwUl1fmgt2I3OQ/ts3+mF6etXm9gSdaxs= X-Received: by 2002:a0c:ff47:: with SMTP id y7mr17807175qvt.240.1568549668334; Sun, 15 Sep 2019 05:14:28 -0700 (PDT) MIME-Version: 1.0 References: In-Reply-To: Date: Sun, 15 Sep 2019 15:14:17 +0300 X-Gmail-Original-Message-Id: Message-ID: To: Olumide Samson Cc: Mike Schinkel , PHP internals Content-Type: multipart/alternative; boundary="000000000000cb32d40592966d7c" X-Envelope-From: Subject: Re: [PHP-DEV] PHP's declining(?) popularity From: zeev@php.net (Zeev Suraski) --000000000000cb32d40592966d7c Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable On Sun, Sep 15, 2019 at 1:15 PM Olumide Samson wrote= : > I also don't agree with the index and all its statistics > I'm not sure what you mean by 'all its statistics'. Mostly everything on the methodology page is fluff, which may be purposely there to hide the only part that really matters: ---------------- The ratings are calculated by counting hits of the most popular search engines. The search query that is used is +" programming" --------------- It's a simplistic measure of an arbitrary search term in search engines - nothing more. It's completely, 100.0% meaningless. > , yet I'm not invalidating it as it is a much-viewed index globally. > I am. It's quite remarkable that people are paying any level of attention to it whatsoever, and indeed it's saddening. But the fact that many people believe something doesn't make it true, if the evidence clearly suggest it isn't. According to the index : > "Till the end of 2009 everything went fine, but soon after that PHP was > going downhill from 10% to 5% market share in 2 years=E2=80=99 time. In 2= 014 it > halved again to 2.5%. > Trying to correlate the TIOBE index with anything that happened in the PHP world is akin to trying to correlate the results of rand() with the weather forecast. The two aren't related at all. Building any thesis on the foundation of the TIOBE index is like trying to build a brick house on a muddy soil. Heck, like trying to build a brick house in the middle of the ocean. There's nothing to build on. While it's extremely difficult to measure the popularity of languages, RedMonk's slightly more relevant measurements (GitHub projects and Stack Overflow questions) suggest it's been doing well over the last decade - right up there in the top 5 with no meaningful decline. What Mike and others pointed out are areas where we should consider investing if we want to *increase* the popularity beyond what it already is (which is what happened with Python). Zeev --000000000000cb32d40592966d7c--