Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:111681 Return-Path: Delivered-To: mailing list internals@lists.php.net Received: (qmail 3108 invoked from network); 22 Aug 2020 15:31:52 -0000 Received: from unknown (HELO php-smtp4.php.net) (45.112.84.5) by pb1.pair.com with SMTP; 22 Aug 2020 15:31:52 -0000 Received: from php-smtp4.php.net (localhost [127.0.0.1]) by php-smtp4.php.net (Postfix) with ESMTP id 6589F1804AA for ; Sat, 22 Aug 2020 07:34:03 -0700 (PDT) X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on php-smtp4.php.net X-Spam-Level: *** X-Spam-Status: No, score=3.2 required=5.0 tests=BAYES_20, HEADER_FROM_DIFFERENT_DOMAINS,HTML_MESSAGE,RCVD_IN_DNSWL_NONE, RCVD_IN_MSPIKE_H2,SPF_HELO_NONE,SPF_SOFTFAIL autolearn=no autolearn_force=no version=3.4.2 X-Spam-Virus: No X-Envelope-From: Received: from mail-lj1-f177.google.com (mail-lj1-f177.google.com [209.85.208.177]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-256) server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by php-smtp4.php.net (Postfix) with ESMTPS for ; Sat, 22 Aug 2020 07:34:02 -0700 (PDT) Received: by mail-lj1-f177.google.com with SMTP id w25so4874741ljo.12 for ; Sat, 22 Aug 2020 07:34:02 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=EYYFiXvEz35oMCeVeBH3CYrz8c75atkWNLZ6gNrSVa8=; b=PQzqDtHCeIB4s0qec+lLtrF/we0nYX0r157TWGpbPUO7R8BM1nKter9ceips9apWjU S/SLKDlUMvfvnLxzlGUj4Ml6mgZqNgzP46zMUJShxXdetKlCKf2dEzOKPi4ru3Es2k6/ A7DumuXQ2Jq0KWkPAgMOPg59+3rdUypHCi4BRrqw9960ISuszJ9/AecjJb4PgVZRWmQp DoQ+Erptr18i0IW7rvAiZzLuZ1FRlOwYDmGOtg8qv8FgH5clyxUrysEmigNlAXrBTT1y OQTL/kXzNS08UbQ66BvntiQ4P6ImO7QqpxArYUh+6djJ8elWDrCp+kJYcK7D6AsHG8GR 7BQw== X-Gm-Message-State: AOAM533F4zdWAZBzFAT9/7iYpPebWkrNSdauAa94Ws9L9XZxvcDavqzv Zd4Btmmw+2pSqZykm3wqfPr9LkTaVraQqUgZWIRN5UPK3Gmdvw== X-Google-Smtp-Source: ABdhPJxApARhoQGCs9Ucr+pGFtUsEc3reeqHRYB/tnu1ewUIDaW4MHXu9Jk/tifl8fgVRqCFaYp0wJ4GDPpxP+04PGs= X-Received: by 2002:a2e:9a03:: with SMTP id o3mr3961414lji.48.1598106839720; Sat, 22 Aug 2020 07:33:59 -0700 (PDT) MIME-Version: 1.0 References: <91bf610f-fc03-3de4-ac1a-f1f9ffbefaa2@openmediavault.org> In-Reply-To: Date: Sat, 22 Aug 2020 09:33:48 -0500 Message-ID: To: Benjamin Eberlei Cc: Volker Theile , PHP Internals Content-Type: multipart/alternative; boundary="0000000000007eba5805ad783e69" Subject: Re: [PHP-DEV] Support PAM in PHP8 From: pollita@php.net (Sara Golemon) --0000000000007eba5805ad783e69 Content-Type: text/plain; charset="UTF-8" On Fri, Aug 21, 2020 at 10:43 AM Benjamin Eberlei wrote: > The code needs to be maintained by someone to be up to date, putting it > into php-src will not magically solve that issue. > > THIS x1000. The first test for getting something into core is that it is stable and used. If the original author has gone MIA and nobody has made a fork, then that's not a strong argument in favor of it being stable and used. If you want to champion getting this into core, then you've got some prerequisite steps: 1/ Get it building on 7 and 8. 2/ Flesh out the tests. (maybe?) It's got a grand total of FIVE right now. Maybe that's enough, but I somehow doubt it. 3/ Prove that it has broad demand. In principle, it sound like an obvious boon, but no activity in 11 years isn't a ringing endorsement. -Sara --0000000000007eba5805ad783e69--