Skip to content

Commit 74a80cf

Browse files
committed
UPGRADING: Note Phar::setAlias()/setDefaultStub() return type changes
Follow-up to phpGH-15426 (6836cae)
1 parent 6351468 commit 74a80cf

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

UPGRADING

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -656,6 +656,10 @@ PHP 8.4 UPGRADE NOTES
656656
- PGSQL:
657657
. pg_select, the conditions arguments accepts an empty array and is optional.
658658

659+
- Phar:
660+
. Phar::setAlias() and Phar::setDefaultStub() methods now have a return type of
661+
true instead of bool.
662+
659663
- POSIX:
660664
. posix_isatty now sets the error number when the file descriptor/stream argument
661665
is invalid.

0 commit comments

Comments
 (0)