[PHP-DEV] PHP 8.3.21 Released

2025-05-08 Thread ericmann
The PHP development team announces the immediate availability of PHP 8.3.21. This is a bugfix release. All PHP 8.3 users are encouraged to upgrade to this version. For source downloads of PHP 8.3.21 please visit our downloads page: https://www.php.net/downloads Windows binaries can be found o

Re: [PHP-DEV] Initial discussion - more deprecation options

2025-05-08 Thread Ilija Tovilo
Hi Daniel On Thu, May 8, 2025 at 5:48 PM Daniel Scherzer wrote: > > So this example would emit deprecation warnings on all getting and setting > operations, but I was thinking that they would *not* be emitted when being > accessed from within the same class (private scope). Consider a project t

Re: [PHP-DEV] [RFC] [Discussion] Add WHATWG compliant URL parsing API

2025-05-08 Thread Paul M. Jones
Hi all, > On May 7, 2025, at 17:02, Gina P. Banyard wrote: > > On Wednesday, 7 May 2025 at 20:20, Paul M. Jones wrote: > >> I am on record as wanting very much to see some decent web-centric objects >> in core PHP (Request, Response, Uri/Url, etc). >> >> To my chagrin, despite the fact that

Re: [PHP-DEV] Initial discussion - more deprecation options

2025-05-08 Thread Daniel Scherzer
On Thu, May 8, 2025 at 8:38 AM Tim Düsterhus wrote: > Hi > > Am 2025-05-07 21:43, schrieb Niels Dossche: > > Definitely NAK on deprecating properties, which has the potential of > > adding lots of overhead. > > FWIW: Deprecating properties is already possibly by means of deprecating > a property

[PHP-DEV] PHP 8.4.7 Released

2025-05-08 Thread Saki Takamachi
The PHP development team announces the immediate availability of PHP 8.4.7. This is a bugfix release. All PHP 8.4 users are encouraged to upgrade to this version. For source downloads of PHP 8.4.7 please visit our downloads page. Windows binaries can be found on the PHP for Windows site. The list

Re: [PHP-DEV] Modules, again.

2025-05-08 Thread Larry Garfield
On Wed, May 7, 2025, at 3:51 PM, Michael Morris wrote: >> The main exception, as you have pointed out, is plugin architectures >> like WordPress, where the plugin might want to "privately" use some >> library without impacting the host application and other plugins. > > It's not just WordPress.

Re: [PHP-DEV] Re: RFC: Nested Classes

2025-05-08 Thread Tim Düsterhus
Hi Am 2025-05-07 19:15, schrieb Rowan Tommins [IMSoP]: There are three "platform dependency" pseudo-packages available for packages to depend on different aspects of Composer's version: https://getcomposer.org/doc/articles/composer-platform-dependencies.md If these didn't seem suitable, they c

RE: External Message: Re: [PHP-DEV] [RFC] [Discussion] Minor version compatibility

2025-05-08 Thread Jeffrey Dafoe
> -Original Message- > You consider it pressure, I consider it communicating how I feel about > contributing to the project, which has already been less enjoyable than before > for a while. > > > Best regards, > > Gina P. Banyard Just a quick note, your contributions to the project are

Re: [PHP-DEV] [RFC] [Discussion] Minor version compatibility

2025-05-08 Thread Christian Schneider
Am 08.05.2025 um 00:36 schrieb Gina P. Banyard : >> If this would have been done without warning phase then it would be a >> blocker for upgrading to PHP 8.4, now filtering this warning is enough while >> the packages are being updated. > > Comparing a core language change to be the same level a

[PHP-DEV] [RFC] [Vote] Add WHATWG compliant URL parsing API

2025-05-08 Thread Máté Kocsis
Hello Everyone, As promised a few days ago, I hereby start the vote for the "Add RFC 3986 and WHATWG URL compliant API" RFC. The vote will be open until 2025-05-22. RFC link: https://wiki.php.net/rfc/url_parsing_api Discussion thread: https://externals.io/message/123997 Regards, Máté