[PHP-DEV] Fork microsoft/php-sdk-binary-tools to PHP org on GH

2021-12-01 Thread Christoph M. Becker
Hi all, since Microsoft won't support PHP 8 and beyond, it appears to be reasonable to fork the microsoft/php-sdk-binary-tools[1] to the PHP org account on Github. The PHP-SDK is required to build PHP on Windows[2], and at least some adaptions to newer PHP versions need to be done[3], and there i

[PHP-DEV] Array comparison works completely different than documented?

2021-12-01 Thread André Hänsel
The official documentation contains a conceptual description of array comparison in https://www.php.net/manual/en/language.operators.comparison.php#example-113. Curiously the people who wrote the inofficial spec (I think the HHVM team at Facebook?) came to pretty much the same result, described in

Re: [PHP-DEV] Array comparison works completely different than documented?

2021-12-01 Thread G. P. B.
On Wed, 1 Dec 2021 at 13:56, André Hänsel wrote: > The official documentation contains a conceptual description of array > comparison in > https://www.php.net/manual/en/language.operators.comparison.php#example-113 > . > > Curiously the people who wrote the inofficial spec (I think the HHVM team

[PHP-DEV] Re: Array comparison works completely different than documented?

2021-12-01 Thread Christoph M. Becker
On 01.12.2021 at 14:56, André Hänsel wrote: > The official documentation contains a conceptual description of array > comparison in > https://www.php.net/manual/en/language.operators.comparison.php#example-113. > > Curiously the people who wrote the inofficial spec (I think the HHVM team at > Face

Re: [PHP-DEV] Fork microsoft/php-sdk-binary-tools to PHP org on GH

2021-12-01 Thread Pierre Joye
Hi Christoph, On Wed, Dec 1, 2021, 5:48 PM Christoph M. Becker wrote: > Hi all, > > since Microsoft won't support PHP 8 and beyond, it appears to be > reasonable to fork the microsoft/php-sdk-binary-tools[1] to the PHP org > account on Github. The PHP-SDK is required to build PHP on Windows[2],

Re: [PHP-DEV] Re: [VOTE] Deprecate dynamic properties

2021-12-01 Thread Larry Garfield
On Tue, Nov 30, 2021, at 10:17 PM, Brady Wetherington via internals wrote: …It's been merged to master, so you could stand up a build now and point to the many deprecation warnings you're expecting. I'm not saying send PRs to fix them all, just show real impact rather than theoret

Re: [PHP-DEV] Re: Array comparison works completely different than documented?

2021-12-01 Thread Benjamin Morel
> > The point is that $a > $b is actually checking whether $b <= $a. This > is fine for ordered values, but these arrays are not orderable > (according to PHP's comparison). That might indeed not be documented in > the PHP manual (the language specification appears to be abandoned anyway). Shou

Re: [PHP-DEV] Re: [VOTE] Deprecate dynamic properties

2021-12-01 Thread Sara Golemon
On Tue, Nov 30, 2021 at 10:18 PM Brady Wetherington < bwethering...@grokability.com> wrote: > >>> …It's been merged to master, so you could stand up a build now and > point to the many deprecation warnings you're expecting. I'm not saying > send PRs to fix them all, just show real impact rather t

Re: [PHP-DEV] Re: [VOTE] Deprecate dynamic properties

2021-12-01 Thread Brady Wetherington via internals
On Wed, Dec 1, 2021 at 9:16 PM Sara Golemon wrote: > > On Tue, Nov 30, 2021 at 10:18 PM Brady Wetherington > wrote: >> >> >>> …It's been merged to master, so you could stand up a build now and point >> >>> to the many deprecation warnings you're expecting. I'm not saying send >> >>> PRs to fi