Re: [PHP-DEV] Add security.txt file to php.net

2023-09-28 Thread Ben Ramsey
On 9/28/23 16:14, Derick Rethans wrote: On 28 September 2023 20:15:34 BST, Ben Ramsey wrote: 2. I have signed it with my php.net release manager key. Since we publish our release manager keys, I'm recommending that a release manager for a currently supported version of PHP (at the time)

Re: [PHP-DEV] proc_open() resource to opaque object migration

2023-09-28 Thread Derick Rethans
On 28 September 2023 21:19:47 BST, "Máté Kocsis" wrote: >Hi Everyone, > >I'm writing in connection with a question coming up lately during the >"resource to opaque object migration" project ( >https://github.com/php/php-tasks/issues/6) which we have been working on >for quite a long while. >

Re: [PHP-DEV] Add security.txt file to php.net

2023-09-28 Thread Derick Rethans
On 28 September 2023 20:15:34 BST, Ben Ramsey wrote: >2. I have signed it with my php.net release manager key. Since we > publish our release manager keys, I'm recommending that a release > manager for a currently supported version of PHP (at the time) be the > one to digitally sign this

[PHP-DEV] proc_open() resource to opaque object migration

2023-09-28 Thread Máté Kocsis
Hi Everyone, I'm writing in connection with a question coming up lately during the "resource to opaque object migration" project ( https://github.com/php/php-tasks/issues/6) which we have been working on for quite a long while. During the review of my PR migrating the resource returned by

[PHP-DEV] Add security.txt file to php.net

2023-09-28 Thread Ben Ramsey
I've just opened a PR on web-php to add a security.txt file to php.net[1]. Since there's currently some discussion around security audit priorities[2], I decided to notify this list first and see if there are any questions or concerns about adding a security.txt file. This file implements

[PHP-DEV] PHP 8.1.24 Released!

2023-09-28 Thread Ben Ramsey
The PHP development team announces the immediate availability of PHP 8.1.24. This is a bug fix release. All PHP 8.1 users are encouraged to upgrade to this version. For source downloads of PHP 8.1.24 please visit our downloads page. Windows binaries can be found on the PHP for Windows site. The

[PHP-DEV] PHP 8.3.0RC3 available for testing

2023-09-28 Thread Jakub Zelenka
PHP 8.3.0RC3 has just been released and may be downloaded from https://downloads.php.net/~jakub/ Or use the git tag: php-8.3.0RC3 Windows binaries are available at: https://windows.php.net/qa/ Please test it carefully, and report any bugs at https://github.com/php/php-src/issues The second

[PHP-DEV] PHP 8.2.11 Released!

2023-09-28 Thread Sergey Panteleev
The PHP development team announces the immediate availability of PHP 8.2.11. This is a security release. All PHP 8.2 users are encouraged to upgrade to this version. For source downloads of PHP 8.2.11 please visit our downloads page. Windows binaries can be found on the PHP for Windows site. The

Re: [PHP-DEV] Proposal to unbundle imap/pspell/oci8 extensions for PHP 8.4

2023-09-28 Thread Jakub Zelenka
On Wed, Sep 27, 2023, 14:14 Derick Rethans wrote: > On Fri, 15 Sep 2023, BohwaZ wrote: > > > > Considering the lack of updates from upstream as Derick mentioned, > > > lack of OAuth support (which webklex/php-imap supports), and a > > > somewhat lackluster documentation for ext-imap in php.net,

Re: [PHP-DEV] Proposal to unbundle imap/pspell/oci8 extensions for PHP 8.4

2023-09-28 Thread BohwaZ
> The ext/imap extension isn't going to disappear, it is not going be > unbundled as we can not guarantee the underlaying library is > maintained. Not only is it no longer maintained, the original > purveyors have removed any mention of it from their website. > > For most people, there will be

[PHP-DEV] trim support for multibyte spaces

2023-09-28 Thread youkidearitai
Hi, Internals. When I was watching https://github.com/php/php-src/issues/9216, I also want to trim function of multibyte trim functions. I think that in addition to mb_trim, mb_ltrim and mb_rtrim are also necessary. What do you think about this? Regards Yuya -- PHP Internals - PHP Runtime