Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:115397 Return-Path: Delivered-To: mailing list internals@lists.php.net Received: (qmail 90154 invoked from network); 12 Jul 2021 08:47:22 -0000 Received: from unknown (HELO php-smtp4.php.net) (45.112.84.5) by pb1.pair.com with SMTP; 12 Jul 2021 08:47:22 -0000 Received: from php-smtp4.php.net (localhost [127.0.0.1]) by php-smtp4.php.net (Postfix) with ESMTP id AEDE71804C9 for ; Mon, 12 Jul 2021 02:10:34 -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=-0.2 required=5.0 tests=BAYES_40,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,FREEMAIL_FROM, 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-f171.google.com (mail-lj1-f171.google.com [209.85.208.171]) (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 02:10:34 -0700 (PDT) Received: by mail-lj1-f171.google.com with SMTP id r16so23049498ljk.9 for ; Mon, 12 Jul 2021 02:10:34 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:from:date:message-id:subject:to; bh=6c8IAQBOodldF8VHf1fuDRDfO/pm9hrtzaoLaSZuT0I=; b=lfVZzocYZ/SL1DL1ue1foVqDLY6GcbI4Pqq/kiHbquCFgd6UD+eFHHRUkAw8i/hZs4 pl8Cljasp9IaND1rP4cDazZoML7hWDD8l1/suEyhEHBj7VB7weC54zzues790wR7G+SZ hoTViT0NI0ywsCMDw4T7dGUZzwArUxPxdK+GW5JJOAhgwoRKU0PVz100o5nDqUkjd+7r 1aR/qiI+xdyzxqhvbfNk8cOg5Evj9L1b9/NUSScctSRP9NtR8RGcjZxkIgUpQEqK01W5 oL2BhYjHN2CP8Rh3JHJgFKdl6/GDccihK7zWygcI7vELbBhz1twmPpfkxyCsCv976tPU TjFg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:from:date:message-id:subject:to; bh=6c8IAQBOodldF8VHf1fuDRDfO/pm9hrtzaoLaSZuT0I=; b=a4SdigIWH3WK0zHt55Ce7ulaWnOXJd16KHdD+8mA/b+46jum9tWQgYsOskBlqJlLp2 sO5rtldh/IAchA9yVrtaaFk/wAutYv36rk29b3Uhm8eSMgiT2S7C/l7QRI3q9yqIY4MC KZm8ZLrt9NUivpFnYDoyItOXqzz85Of/LWko4v3UpxjXsKQfAQheiY8SzAvMr/jy7zyt NEdk0oovWk6MuIebvCZjgYuQHZ8LXNwSgbytZTA6ny6KR/sIaXhKqwDifDKLOg4PmXlW v0MhexSPx1bpHM6YbwuQPsQCrCWRc9LIxvrT0gAcjHBlTmMt6Zzk+GGuLtx4xVSEELBI UHHA== X-Gm-Message-State: AOAM531Ek0GvvivcYOKT+4XwnBjqi5pNEKTI/cU23tD1TzRWg0FNQwgH iTWlWpGQuEHaShQinCED+8/Ad8+MKpQAztABa2fDAeOdgYP2Og== X-Google-Smtp-Source: ABdhPJyY0spwcVsrAy7bSsNhdc7AYFT+85rym5iKgSTCWvoaAc0izVWFMKjn/b/f6mTiTiSE9K0X8IreeSsQOSfGzR0= X-Received: by 2002:a05:651c:20f:: with SMTP id y15mr35762013ljn.37.1626081032063; Mon, 12 Jul 2021 02:10:32 -0700 (PDT) MIME-Version: 1.0 Date: Mon, 12 Jul 2021 16:10:20 +0700 Message-ID: To: PHP internals Content-Type: text/plain; charset="UTF-8" Subject: Bundled Extension namespace(s) From: pierre.php@gmail.com (Pierre Joye) Good afternoon internals, What is the status of the extension namespace RFC (https://wiki.php.net/rfc/namespaces_in_bundled_extensions)? In the near future, I plan to work a bit on the ext/gd one. Adding quite a few things I have in my queue for too long. Check https://github.com/libgd/libgd/issues/705 if interested. I am not sure about the base NS to be used. if I follow the RFC, it should be Image\. What do you think? Best, -- Pierre @pierrejoye | http://www.libgd.org