[PHP-DEV] PHP 7.4.3RC1 is available for testing

2020-02-05 Thread Derick Rethans
PHP 7.4.3RC1 has just been released and can be downloaded from: Or use the git tag: php-7.4.3RC1 Windows binaries are available at: Please test it carefully, and report any bugs in the bug system at .

Re: [PHP-DEV] Warn when declaring required parameter after optional one

2020-02-05 Thread Guilliam Xavier
Hi, On Wednesday, February 5, 2020, Nikita Popov wrote: > > > I like this idea and have updated the pull request to ignore the "Type > $param = null" case, so the deprecation should now just catch the > "definitely" incorrect signatures. > > So to summarize the current state: > > function test($f

Re: [PHP-DEV] Re: Warn when declaring required parameter after optional one

2020-02-05 Thread Nikita Popov
On Sun, Jan 19, 2020 at 10:15 PM Andrea Faulds wrote: > Hi Nikita, > > Nikita Popov wrote: > > > > Since nullable types have been available since PHP 7.1, having a required > > parameter after an optional one is increasingly likely a bug rather than > an > > intentional workaround, so I think it