DEV Community

Nikolaos Dimopoulos for Phalcon PHP Framework

Posted on Originally published at blog.phalcon.io on

Phalcon v5.6.2 Released

We are happy to announce that Phalcon v5.6.2 has been released!

This release fixes a few bugs.

A huge thanks to our community for helping out with bug fixing and more importantly bug reporting!

Changelog

Changed

  • Changed Phalcon\Mvc\View\Engine\Volt\Compiler::filter to use the helper with upper and lower for UTF-8 characters #16543
  • Changed Phalcon\Di\AbstractInjectionAware to extend stdClass for PHP 8.2 deprecation warnings #16543

Upgrade

Developers can upgrade using PECL

pecl install phalcon-5.6.2

Enter fullscreen mode Exit fullscreen mode

To compile from source, follow our installation document

Top comments (0)