Phalcon v5.0.0RC2 has been released!!
This release addresses a few bugs identified.
As always, a huge thank you to our community for testing, reporting bugs, enhancing the framework in any way possible!
The changelog for this release (v5.0.0RC2) is as follows:
Changed
- Changed the
StringVal
filter to now usehtmlspecialchars()
#15978
Fixed
- Fixed
Phalcon\Http\Response::getQualityHeader()
to check if the server variable isnull
before performingpreg_split
#15984
Added
- Added
StringValLegacy
filter usingfilter_var()
for PHP < 8.1 #15978
Top comments (0)