You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Tried to reproduce the behavior described in #16244 but had no success. #16244
Extended Phalcon\Di\Injectable from stdClass to remove the deprecation warning (dynamic properties) for PHP 8.2 #16308
Corrected the return type of Phalcon\Mvc\View::getVar() so that stubs can be accurate. #16276
Changed all the encode/decode methods for JSON to use the Phalcon\Support\Helper\Json\* classes. #15608
Changed the Phalcon\Support\Helper\Json\* classes to clear up json_last_error() before doing any conversions. #15608
Fixed Phalcon\Http\Request::getJsonRawBody to protect from empty body #16373
Added
Added getAdapter() in Phalcon\Mvc\Model\Metadata to retrieve the internal cache adapter if necessary. #16244
Added Phalcon\Storage\Adapter\Weak implemented with WeakReference has a cache/retrieval solution for objects not yet collected by the Garbage Collection. #16372