[PHP-DEV] Re: ***SPAM*** Re: [PHP-DEV] Re: ***SPAM*** [PHP-DEV] Additional small features for 8.2

2022-08-18 Thread Juliette Reinders Folmer
On 18-8-2022 19:12, Jakub Zelenka wrote: On Thu, Aug 18, 2022 at 5:11 PM Juliette Reinders Folmer < php-internals_nos...@adviesenzo.nl> wrote: On 18-8-2022 15:46, Jakub Zelenka wrote: Make libxml_set_external_entity_loader() return the previous loader https://github.com/php/php-src/pull/7977

Re: [PHP-DEV] Re: ***SPAM*** [PHP-DEV] Additional small features for 8.2

2022-08-18 Thread Jakub Zelenka
On Thu, Aug 18, 2022 at 5:11 PM Juliette Reinders Folmer < php-internals_nos...@adviesenzo.nl> wrote: > On 18-8-2022 15:46, Jakub Zelenka wrote: > > Make libxml_set_external_entity_loader() return the previous loader > > https://github.com/php/php-src/pull/7977 > > Based on the PR, this introduces

[PHP-DEV] Re: ***SPAM*** [PHP-DEV] Additional small features for 8.2

2022-08-18 Thread Juliette Reinders Folmer
On 18-8-2022 15:46, Jakub Zelenka wrote: Make libxml_set_external_entity_loader() return the previous loader https://github.com/php/php-src/pull/7977 Based on the PR, this introduces a new function to PHP/the `libxml` extension. Doesn't that need an RFC ? Note: I'm not opposed to the change

[PHP-DEV] PHP 8.1.10RC1 Available for testing

2022-08-18 Thread Ben Ramsey
PHP 8.1.10RC1 has just been released and can be downloaded from: https://downloads.php.net/~ramsey/ Or use the git tag: php-8.1.10RC1 Windows binaries are available at https://windows.php.net/qa#php-8.1 Please test it carefully, and report any bugs to http://github.com/php/php-src/issues. Has

[PHP-DEV] PHP 8.2.0 Beta 3 available for testing

2022-08-18 Thread Pierrick Charron
PHP 8.2.0beta3 has just been released and can be downloaded from: https://downloads.php.net/~pierrick or https://qa.php.net/ or use the git tag: php-8.2.0beta3 Windows binaries are available at: https://windows.php.net/qa/#php-8.2 Please test it carefully, and report any bugs to https://githu

[PHP-DEV] Re: Additional small features for 8.2

2022-08-18 Thread Jakub Zelenka
On Thu, Aug 18, 2022 at 3:37 PM Ben Ramsey wrote: > > On Aug 18, 2022, at 08:46, Jakub Zelenka wrote: > > > > Hi, > > > > There are some small self contained features that would be good to get > to 8.2 unless there are any objections ofc. > > > > Make libxml_set_external_entity_loader() return t

[PHP-DEV] Re: Additional small features for 8.2

2022-08-18 Thread Christoph M. Becker
On 18.08.2022 at 16:37, Ben Ramsey wrote: >> On Aug 18, 2022, at 08:46, Jakub Zelenka wrote: >> >> There are some small self contained features that would be good to get to >> 8.2 unless there are any objections ofc. >> >> Make libxml_set_external_entity_loader() return the previous loader >> ht

[PHP-DEV] Re: Additional small features for 8.2

2022-08-18 Thread Ben Ramsey
> On Aug 18, 2022, at 08:46, Jakub Zelenka wrote: > > Hi, > > There are some small self contained features that would be good to get to 8.2 > unless there are any objections ofc. > > Make libxml_set_external_entity_loader() return the previous loader > https://github.com/php/php-src/pull/7977

[PHP-DEV] Additional small features for 8.2

2022-08-18 Thread Jakub Zelenka
Hi, There are some small self contained features that would be good to get to 8.2 unless there are any objections ofc. Make libxml_set_external_entity_loader() return the previous loader https://github.com/php/php-src/pull/7977 Improved responses to different requests on static resources in buil

[PHP-DEV] PHP 8.0.23RC1 Available for testing

2022-08-18 Thread Gabriel Caruso
PHP 8.0.23RC1 has just been released and can be downloaded from: https://downloads.php.net/~carusogabriel/ Or use the git tag: php-8.0.23RC1 Windows binaries are available at https://windows.php.net/qa#php-8.0 Please test it carefully, and report any bugs to https://github.com/php/php-src/issue

[PHP-DEV] [PHP 8.2] Add a filter flag FILTER_FLAG_NO_SCIENTIFIC

2022-08-18 Thread Sergey Panteleev
Hey internals, another feature requires a discussion [1]. I and Pierrick have discussed this, and if there are no flags that we have not noticed preventing the merge, we plan to include this PR in PHP 8.2 before RC cycle is started. We would like to hear your thoughts about this issue. [1] ht