[PHP-DEV] PHP 8.0.28 Released

2023-02-14 Thread Gabriel Caruso
The PHP development team announces the immediate availability of PHP 8.0.28. This is a security-fix release that addresses CVE-2023-0567, CVE-2023-0568, and CVE-2023-0662. All PHP 8.0 users are advised to upgrade to this version. For source downloads of PHP 8.0.28 please visit our downloads page.

[PHP-DEV] [RFC] Working With Substrings

2023-02-14 Thread Thomas Hruska
Hello Internals, I would like to start the discussion on adding several functions and parameters to existing functions for improved substring handling in PHP: https://wiki.php.net/rfc/working_with_substrings Please see the Open Issues section for a series of possible issues/questions that I

[PHP-DEV] PHP 8.2.3 Released!

2023-02-14 Thread Pierrick Charron
The PHP development team announces the immediate availability of PHP 8.2.3. This is a security release that addresses CVE-2023-0567, CVE-2023-0568, and CVE-2023-0662. All PHP 8.2 users are advised to upgrade to this version. For source downloads of PHP 8.2.3 please visit our downloads page. Windo

[PHP-DEV] PHP 8.1.16 Released!

2023-02-14 Thread Ben Ramsey
The PHP development team announces the immediate availability of PHP 8.1.16. This is a security release that addresses CVE-2023-0567, CVE-2023-0568, and CVE-2023-0662. All PHP 8.1 users are advised to upgrade to this version. For source downloads of PHP 8.1.16 please visit our downloads page. Wi

Re: [PHP-DEV] [RFC] Working With Substrings

2023-02-14 Thread Rowan Tommins
On 14/02/2023 15:32, Thomas Hruska wrote: Hello Internals, I would like to start the discussion on adding several functions and parameters to existing functions for improved substring handling in PHP: https://wiki.php.net/rfc/working_with_substrings Hi Thomas, Thanks for your effort on th

[PHP-DEV] PHP 8.1.16 tarballs fixed! [Re: PHP 8.1.16 Released!]

2023-02-14 Thread Ben Ramsey
My sincerest apologies to all for the corrupted PHP 8.1.16 tarballs. I have corrected the problem and uploaded new tarballs. The new tarballs are available at . However, due to the caching at our CDN, it may take up to 24 hours for the URLs to respond with the updated f

Re: [PHP-DEV] [RFC] Working With Substrings

2023-02-14 Thread Thomas Hruska
On 2/14/2023 2:02 PM, Rowan Tommins wrote: On 14/02/2023 15:32, Thomas Hruska wrote: Hello Internals, I would like to start the discussion on adding several functions and parameters to existing functions for improved substring handling in PHP: https://wiki.php.net/rfc/working_with_substrings

Re: [PHP-DEV] [RFC] Working With Substrings

2023-02-14 Thread Rowan Tommins
On 15 February 2023 02:35:42 GMT, Thomas Hruska wrote: >On 2/14/2023 2:02 PM, Rowan Tommins wrote: >I thought about that but didn't know how well it would be received nor, >perhaps more importantly, the direction it should take (i.e. a formal Zend >type in the engine, extending the existing zend

Re: [PHP-DEV] [RFC] Working With Substrings

2023-02-14 Thread Rowan Tommins
On 15 February 2023 05:18:50 GMT, Rowan Tommins wrote: >My instinct was that it could just be a built-in class, with an internal >pointer to a zend_string that's completely invisible to userland. Something >like how the SimpleXML and DOM objects just point into a libxml parse result. To make th