Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:110157 Return-Path: Delivered-To: mailing list internals@lists.php.net Received: (qmail 57254 invoked from network); 14 May 2020 19:36:54 -0000 Received: from unknown (HELO php-smtp4.php.net) (45.112.84.5) by pb1.pair.com with SMTP; 14 May 2020 19:36:54 -0000 Received: from php-smtp4.php.net (localhost [127.0.0.1]) by php-smtp4.php.net (Postfix) with ESMTP id 080D01804D3 for ; Thu, 14 May 2020 11:14:09 -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.4 required=5.0 tests=BAYES_00, FREEMAIL_FORGED_FROMDOMAIN,FREEMAIL_FROM,HEADER_FROM_DIFFERENT_DOMAINS, RCVD_IN_DNSWL_NONE,RCVD_IN_MSPIKE_H2,SPF_HELO_NONE,SPF_PASS 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-wr1-f53.google.com (mail-wr1-f53.google.com [209.85.221.53]) (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 ; Thu, 14 May 2020 11:14:08 -0700 (PDT) Received: by mail-wr1-f53.google.com with SMTP id e1so5574947wrt.5 for ; Thu, 14 May 2020 11:14:08 -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:from:date:message-id:subject:to; bh=+sA0LU9X1cQKvvsdRfrcxge9UM1fPf+qIoxyF+6BXEg=; b=hie3GqugQ1rByBYsOnW9vL/QPW5kTqObkoaQSLcLkClZRrc8MOS9Ki9q+dgcTpWNli rsbUIIFhi7Mvf4tSDQQibrsxMWim8omYTmOxKNWXv5zqFAeI5h1Sx/ilmBONj43G3Mn/ NNIBPT33zr22zLAAwc9/19y6YQ11crJM9CHX+bQjhKc4YQql2OU6fy3AMIYkb+wwZEEt 2JaOwcA7GXb3LvQ8/cuCLYSIUWymBlLYDlwrXIbifnzN0CnJdmqiANh5XWlyE56VPoYA 6gGMTLzGkpDXhx3BxC3CoSfmtvrkzmjGHgZeKUjpW9Nb8Ti64bXVgyHvTzO6jtc8nmcM zIRA== X-Gm-Message-State: AOAM532VdkILGaVUJpWQjH2XgxDpsJRXstQnP10sEsPyvY+6CVes2FSt 05oq0WJkY0lJzeRoJeS4RiTRabP5Sj1tIfrjFjJ+6O5E X-Google-Smtp-Source: ABdhPJyrYFTSqUa2bqyfJx2+C56xGckh8XSqAF8CR+xvA55EUycflB35y1nbt/u3U2l2XVFN3g8D8qxC8uEuWtFyp70= X-Received: by 2002:adf:d0d1:: with SMTP id z17mr7221311wrh.175.1589480043836; Thu, 14 May 2020 11:14:03 -0700 (PDT) MIME-Version: 1.0 Date: Thu, 14 May 2020 20:13:53 +0200 Message-ID: To: php internals Content-Type: text/plain; charset="UTF-8" Subject: [PHP-DEV] SPL development interest From: jakob@givoni.dk (Jakob Givoni) Hi Internals, SPL is an extension that is always available in PHP. It provides some classes, interfaces and functions etc. such as - ArrayObject class - Countable interface - iterator_count function What I'd like to wrap my head around is the position of this extension in PHP and the sentiments towards SPL from the Internals developers. - What is the status of this extension currently? Is it being actively developed or just supported? - Is there any interest in adding stuff here - f.ex. new classes, interfaces or traits? - And technically, how is something like ArrayObject class implemented? And should you implement it again, would it be done the same way? Thanks for your time, Jakob