Skip to content

Commit

Permalink
[skip ci] UPGRADING: Note Phar::setAlias()/setDefaultStub() retur…
Browse files Browse the repository at this point in the history
…n type changes (#15566)

Follow-up to GH-15426 (6836cae)

Co-authored-by: Gina Peter Banyard <[email protected]>
  • Loading branch information
Ayesh and Girgias authored Aug 25, 2024
1 parent 3f4028d commit f61aad8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions UPGRADING
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit f61aad8

Please sign in to comment.