DEV Community

Nikolaos Dimopoulos for Phalcon PHP Framework

Posted on • Originally published at blog.phalcon.io on

Phalcon v5.0.0RC2 Released!

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 use htmlspecialchars() #15978

Fixed

  • Fixed Phalcon\Http\Response::getQualityHeader() to check if the server variable is null before performing preg_split #15984

Added

  • Added StringValLegacy filter using filter_var() for PHP < 8.1 #15978

Top comments (0)