Skip to content

v5.0.5

Compare
Choose a tag to compare
@fabpot fabpot released this 29 Feb 12:31
· 629 commits to 7.2 since this release
v5.0.5

Changelog (v5.0.4...v5.0.5)

  • bug #35870 fix parsing static return type on interface method annotation (alekitto)
  • bug #35832 improved deprecation notices for methods new args and return type (HeahDude)
  • bug #35710 silence warning when zend.assertions=-1 (nicolas-grekas)
  • bug #35645 Never throw on warnings triggered by assert() and set assert.exception=1 in Debug::enable() (nicolas-grekas)
  • bug #35588 Escape variable in Exception template (jderusse)