Skip to content

4.28.0

Compare
Choose a tag to compare
@orklah orklah released this 07 Oct 16:18
· 81 commits to 4.x since this release
52e96be

What's Changed

Features

Fixes

  • Fix ctype_digit assertion bug by @fluffycondor in #8466
  • partial revert nullable type for curl_multi_getcontent by @kkmuffme in #8367
  • classlike_alias incorrect casing not handled correctly by @kkmuffme in #8468
  • Update phpredis.phpstub by @sergkash7 in #8136
  • date_get_last_errors(), DateTime::getLastErrors() may return false by @gsteel in #8478
  • Fix array_key_exists first argument false positive by @hirokinoue in #8489
  • Fix array_column with object and column name null by @HypeMC in #8491
  • Add null-type to several DOM-functions by @tvdijen in #8490
  • Make Psalter add @throws annotation with properly namespaced exception by @d-claassen in #8480
  • use cache for declared function when available before falling back to stubs by @kkmuffme in #8503
  • fix crash in <PHP8 with ResourceBundle by @kkmuffme in #8416
  • Fixed function signatures of imap_delete and imap_undelete by @ppdeblieck in #8537

Docs

  • Document the object with properties syntax by @HypeMC in #8493
  • Make template constraints examples in docs consistent by @HypeMC in #8492

Internal changes

New Contributors

Full Changelog: 4.27.0...4.28.0