Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:128557 X-Original-To: internals@lists.php.net Delivered-To: internals@lists.php.net Received: from php-smtp4.php.net (php-smtp4.php.net [45.112.84.5]) by lists.php.net (Postfix) with ESMTPS id 8C1E01A00BC for ; Tue, 26 Aug 2025 13:58:22 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=php.net; s=mail; t=1756216609; bh=HYPlt3IwXjeaXcw5dnnWT2NSouNmYhXdaetPm0JdgKQ=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=TnSxyM6nOmCPaAfClHwHfBIk6rQgAqbv9kd65MRvMUUDS8e42RCsRzf733CKqh2t+ Ex8wQVmc+l09TEWjJ72/bt5h5gR2BRtmZlQrhncomLAZREQ7KTGv6by52XrOBvKPS8 u00q7PxBvS7XohF4n6ckFRYN3ur/1EPRljuPaET2GmdhmPp7nVtDaL9ergf0p8vhyW 9UI8V0UjMLJsMoq7xjliflyhwHlxh/7HdoN+zGCtZSr+XW4qpiVCCPnNIQQyI1Kfw+ estYGPyE5dagECZxfPBvJX77fDGBmzsxj3sUE5Cx6jQWW0r2S+DrXHz4OKt1TRGAw+ SC3tZKCrplsiQ== Received: from php-smtp4.php.net (localhost [127.0.0.1]) by php-smtp4.php.net (Postfix) with ESMTP id 0344118005D for ; Tue, 26 Aug 2025 13:56:49 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 4.0.1 (2024-03-25) 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,DMARC_PASS,SPF_HELO_NONE, SPF_PASS autolearn=no autolearn_force=no version=4.0.1 X-Spam-Virus: No X-Envelope-From: Received: from chrono.xqk7.com (chrono.xqk7.com [176.9.45.72]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by php-smtp4.php.net (Postfix) with ESMTPS for ; Tue, 26 Aug 2025 13:56:48 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bastelstu.be; s=mail20171119; t=1756216699; bh=1kHkHzB9ZCum0xEnP47OjHgGD8pgjeyTYeYb6KaJ0rc=; h=MIME-Version:Date:From:To:Cc:Subject:In-Reply-To:References: Message-ID:Content-Type:from:to:cc:subject:message-id; b=UUDjHLpAREDRDRWWZjex42AMwtZxjGKmWvN3jKJURhoYyivfLK+hS1S8l0EySq5fO txICEJ6XvzmdiBSFQxMVvTox9nReyJkOYyET01M1HzSQlbZlerpkUzXe7wdpuo80hi 73nYtYOsZ7g0Vfk90nBd/YKnAA1v8PUwC3BQ9z9YFJe9p/NIW9/Ozpbodg5XuldQaZ Dp1upYw+Ao/MxjYy8U2/zSv8Os3hGOwZbJSWfxOugKgrASsGTHXA0XsmOuuPhtl02L Bq/9LYT+lnaBAwQvqDci5HX8WmkWNirEWcyAFlj67WbDXQP9fL8DCKJuPAp8U7Le3e NmCHRZtnJ5hBw== Precedence: list list-help: list-post: List-Id: x-ms-reactions: disallow MIME-Version: 1.0 Date: Tue, 26 Aug 2025 15:58:18 +0200 To: Vinicius Dias Cc: PHP internals Subject: Re: [PHP-DEV] [RFC] Create "split" as an alias to "explode" In-Reply-To: References: <1ac93a41e6cb4909cb5d50ad03b39ed3@bastelstu.be> Message-ID: <5d87acfe2242d56b0453c149da830fd8@bastelstu.be> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit From: tim@bastelstu.be (=?UTF-8?Q?Tim_D=C3=BCsterhus?=) Hi Apologies for the late response. I've now taken another look. Am 2025-08-19 16:50, schrieb Vinicius Dias: >> The template specifically contains an RFC impact section that is >> missing from your RFC: > > I added that and the RFC Impact sections. I added "None" to the > existing extensions and SAPIs. Let me know if that should be like that > or if I should just omit those sections. Having the sections with an explicit “None” makes sense to me. > Let me know if that's enough or if I'm still missing something. > Thank you for the thorough feedback. While I still don't agree with the RFC, I believe it now fairly represents the discussion and I don't think anything important is missing from the RFC. I'm just taking a bit of an issue with the “Dislike for aliases” section: Just because folks (me included) are against adding more aliases, does not imply that they are in favor of removing existing aliases. I consider both adding new aliases as well as removing aliases to be disruptive and believe that the best action is “doing nothing” and accepting this as another case of a historical decision that might not have been made today. Best regards Tim Düsterhus