Re: [PHP-DEV] [RFC] Add clamp function

2025-08-23 Thread Rob Landers
On Fri, Aug 22, 2025, at 22:09, Larry Garfield wrote: > On Fri, Aug 22, 2025, at 12:45 PM, Kyle Katarn wrote: > > > About "What determines comparability", it follows the usual rules of > > PHP: https://www.php.net/manual/en/language.operators.comparison.php > > > > So it's equivalent to ($value

Re: [PHP-DEV] [RFC] Add clamp function

2025-08-23 Thread Christoph M. Becker
On 22.08.2025 at 22:09, Larry Garfield wrote: > Though apparently what PHP currently does with Point comparisons in min/max > is... weird. I don't even know what the logic here is. :) > > https://3v4l.org/pTmiV That's the usual PHP object/array comparison [1]: 10 > 2, and 5 < 10. The $y member

Re: [PHP-DEV] [RFC] [Discussion] Recommend PIE and deprecate PECL

2025-08-23 Thread Alexandre Daubois
Le sam. 23 août 2025 à 09:42, James Titcumb a écrit : > > Folks, > > Presenting the RFC for deprecating PECL and adopting PIE as the recommended > extension installer for PHP: > > https://wiki.php.net/rfc/adopt_pie_deprecate_pecl > > Plan to move to vote on or shortly after 6th September. > > Tha

Re: [PHP-DEV] [RFC] [Discussion] Recommend PIE and deprecate PECL

2025-08-23 Thread Derick Rethans
On 23 August 2025 08:41:26 BST, James Titcumb wrote: >Folks, > >Presenting the RFC for deprecating PECL and adopting PIE as the recommended >extension installer for PHP: > >https://wiki.php.net/rfc/adopt_pie_deprecate_pecl > >Plan to move to vote on or shortly after 6th September. Yes please.

[PHP-DEV] [RFC] [Discussion] Recommend PIE and deprecate PECL

2025-08-23 Thread James Titcumb
Folks, Presenting the RFC for deprecating PECL and adopting PIE as the recommended extension installer for PHP: https://wiki.php.net/rfc/adopt_pie_deprecate_pecl Plan to move to vote on or shortly after 6th September. Thanks James