Fixes
- Security:
View::e()now passesENT_QUOTES | ENT_SUBSTITUTEandUTF-8tohtmlentities(), 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()returnsfalsewhen there are no rows instead of fatalling ongetData()(#727, fixes #726). A matching row with a SQLNULLcolumn still returnsnull.
Upgrading
composer update flightphp/core