Re: [PHP-DEV] [VOTE] Undefined Property Error Promotion

2022-04-28 Thread Côme Chilliet
Le lundi 25 avril 2022, 18:19:33 CEST Rowan Tommins a écrit : > Look at how the untyped property behaves in this example: > https://3v4l.org/nClNs The property disappears from var_dump(), but is > not actually deleted from the object, as seen by it still being private > when assigned a new value

[PHP-DEV] Re: ***SPAM*** Re: [PHP-DEV] Deprecated partially supported callables: should is_callable() throwa deprecation notice ?

2022-04-28 Thread Juliette Reinders Folmer
On 22-4-2022 8:47, Rowan Tommins wrote: On 22 April 2022 02:02:58 BST, php-internals_nos...@adviesenzo.nl wrote: I agree it would be a good idea to run a package analysis, but to be fair, in all honesty that should have been done for the original RFC, which was completely missing an impact a

[PHP-DEV] PHP 8.1.6RC1 Available for testing

2022-04-28 Thread Ben Ramsey
PHP 8.1.6RC1 has just been released and can be downloaded from: https://downloads.php.net/~ramsey/ Or use the git tag: php-8.1.6RC1 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. Hash v

Re: [PHP-DEV] Deprecated partially supportedcallables: should is_callable() throwa deprecation notice ?

2022-04-28 Thread Christoph M. Becker
On 28.04.2022 at 16:09, Juliette Reinders Folmer wrote: > On 22-4-2022 8:47, Rowan Tommins wrote: > >> On 22 April 2022 02:02:58 BST, php-internals_nos...@adviesenzo.nl wrote: >> >>> I agree it would be a good idea to run a package analysis, but to be >>> fair, in all honesty that should have been

[PHP-DEV] PHP 8.0.19RC1 Available for testing

2022-04-28 Thread Gabriel Caruso
PHP 8.0.19RC1 has just been released and can be downloaded from: https://downloads.php.net/~carusogabriel/ Or use the git tag: php-8.0.19RC1 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

Re: [PHP-DEV] [VOTE] Undefined Property Error Promotion

2022-04-28 Thread Larry Garfield
On Thu, Apr 28, 2022, at 9:05 AM, Côme Chilliet wrote: > Le lundi 25 avril 2022, 18:19:33 CEST Rowan Tommins a écrit : >> Look at how the untyped property behaves in this example: >> https://3v4l.org/nClNs The property disappears from var_dump(), but is >> not actually deleted from the object, as

Re: [PHP-DEV] Deprecated partially supported callables: should is_callable() throwa deprecation notice ?

2022-04-28 Thread Rowan Tommins
On 28/04/2022 15:09, Juliette Reinders Folmer wrote: Ah! So you're basically asking for the impossible. Search for a code pattern where a deprecation would not be useful, while noone has been able to come up with one. Not at all. I'm saying look at how different people use the function, and

[PHP-DEV] Re: ***SPAM*** Re: [PHP-DEV] Deprecated partially supported callables: should is_callable() throwa deprecation notice ?

2022-04-28 Thread Juliette Reinders Folmer
On 28-4-2022 21:42, Rowan Tommins wrote: On 28/04/2022 15:09, Juliette Reinders Folmer wrote: Ah! So you're basically asking for the impossible. Search for a code pattern where a deprecation would not be useful, while noone has been able to come up with one. Not at all. I'm saying look at

Re: [PHP-DEV] Deprecated partially supportedcallables: should is_callable() throwa deprecation notice ?

2022-04-28 Thread Juliette Reinders Folmer
On 28-4-2022 17:00, Christoph M. Becker wrote: On 28.04.2022 at 16:09, Juliette Reinders Folmer wrote: On 22-4-2022 8:47, Rowan Tommins wrote: On 22 April 2022 02:02:58 BST,php-internals_nos...@adviesenzo.nl wrote: I agree it would be a good idea to run a package analysis, but to be fair,