New
Unclaimed project
Are you a maintainer of cphalcon? Claim this project to take control of your public changelog and roadmap.
Changelog
High performance, full-stack PHP framework delivered as a C extension.
ssldispatch:beforeCallAction and dispatch:afterCallAction to last-minute modifications to handler and method (mostly for debugging).Phalcon\Forms\Form and Phalcon\Filter\Validation to correctly handle the validate() response when using validation class beforeValidate() #16702Phalcon\Support\Debug to use correct passed arguments in set_error_handler callback. PHP v7.2.0 deprecated errcontext and has been removed since php v8.0.0 #16649Phalcon\Http\Response\Cookies, Phalcon\Http\Response\CookiesInterface and Phalcon\Http\Cookie to use correct cookie default arguments, avoid deprecated null assign warning when trying to assign the same cookie twice #16649Phalcon\Encryption\Crypt to use strlen instead of mb_strlen for padding calculations #16642Phalcon\Filter\Validation\Validator\File\MimeType::validate to close the handle when using finfo #16647Phalcon\Mvc\Model\Manager::getRelationRecords to explicitly set the referencedModel in the conditions along with the referencedFields #16655Phalcon\Image\Adapters\AbstractAdapter::watermark to correctly calculate the Y offset #16658Phalcon\Dispatcher\AbstractDispatcher when calling action methods that do not define parameters to prevent Unknown named parameter error.Phalcon\Di\Injectable to reference the correct instance of Phalcon\Di\Di in the docblock property #16634Phalcon\Filter\Filter to have the correct docblock for IDE completionPhalcon\Mvc\Model\Query to use the lifetime in the "cache" service if none has been supplied by the options #16696Phalcon\Session\Adapter\Stream::gc() to throw an exception if something is wrong with glob() #16713Phalcon\Http\Request::getBasicAuth() to return a null password if not defined on the server #16668