DEV Community

Nikolaos Dimopoulos for Phalcon PHP Framework

Posted on Originally published at blog.phalcon.io on

Phalcon v5.9.2 Released

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

This is a maintenance release, primarily fixing a bug we introduced from a previous bug fix :/

Community

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

Changelog

Fixed

  • Fixed Phalcon\Translate\Adapter\Csv the escape argument is explicitly required in PHP 8.4 #16733
  • Fixed Phalcon\Mvc\Model\Query to use the cacheOptions lifetime over the “cache” service lifetime

Upgrade

Developers can upgrade using PECL

pecl install phalcon-5.9.2

Enter fullscreen mode Exit fullscreen mode

To compile from source, follow our installation document

Top comments (0)