Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:127816 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 A88E11ADC50 for ; Tue, 1 Jul 2025 08:34:08 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=php.net; s=mail; t=1751358735; bh=DBXQyhuMFHdK/vfjK0OmjoJVqZbL3QVB8GBTnZJljf0=; h=Date:From:To:cc:Subject:In-Reply-To:References:From; b=dO4lPvMDkIFe16na+JaZknWbmsMJhU1sVVsSqa32IhkBZonG9HoAxbj6fOS75/Fmo DI9TkI7KSvLV+r3YJN3hyBUqkk+Tl4sTnPBvFttS7cheRpgadKnKRFTDpjKy93Vq0B 9bxKa1Ufv/kxAq9tE7pSjPJCXtj6g5BqgusltcGhT8kf4naBNn6ldbzmP11LEciiSE EbJStPJV2KK86O/SC3KNw/TCVfn9SKZdgoarlHtUUCnhv/yQ7CvNAC/HqXy0WVNZNk 4dSWrMQJX/WhXr9D23ktHg5plBtkMjdW5pr9ZC8YQTzwCDRr0uCPvcpqwhQgWfnl3G kWqf85udWpJyg== Received: from php-smtp4.php.net (localhost [127.0.0.1]) by php-smtp4.php.net (Postfix) with ESMTP id 1F27718066F for ; Tue, 1 Jul 2025 08:32:14 +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=3.6 required=5.0 tests=BAYES_50,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,DMARC_PASS,SPF_HELO_PASS, SPF_SOFTFAIL autolearn=no autolearn_force=no version=4.0.1 X-Spam-Virus: Error (Cannot connect to unix socket '/var/run/clamav/clamd.ctl': connect: Connection refused) X-Envelope-From: Received: from xdebug.org (xdebug.org [82.113.146.227]) (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, 1 Jul 2025 08:32:11 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=php.net; s=mail; t=1751358843; bh=DBXQyhuMFHdK/vfjK0OmjoJVqZbL3QVB8GBTnZJljf0=; h=Date:From:To:cc:Subject:In-Reply-To:References:From; b=lS1dTURRUeBrOkgrgvZH2ZedoqOO3eW2ABF/Hhj7dbb2uxypJlS2C1F69H2Ai1D40 BaP9C7wJzxqbGmnV/WVBSszZkPs8HgKm69+DDHKLgS6RE93IsguXf+hs6EJsnXShhu SVBP0aePu/klScx24LkxSyhpZ/ryUOWh6DuH8D4PapB11R2tUgX6DnSfQpuKmzA32J bPDboUZ2MQq1yKx1SgE3KnZHg2IR4xeFplcE/xBaVB5OGfjLGr9PLd25XF3XqgykI9 jsLzUDTRymjwi6IPhf72HNQnt+mYekThUQbUo2kiBYFHOOpCRe67vupriW4g9xpP8G 9ml4esEmpQrFw== Received: from localhost (localhost [IPv6:::1]) by xdebug.org (Postfix) with ESMTPS id 9607E10C104; Tue, 01 Jul 2025 09:34:03 +0100 (BST) Date: Tue, 1 Jul 2025 09:34:03 +0100 (BST) To: Adam Cable cc: php internals Subject: Re: [PHP-DEV] [VOTE] str_icontains In-Reply-To: Message-ID: References: Precedence: bulk list-help: list-post: List-Id: internals.lists.php.net x-ms-reactions: disallow MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII From: derick@php.net (Derick Rethans) On Tue, 1 Jul 2025, Adam Cable wrote: > Hi, > > Voting just opened on the "str_icontains" RFC. > > Please find the following resources: > > RFC: https://wiki.php.net/rfc/str_icontains > Discussion: https://externals.io/message/127667 > PR: https://github.com/php/php-src/pull/18705 > > As with every RFC, a 2/3 majority is required. > Voting ends 2025-07-16 00:00:00 UTC. I have voted "no" on this, as it's 2025, and we really shouldn't be introducing ASCII-only functions. cheers, Derick