Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:114261 Return-Path: Delivered-To: mailing list internals@lists.php.net Received: (qmail 53398 invoked from network); 3 May 2021 08:04:27 -0000 Received: from unknown (HELO php-smtp4.php.net) (45.112.84.5) by pb1.pair.com with SMTP; 3 May 2021 08:04:27 -0000 Received: from php-smtp4.php.net (localhost [127.0.0.1]) by php-smtp4.php.net (Postfix) with ESMTP id 3E17B1804DB for ; Mon, 3 May 2021 01:10:11 -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=-2.1 required=5.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,FREEMAIL_FROM,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-lj1-f175.google.com (mail-lj1-f175.google.com [209.85.208.175]) (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, 3 May 2021 01:10:10 -0700 (PDT) Received: by mail-lj1-f175.google.com with SMTP id p12so5799953ljg.1 for ; Mon, 03 May 2021 01:10:10 -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; bh=u99lQC1IZgDbuopXplskLeZ6wZ527pUFsummUlNAHjA=; b=nhW30mF8/N/rUVZfC5SWfNzsqTvxBr2flnH+5mWtr3fCBXNexx4SwvKOMSbB6+ZRjf 1DUvgrm7vwB3v/7RsfYctdJQBNQbkIuDn6/8/wxeB8UIKXXIFWkrW7LhmSBjKlAhum3f 9nM+C271r/ocf3kmsNwkBGLQmDw3P92djn3oSb7C4x8kMOExV+K6s+83/CADRF9HzPwW 0ln4h/FZlBNMzIW3zvUaYjrGAaDbFUF7wCuidjjs6szBkCVRDUnUb6uCK60jhO0byFei oCvbllr8k4rFHLT38OvMYcauoUucflTPK0WIS2vJYDu2bA2wJwJey4s78LejLl120xs5 jBJw== 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; bh=u99lQC1IZgDbuopXplskLeZ6wZ527pUFsummUlNAHjA=; b=Dl49703iGFTk5UAVhyZTNN8UKeQTQwTlnxFNUZGZF0c93ktgyZkxYYGtIIGPmEHgbf MIl/n0TJz2kpmUF+0wIUj0nUcslUNmVewbBXUDJFe3nLz5A/lpuPPkXAGi1qrU0hboeM hlf8UKIfY3yGuzrI317kxynWAgpF4gqIM1vH/XblkTtUErDlzGtKoviDzDjWbmCgoCzd 0vhyKeIPBbyEaGr0j+EtttcWY/ROSruPv1Yubu2RRuQbqyDFNaI7RIsqSLEH4GDvP+ee PzN31mWdfwsy5G0u8bVWg2ilYlnb7Qr90RIgmeqglDJAxXRcqLUqzbcmveICY8OTUJ6Y +kUg== X-Gm-Message-State: AOAM533U3jT4Y0OeCMjPb6zk00cjbGaJZHJl2oUO1PgVB/0ISci9jb+H 1uDR+ZfbO+7wkqT+tfuQxJc9DSJvZ8RxmYkR5sE5plw/kGE= X-Google-Smtp-Source: ABdhPJwsbRAQSImHzcvYBHRpjI2HnFJWq8hcp5c0i04kK+kQ8ZeP1g8TwxM74yqlfGfG8ajfR8w2nr3fxDp/XlCzWUg= X-Received: by 2002:a05:651c:1073:: with SMTP id y19mr5518662ljm.29.1620029408430; Mon, 03 May 2021 01:10:08 -0700 (PDT) MIME-Version: 1.0 References: In-Reply-To: Date: Mon, 3 May 2021 10:09:52 +0200 Message-ID: To: PHP internals Content-Type: multipart/alternative; boundary="0000000000006a4edb05c1687d97" Subject: Re: [VOTE] Namespaced in bundled extensions From: nikita.ppv@gmail.com (Nikita Popov) --0000000000006a4edb05c1687d97 Content-Type: text/plain; charset="UTF-8" On Mon, Apr 19, 2021 at 3:11 PM Nikita Popov wrote: > Hi internals, > > I've opened the vote on > https://wiki.php.net/rfc/namespaces_in_bundled_extensions. Voting will > close 2021-05-03. > > Please see https://externals.io/message/113270 and > https://externals.io/message/113960 for discussions relating to this RFC. > This RFC has been accepted, with 37 votes in favor and one against. Based on this policy, we plan to namespace a few class additions that are part of the resource to object migration, and have been added (or will be added) in PHP 8.1: * IMAPConnection -> IMAP\Connection * FTPConnection -> FTP\Connection * LDAP -> LDAP\Connection * LDAPResult -> LDAP\Result * LDAPResultEntry -> LDAP\ResultEntry * PgSql -> PgSql\Connection * PgSqlResult -> PgSql\Result * PgSqlLob -> PgSql\Lob Regards, Nikita --0000000000006a4edb05c1687d97--