Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:118625 Return-Path: Delivered-To: mailing list internals@lists.php.net Received: (qmail 13489 invoked from network); 14 Sep 2022 16:59:03 -0000 Received: from unknown (HELO php-smtp4.php.net) (45.112.84.5) by pb1.pair.com with SMTP; 14 Sep 2022 16:59:03 -0000 Received: from php-smtp4.php.net (localhost [127.0.0.1]) by php-smtp4.php.net (Postfix) with ESMTP id 38E38180384 for ; Wed, 14 Sep 2022 09:59: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=0.6 required=5.0 tests=BAYES_50,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,FREEMAIL_FROM,HTML_MESSAGE, RCVD_IN_DNSWL_NONE,RCVD_IN_MSPIKE_H3,RCVD_IN_MSPIKE_WL,SPF_HELO_NONE, SPF_PASS,T_SCC_BODY_TEXT_LINE autolearn=no autolearn_force=no version=3.4.2 X-Spam-ASN: AS15169 209.85.128.0/17 X-Spam-Virus: No X-Envelope-From: Received: from mail-pg1-f178.google.com (mail-pg1-f178.google.com [209.85.215.178]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-256) server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by php-smtp4.php.net (Postfix) with ESMTPS for ; Wed, 14 Sep 2022 09:58:59 -0700 (PDT) Received: by mail-pg1-f178.google.com with SMTP id 78so14827337pgb.13 for ; Wed, 14 Sep 2022 09:58:59 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=to:subject:message-id:date:from:mime-version:from:to:cc:subject :date; bh=BBFMYVsa/TX2agdg2viiguO51SS+T/aynl7OUsRqUYs=; b=PeKKjwktlSMCAd266g1wQB256D2yOAND6XyUYbPRFm1iIjNdRYM1pEldPB0aTxQ9Ut sVZmp6Ilie6IgK+Wfm7kuZ9VhyL9UTR+oIn06/VNhkn8TA8jG22XFi7E/WBe1NM0VRyv XGuXIeLk2F4nZbA+QcL5oeYhEBGr/y4zdkYx+Zzu0xZiBnngFZ7AbNt1VFYlIcqdjUUM pp9gh1CVjPJudRZoo+MT/ec389QKulG4H/9AFzyWAHv4aSuhTNf9JWhfyB/4t6PB8wdG msAobMvhQRRS0nRATwl21nhwbEvPIeUituiE25eofZ+1MCq1SqZWsJtvB0zBSWAX0YI8 H5NQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=to:subject:message-id:date:from:mime-version:x-gm-message-state :from:to:cc:subject:date; bh=BBFMYVsa/TX2agdg2viiguO51SS+T/aynl7OUsRqUYs=; b=aKppBnpicHxJ2wp+RHtGw3ObbawebKhn/9aIbkGBy4pl2S6qXXJ5G8Tx4hyhEUr7/7 FeTbE8/zt0nmBo3wctudTVfydAm3eRHaVQW75jgbwz35JCrAP91+xcelETj6iiQ5OFIE ULMvmxN4vobqtS6IXwsotIhirsj6LmcJOfST/O9tQPh5myzIvK/0KJgEagi2xGcfIlSs EGIX6Nzm1ZP703GZpZIzsBnIP0gnp4vphnZDM78tntg+CMYF0tzQ0baho2WHT//mhuVX XBDttlj3pKoAR7lDt6wROZPeapY7oJo0trvyOIrDbzMALW4w2wncfusaOk6Uc5Jaglf+ Ty0Q== X-Gm-Message-State: ACgBeo3FBblzvCZkcRBncGmbVkVbfPn9uvCvu0bgLepaAeK1pPvOp9xX XbHALGs5EXUqU7QBGr+MlME5O8IftD5MDVL1YbbdolmVFsc= X-Google-Smtp-Source: AA6agR68mGhOVfYs1xybyJdlog20eNXtHlJTaEs0gCsaPiov0rtFpCzrecxX4ryC3CeAMF48BI6+9GuOX1GMOnWRU04= X-Received: by 2002:a63:6a05:0:b0:439:6694:c8fb with SMTP id f5-20020a636a05000000b004396694c8fbmr2759635pgc.442.1663174738395; Wed, 14 Sep 2022 09:58:58 -0700 (PDT) MIME-Version: 1.0 Date: Wed, 14 Sep 2022 18:58:47 +0200 Message-ID: To: internals@lists.php.net Content-Type: multipart/alternative; boundary="0000000000007b499f05e8a60bba" Subject: RFC: StreamWrapper Support for glob() From: timmy.almroth@gmail.com (Timmy Almroth) --0000000000007b499f05e8a60bba Content-Type: text/plain; charset="UTF-8" Hello everyone. I would like to announce that the RFC for "StreamWrapper Support for glob()" is now ready for Discussion. RFC https://wiki.php.net/rfc/glob_streamwrapper_support Feature Request and Discussions https://github.com/php/php-src/issues/9224 Regards, Tim --0000000000007b499f05e8a60bba--