Skip to content

12.0.0: PHP 8 semantics

Compare
Choose a tag to compare
@thekid thekid released this 23 Mar 18:26
· 25 commits to main since this release

This major release adopts more PHP 8 semantics, getting rid of the XP annotation syntax with @ and deprecating implicitely nullable types. This is the last major release to support PHP 7, and only does so for its newest version.

Heads up!

RFCs

Features

  • Synchronized mime types list with most recent jshttp/mime-db - @thekid
  • Merged PR #338: Set default character set for property files to utf-8
    (@thekid)

Bugfixes