Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:119238 Return-Path: Delivered-To: mailing list internals@lists.php.net Received: (qmail 57172 invoked from network); 6 Jan 2023 16:01:55 -0000 Received: from unknown (HELO php-smtp4.php.net) (45.112.84.5) by pb1.pair.com with SMTP; 6 Jan 2023 16:01:55 -0000 Received: from php-smtp4.php.net (localhost [127.0.0.1]) by php-smtp4.php.net (Postfix) with ESMTP id BB2F8180087 for ; Fri, 6 Jan 2023 08:01:54 -0800 (PST) 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,SPF_HELO_PASS,SPF_PASS, T_SCC_BODY_TEXT_LINE,UNPARSEABLE_RELAY autolearn=no autolearn_force=no version=3.4.2 X-Spam-ASN: AS16276 149.56.0.0/16 X-Spam-Virus: No X-Envelope-From: Received: from tls2.org (tls2.org [149.56.142.28]) (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 ; Fri, 6 Jan 2023 08:01:54 -0800 (PST) Received: from [127.0.0.1] (localhost [127.0.0.1]) (Authenticated sender: thruska@cubiclesoft.com) with ESMTPSA id 3E4953E90C DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=cubiclesoft.com; s=default; t=1673020912; bh=ykymwU5KWiSU4TpvQX00iKTJtjOOrLP+OvUaIvEC4z0=; h=Date:From:To:Subject:From; b=bY8D6mgxGuKpaZhSurTZjLwxlkJAVGGb/fzFz7MD/PeABWm0MxcVQx/uE5Dh/qxg7 ZKhwHBvcpaKZU4ooalL9gnjgVsiJ7jrx1H3vdoDv17uKGwcVIOspyE/+sBrBdoYsMN Rnou78DaRbDssZ1XH6ICaUl1doMKH8ro3BS/GwJMHOkKp49DgBNhqSqChXoUmRAVhH l0zo2QfbrJcTDQ7+sy9WhEqYIHBLWLpJlSK5aurJ3927vthqzrHOlx9UzgISvsJ3Iq hiy/zT6sJp/WzNVeWL046PdYOdyS4DoCVd6RPsYNyXPp1eMiG6uqgdoVIPoWj7HLfw qrktRkQRoqjfQ== Message-ID: Date: Fri, 6 Jan 2023 09:01:50 -0700 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux i686; rv:11.0) Gecko/20120327 Thunderbird/11.0.1 Content-Language: en-US To: PHP Development Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Subject: A set of 18 functions/changes to improve PHP core From: thruska@cubiclesoft.com (Thomas Hruska) Pre-implemented as an extension (sort of) w/ a preliminary test suite to validate the implementations: https://github.com/cubiclesoft/php-ext-qolfuncs I probably violated some coding style guidelines and a few things are bound to ruffle some feathers. Be gentle? But all input is generally useful. I attempted to sign in with my existing PECL credentials on wiki.php.net (user: cubic) but that didn't work. Attempting to create a Wiki account for my possibly already existing user resulted in two error messages: An empty message box and another message box saying "The user could not be created." Requesting RFC karma for user 'cubic' (cubic@php.net) if possible. Thanks. I assume I'll need to create up to 18 separate RFCs unless one RFC is somehow fine? Not sure how this should be divvied up yet. -- Thomas Hruska CubicleSoft President CubicleSoft has over 80 original open source projects and counting. Plus a couple of commercial/retail products. What software are you looking to build?