Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:100031 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 55901 invoked from network); 24 Jul 2017 12:17:44 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 24 Jul 2017 12:17:44 -0000 Authentication-Results: pb1.pair.com smtp.mail=kalle.php@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=kalle.php@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.223.176 as permitted sender) X-PHP-List-Original-Sender: kalle.php@gmail.com X-Host-Fingerprint: 209.85.223.176 mail-io0-f176.google.com Received: from [209.85.223.176] ([209.85.223.176:33344] helo=mail-io0-f176.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 8E/7F-18680-665E5795 for ; Mon, 24 Jul 2017 08:17:43 -0400 Received: by mail-io0-f176.google.com with SMTP id j32so21660556iod.0 for ; Mon, 24 Jul 2017 05:17:42 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:sender:in-reply-to:references:from:date:message-id :subject:to:cc; bh=ZX94x71NqxzyICMkRj0f7zAViDQ/G4BQ5d9tZ2qObeU=; b=jsUZF21n0rHt24XOwyVDXxcxsZIzfB77Hna7tnvsHCtWHK46i5uhHbfJNZDZYIdDVX Ve78cUZTqqUwQngA3s2VmAI1VR21Leo12sRmFZ8qyCw1Mm/JCioJVm4gIlK3iuIRGh7M 0/a79mtjDuej522LKhcarbQlVr3edmcxMwy6V5SbLVwkuNYFoTX2YWWbsN7Sadp99ayg vMqdlfTLBZ91YFkClNNfxKsRfCmvK5jPuz6Ad4zZsgurIea2yzUyWwq0caWs3kfyzfwT GgIUByboOqPEYIvMHD7yfSd5b0SaxDcOn9o3zb5NudxxtlwA2BN1JvtUiRQhfC80yvRD UEtg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:sender:in-reply-to:references:from :date:message-id:subject:to:cc; bh=ZX94x71NqxzyICMkRj0f7zAViDQ/G4BQ5d9tZ2qObeU=; b=gNEcDIk9Iiy3E4hP3Kcb90lj/WYzSe2eZqxkaC87SwvDeMzI/gZZ/mo9Y3Ejes90tN 8KsW8jFQlxcC0PmsgoDM88LGzb3oVekUBSVxPUl7ypxgM8rDuembm08BIO0wx45a/kum aq1I4F8ZD3Rn/tmIqp9hVhJMfgO0O4XaIA0CdnXToy8fxA0cWWGD3m9AWeBR9q/w0gxI 4vG9SeUaJ2l36veZaa9HxmqNps65Syd+vO3vUsRL4JrQMDJHsGwnQb1UxYLpgdyvZA4a MLbmFQgpTik7h1bRYlXQCbx+jDvqydPOUaRiOrWIGwVktMDA67xb0kIcbJwrr316wMPn MOQQ== X-Gm-Message-State: AIVw111dT9999yzUj3/WCNNw1bHL7LJ18rsJta7m8e4eb9RThLBSoBct tnhFYT2MQFIxJU2Buf6zT0Q8VOdWcA== X-Received: by 10.107.17.82 with SMTP id z79mr10628787ioi.35.1500898660503; Mon, 24 Jul 2017 05:17:40 -0700 (PDT) MIME-Version: 1.0 Sender: kalle.php@gmail.com Received: by 10.107.168.144 with HTTP; Mon, 24 Jul 2017 05:17:39 -0700 (PDT) In-Reply-To: References: <1500551058.16819.47.camel@schlueters.de> <1500584492.16819.71.camel@schlueters.de> <1500847438.16819.86.camel@schlueters.de> Date: Mon, 24 Jul 2017 14:17:39 +0200 X-Google-Sender-Auth: pkUitdZb1tWwh6vIQAVaaKmxWFo Message-ID: To: Niklas Keller Cc: =?UTF-8?Q?Johannes_Schl=C3=BCter?= , Mathias Grimm , Sara Golemon , PHP Internals Content-Type: text/plain; charset="UTF-8" Subject: Re: [PHP-DEV] bugs.php.net website From: kalle@php.net (Kalle Sommer Nielsen) Hi Niklas 2017-07-24 11:51 GMT+02:00 Niklas Keller : > It's unmaintained code, nobody wants to touch it. Any attempt to improve > anything doesn't go anywhere, because there are too many people saying the > current state is fine. I doubt the fact that because its written this way is making no one wants to touch the code, sure it plays a factor but not that big one. I don't mind improving it at all, what I do mind is that we should include tons of additional code for no real gain other than syntax looking better for the reader. > See https://github.com/php/web-bugs/pull/26 for an example. Maciej got web karma and can commit this, I don't really mind this one as an example, tho since we use mysqli, we should simply just use the native mysqli class, and then we don't run into the issue as described with PDO having no numRows method. I even would go as far as saying we should get rid of the PEAR dependency in bugsweb, we even had issues with pear releases that php-src depends on when 7.0.0 was about to be released. > There's no need for a framework, libraries are just fine. But saying that > the PHP project is a good example for how powerful the language is, is ... > really strange. I don't think it is that strange, again a subjective statement. I can agree that in the current state its not that much an example, but I think that should be the goal for all php.net web projects. > The attitude of "don't change anything, it's fine" makes it really hard to > find motivation to contribute anything. I'm not saying don't change its fine, what I'm saying is that we shouldn't change the overall arching of the website to be bloated. -- regards, Kalle Sommer Nielsen kalle@php.net