From f61aad8f32720a0b92ffa5c5ba20a4a3d97d0388 Mon Sep 17 00:00:00 2001 From: Ayesh Karunaratne Date: Mon, 26 Aug 2024 03:35:38 +0700 Subject: [PATCH] [skip ci] UPGRADING: Note `Phar::setAlias()`/`setDefaultStub()` return type changes (#15566) Follow-up to GH-15426 (6836cae) Co-authored-by: Gina Peter Banyard --- UPGRADING | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/UPGRADING b/UPGRADING index 88d022c2421de..4d3a460e6a5c0 100644 --- a/UPGRADING +++ b/UPGRADING @@ -657,6 +657,10 @@ PHP 8.4 UPGRADE NOTES - PGSQL: . pg_select, the conditions arguments accepts an empty array and is optional. +- Phar: + . Phar::setAlias() and Phar::setDefaultStub() methods now have a tentative + return type of true instead of bool. + - POSIX: . posix_isatty now sets the error number when the file descriptor/stream argument is invalid.