Skip to content

v3.19.3

Latest

Choose a tag to compare

@ambrose5773 ambrose5773 released this 04 Sep 03:58
24640dc

Fixes

  • Security: View::e() now passes ENT_QUOTES | ENT_SUBSTITUTE and UTF-8 to htmlentities(), so single quotes are escaped on PHP 7.4 and 8.0 as well as newer versions (#728, GHSA-r8g9-m376-w889).
  • SimplePdo / PdoWrapper: fetchField() returns false when there are no rows instead of fatalling on getData() (#727, fixes #726). A matching row with a SQL NULL column still returns null.

Upgrading

composer update flightphp/core