[PHP-DEV] Re: PHP 8 release announcement page on php.net

2020-11-18 Thread Roman Pronskiy
Folks, The PR with the page implementation is almost ready [1]. There a few things left, but comments are very welcome. It has a Russian version as an example of a translated page [2]. If you'd like to help with translating to other languages, please create PR against [3]. [1] https://github.com

[PHP-DEV] Access to edit.php.net server

2020-11-18 Thread Yannick Torrès
Hi all, There is actually some trouble with svn commit via the editor. With this new server, i have not longer access to edit.php.net server via ssh to try to understand with there is this problem Is there someone who can get me a ssh access to this server? Best, Yannick

Re: [PHP-DEV] [RFC] Draft - Closure self reference

2020-11-18 Thread Dan Ackroyd
On Wed, 11 Nov 2020 at 18:37, David Rodrigues wrote: > > My suggestion is to reuse the keyword `as` to set a variable that will > represent its own > closure. It is more flexible once that we could choose any name and reuse in > nested closures. > It is pretty similar to how SQL works too. Hi D

Re: [PHP-DEV] Was removing major version from apache module a mistake?

2020-11-18 Thread Dan Ackroyd
On Tue, 10 Nov 2020 at 20:22, Dan Muey wrote: > > Hello, > > Was removing the major version from apache module done on purpose It was done on purpose on 28 Jan 2019 https://github.com/php/php-src/pull/3769 Although it is annoying to have minor things like this change, projects need to be able to

Re: [PHP-DEV] Was removing major version from apache module a mistake?

2020-11-18 Thread Nikita Popov
On Wed, Nov 18, 2020 at 10:54 PM Dan Ackroyd wrote: > On Tue, 10 Nov 2020 at 20:22, Dan Muey wrote: > > > > Hello, > > > > Was removing the major version from apache module done on purpose > > It was done on purpose on 28 Jan 2019 > https://github.com/php/php-src/pull/3769 > > Although it is ann

Re: [PHP-DEV] Was removing major version from apache module a mistake?

2020-11-18 Thread Dan Muey
thanks Nikita, we didn’t notice until we went to build the beta and RC RPMs in prep for release. We looked over the breaking changes list but I guess we didn’t read far enough down the entire changes list. Dropping DSO is not a bad thing since there are so many other better ways to serve PHP.