Re: [PHP-DEV] Specify abstract parent methods for traits

2022-09-29 Thread MKS Archive
> On Sep 18, 2022, at 7:51 AM, Mohammad Amin Chitgarha > wrote: > > Hi. > > Currently, it's possible that, inside a trait's function, use the parent > method of a class using the trait. This way, not only it's implicitly > supposed the trait is used in a class having a parent, but also the

Re: [PHP-DEV] Specify abstract parent methods for traits

2022-09-29 Thread juan carlos morales
I am also confused about this. Are you trying to generate multiple inheritance with this? If not ... can you provide code examples of the problem and a a hypothetical code of the solution you propose to that problem? Thanks -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe,

[PHP-DEV] PHP 8.2.0RC3 available for testing

2022-09-29 Thread Pierrick Charron
PHP 8.2.0RC3 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.0RC3 Windows binaries are available at: https://windows.php.net/qa/#php-8.2 Please test it carefully, and report any bugs to

[PHP-DEV] PHP 8.1.11 Released

2022-09-29 Thread Patrick ALLAERT
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 The PHP development team announces the immediate availability of PHP 8.1.11. This is a security release. All PHP 8.1 users are encouraged to upgrade to this version. For source downloads of PHP 8.1.11 please visit our downloads page. Windows

Re: [PHP-DEV] PHP 7.4.32 Released!

2022-09-29 Thread Christoph M. Becker
On 29.09.2022 at 13:32, Lynn wrote: > On Thu, Sep 29, 2022 at 12:50 PM Yasuo Ohgaki wrote: > >> 2022年9月29日(木) 18:58 Derick Rethans : >> >>> The PHP development team announces the immediate availability of PHP >>> 7.4.32. >> >> What happened to 7.4.31? >> Just curious why it's missing. After

Re: [PHP-DEV] PHP 7.4.32 Released!

2022-09-29 Thread Derick Rethans
On 29 September 2022 12:32:57 BST, Lynn wrote: >On Thu, Sep 29, 2022 at 12:50 PM Yasuo Ohgaki wrote: > >> 2022年9月29日(木) 18:58 Derick Rethans : >> >> > The PHP development team announces the immediate availability of PHP >> > 7.4.32. >> > >> >> What happened to 7.4.31? >> Just curious why it's

Re: [PHP-DEV] Re: Alias for `int|float`

2022-09-29 Thread Olle Härstedt
2022-09-29 12:33 GMT+02:00, Ryan Jentzsch : > `number` type But frankly this seems a bit silly and reminds me too much of > JavaScript. That's just an example. You can also consider `use array|ArrayAccess as arraylike`, or such. Olle -- PHP Internals - PHP Runtime Development Mailing List To

Re: [PHP-DEV] PHP 7.4.32 Released!

2022-09-29 Thread Lynn
On Thu, Sep 29, 2022 at 12:50 PM Yasuo Ohgaki wrote: > 2022年9月29日(木) 18:58 Derick Rethans : > > > The PHP development team announces the immediate availability of PHP > > 7.4.32. > > > > What happened to 7.4.31? > Just curious why it's missing. > > -- > Yasuo Ohgaki > yohg...@ohgaki.net The

Re: [PHP-DEV] PHP 7.4.32 Released!

2022-09-29 Thread Yasuo Ohgaki
2022年9月29日(木) 18:58 Derick Rethans : > The PHP development team announces the immediate availability of PHP > 7.4.32. > What happened to 7.4.31? Just curious why it's missing. -- Yasuo Ohgaki yohg...@ohgaki.net

Re: [PHP-DEV] Re: Alias for `int|float`

2022-09-29 Thread Ryan Jentzsch
`number` type But frankly this seems a bit silly and reminds me too much of JavaScript. On Wed, Sep 28, 2022, 9:08 PM Hamza Ahmad wrote: > Hi Olle, > > I appreciate your idea of introducing a similar concept of typedef. > What if you write an RFC explaining that concept. I can join you >

[PHP-DEV] PHP 7.4.32 Released!

2022-09-29 Thread Derick Rethans
The PHP development team announces the immediate availability of PHP 7.4.32. This is security release that addresses an infinite recursion with specially constructed phar files, and prevents a clash with variable name mangling for the __Host/__Secure HTTP headers. All PHP 7.4 users are