PHP 8.5 introduces exciting updates, featuring a new URI extension compliant with both the 2005 URI RFC and the WHATWG URL standard used by browsers. This marks the first time PHP includes a standard-compliant URL parser, praised by the PHP Foundation as a success in open-source development. This extension allows for seamless, safe URL parsing and manipulation of individual components.
Additionally, PHP 8.5 introduces the innovative Pipe operator. This operator enables developers to chain multiple callable functions by passing a value through them, streamlining complex operations.
The release also brings new functions: array_first() and array_last(). These enhancements serve scenarios not covered by the existing arraykeyfirst() and arraykeylast(), enriching PHP’s native array handling capabilities.
Alongside these major updates, PHP 8.4.15 and 8.3.28 were also released, addressing security vulnerabilities and bugs.

