[PHP-DEV] Adding $before_needle argument to strrchr()

2023-06-25 Thread Berislav
Hi internals, I was told to ask for your feedback regarding the following PR I've opened: https://github.com/php/php-src/pull/11430. The PR adds a $before_needle argument to strrchr() that allows returning part of the haystack before the occurrence of the needle. Similar functions such as strstr(

Re: [PHP-DEV] [RFC] [Vote] PHP 8.3 deprecations

2023-06-25 Thread Go Kudo
2023年6月24日(土) 22:56 Nikita Popov : > On Thu, Jun 22, 2023, at 12:14, Máté Kocsis wrote: > > Hi Everyone, > > > > As previously announced on the list, we have just started the vote about > > the annual PHP deprecation RFC. > > > > Link to the RFC: https://wiki.php.net/rfc/deprecations_php_8_3 > > L