PHP 8.5: What's New and Changed
New Features in PHP 8.5
- Pipe operator (
|>
) - Curl: New
curl_multi_get_handles
function - New
PHP_BUILD_DATE
constant - New
get_exception_handler
andget_error_handler
functions - Stack trace support for PHP Fatal errors
- New
locale_is_right_to_left
function andLocale::isRightToLeft
method - New
array_first
andarray_last
functions - CLI:
php --ini=diff
to output non-default INI directives - Intl: New
IntlListFormatter
class