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
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
>
> 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
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
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],
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
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
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
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