Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:105976 Return-Path: Delivered-To: mailing list internals@lists.php.net Received: (qmail 46480 invoked from network); 18 Jun 2019 21:31:28 -0000 Received: from unknown (HELO gateway5.unifiedlayer.com) (69.89.17.224) by pb1.pair.com with SMTP; 18 Jun 2019 21:31:28 -0000 Received: from cm6.websitewelcome.com (cm6.websitewelcome.com [108.167.139.19]) by gateway5.unifiedlayer.com (Postfix) with ESMTP id 465EF20094EC7 for ; Tue, 18 Jun 2019 13:45:55 -0500 (CDT) Received: from krieger.asoshared.com ([65.99.237.153]) by cmsmtp with ESMTP id dJ7DhZDcJ7MgvdJ7DhpCEA; Tue, 18 Jun 2019 13:45:55 -0500 X-Authority-Reason: nr=8 Received: from krieger.asoshared.com ([65.99.237.153]:28916) by krieger.asoshared.com with esmtpa (Exim 4.91) (envelope-from ) id 1hdJ7C-003HP9-Ub for internals@lists.php.net; Tue, 18 Jun 2019 14:45:54 -0400 MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Date: Tue, 18 Jun 2019 14:45:54 -0400 To: internals@lists.php.net In-Reply-To: References: <8442f1fa5544b2ca03e7cebbc64e8e5c@wkhudgins.info> Message-ID: <683c5da474e13283030cac3d0c0ec080@wkhudgins.info> X-Sender: will@wkhudgins.info User-Agent: Roundcube Webmail/1.3.3 X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - krieger.asoshared.com X-AntiAbuse: Original Domain - lists.php.net X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - wkhudgins.info X-BWhitelist: no X-Source-IP: 65.99.237.153 X-Source-L: Yes X-Exim-ID: 1hdJ7C-003HP9-Ub X-Source: X-Source-Args: X-Source-Dir: X-Source-Sender: krieger.asoshared.com [65.99.237.153]:28916 X-Source-Auth: will@wkhudgins.info X-Email-Count: 2 X-Source-Cap: d2todWRnaW47d2todWRnaW47a3JpZWdlci5hc29zaGFyZWQuY29t X-Local-Domain: yes Subject: RFC Desite to move RFC add_str_begin_and_end_functions to a vote From: will@wkhudgins.info Hello all, I submitted this RFC several years ago. I collected a lot of feedback and I have updated the RFC and corresponding github patch. Please see the RFC at https://wiki.php.net/rfc/add_str_begin_and_end_functions and the github patch at https://github.com/php/php-src/pull/2049. I have addressed many concerns (order of arguments, name of functions, multibye support, etc). I plan to move this RFC to a vote in the coming weeks. Thanks, Will