v4.0.3
Supported PHP Versions: 7.2, 7.3, 7.4
Fixed
- Fixed
Phalcon\Db\Adapter\Pdo\Mysql
Tinyint(1) is handled as boolean under MySql #14708 - Fixed
Phalcon\Mvc\View\Engine\Volt
to produce the correct order of variables for thejoin
filter #14771 - Fixed
Phalcon\Storage\Adapter\Stream::getKeys()
bug in the absence of a directory with a prefix name #14725, #14721 - Fixed
Phalcon\Debug::onUncaughtException
Should accept\Throwable
instead of\Exception
as an argument #14738 - Fixed
Phalcon\Validation\ValidatorFactory
Should return Phalcon\Validation\ValidatorInterface 14749 - Fixed
Phalcon\Mvc\Model\Binder
to now correctly callhas
andset
on the cache object #14743 - Fixed
Phalcon\Session\Adapter\Stream
andPhalcon\Storage\Adapter\Stream
to correctly handle simultaneous read/write #14694 - Fixed
Phalcon\Config\ConfigFactory
to always add the correct extension #14756