From 03d21f0d0b3badc8b46f02e6afc355644922aea5 Mon Sep 17 00:00:00 2001 From: Ayesh Karunaratne Date: Sat, 24 Aug 2024 09:53:43 +0700 Subject: [PATCH] UPGRADING: Note `Phar::setAlias()`/`setDefaultStub()` return type changes 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.