Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:115406 Return-Path: Delivered-To: mailing list internals@lists.php.net Received: (qmail 14127 invoked from network); 12 Jul 2021 13:31:29 -0000 Received: from unknown (HELO php-smtp4.php.net) (45.112.84.5) by pb1.pair.com with SMTP; 12 Jul 2021 13:31:29 -0000 Received: from php-smtp4.php.net (localhost [127.0.0.1]) by php-smtp4.php.net (Postfix) with ESMTP id 40D6718033A for ; Mon, 12 Jul 2021 06:54:45 -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=-1.1 required=5.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,FREEMAIL_FROM,FREEMAIL_REPLY, HTML_MESSAGE,RCVD_IN_DNSWL_NONE,RCVD_IN_MSPIKE_H2,SPF_HELO_NONE, SPF_PASS autolearn=no autolearn_force=no version=3.4.2 X-Spam-Virus: No X-Envelope-From: Received: from mail-lf1-f52.google.com (mail-lf1-f52.google.com [209.85.167.52]) (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 ; Mon, 12 Jul 2021 06:54:44 -0700 (PDT) Received: by mail-lf1-f52.google.com with SMTP id v6so6260688lfp.6 for ; Mon, 12 Jul 2021 06:54:44 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=Q1etyesL9YlifK1p7144vUTZlR3LzoHVQmbgWveUXnU=; b=foMzksf89tYiLN8SIt8VRlgU7Dj+SCnLqWatYShvKQ+0Tc3fX9eQKkgcRDP9+4uI98 KFZgXIV7KBfZfqBWNK0DURMZQJF0xYkfQkeZ2MyHpjvNn/a2T4LkhJ25ceGytuzZ3d2b le8b6xu6PluavwtSRG/ulnBGv1WMl5XH+Or+bR3Cdhg62jFK+SUPdQ67Pshof2+R6oid rkyLDbhP8wrScyX07tV+1/M/isD9pKrkJm3Xw+jHr238TbOVkDNvIXVYmxrWtvZZ7Z8N qC6gEmX+v0V9nYtBvRKd5yC8WHyz8GexJ+iLYA40y2FjzJa7zZJ/eVHTLbOmRr/6Nzfp ehyA== 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=Q1etyesL9YlifK1p7144vUTZlR3LzoHVQmbgWveUXnU=; b=LO8/nmaolmNc48e1t0sJzUcxpMtMDE5exuQe/46ItoSq9C4fzqcje1P1sGf9QRIwLK 4U4AacWHLpK1tcq/iYIaCzlVNr8PqRUvGmym8qeoEtXFo27WKLuV/Z20qCQk38Ae4Q1h tC2DUF5rbT4cQRcY/6Ih6Kt4gnyXXbJpDrelK2PCNbvc5Zfceyu61yzepzsBYtlC9MY4 5ToUJtXX+gn6g68XYyZ8Mn5wHE72EYPSahjCRiHpOa1jLMUb45wGZDU7oCJ5xfbqLW1g QyNPpXHFs9VjapyDp7H6HKLUQ+qIb3bC0t2f6V6fllpfMDvn0MzQOMyagcd8+Szw8GUp iJhg== X-Gm-Message-State: AOAM531C7Sw2dMcj/JyhcM92mWkW6Nfu44Bu3z4ObvOojHVfwlxcZ3RP tVAHZa+4OKiS8nvHuguUKYzfV8LyfZEhDsFs5jI= X-Google-Smtp-Source: ABdhPJxls0WkDAxVDl3ezuzIpkyHWVESj69w9jpxnxib6R6fn2TzZ0YYfgTZeL9D5EN6q9qKWATDjU1agG43b77SN0Y= X-Received: by 2002:a05:6512:32c9:: with SMTP id f9mr39774194lfg.638.1626098081448; Mon, 12 Jul 2021 06:54:41 -0700 (PDT) MIME-Version: 1.0 References: <5af05f50-cf90-c0f2-adb7-b70b57ca1186@gmx.de> In-Reply-To: Date: Mon, 12 Jul 2021 15:54:25 +0200 Message-ID: To: Stanislav Malyshev Cc: PHP internals Content-Type: multipart/alternative; boundary="00000000000083c7be05c6ed76cf" Subject: Re: [PHP-DEV] Re: open_basedir? From: nikita.ppv@gmail.com (Nikita Popov) --00000000000083c7be05c6ed76cf Content-Type: text/plain; charset="UTF-8" On Thu, Jul 8, 2021 at 11:34 PM Stanislav Malyshev wrote: > Hi! > > > Apparently, there has been no resolution for this issue so far. While I > > don't really care about the open_basdedir directive per se, I fully > > agree that we should not advertize it as security feature, and to > > clearly state this in the PHP manual, as well as in our security policy. > > Correct. As I mentioned, de-facto it's already the case for years now. > Let's fix the docs at least? Though I'd really start thinking about > maybe removing it in the next major version... > -- > Stas Malyshev > smalyshev@gmail.com > Yeah, feel free to go ahead with updates for docs & security policy. Regards, Nikita --00000000000083c7be05c6ed76cf--