DEV Community

Nikolaos Dimopoulos for Phalcon PHP Framework

Posted on Originally published at blog.phalcon.io on

Phalcon v5.3.1 Released

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

This release fixes a couple of nemory leaks found in the framework, in particular when using it alongside Swoole.

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

Changelog

Fixed

  • Fixed infinite save loop in Phalcon\Mvc\Model::save() #16395
  • Fixed undefined column with columnMap and model caching #16420
  • Fixed memory leak in Phalcon\Mvc\Router::handle() #16431

Upgrade

Developers can upgrade using PECL

pecl install phalcon-5.3.1

Enter fullscreen mode Exit fullscreen mode

To compile from source, follow our installation document

Top comments (0)