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
Copy file name to clipboardexpand all lines: CHANGELOG-5.0.md
+1
Original file line number
Diff line number
Diff line change
@@ -22,6 +22,7 @@
22
22
- Fixed `Phalcon\Dispatcher\AbstractDispatcher` when calling action methods that do not define parameters to prevent `Unknown named parameter` error.
23
23
- Fixed `Phalcon\Di\Injectable` to reference the correct instance of `Phalcon\Di\Di` in the docblock property [#16634](https://github.com/phalcon/cphalcon/issues/16634)
24
24
- Fixed `Phalcon\Filter\Filter` to have the correct docblock for IDE completion
25
+
- Fixed `Phalcon\Session\Adapter\Stream::gc()` to throw an exception if something is wrong with `glob()`[#16713](https://github.com/phalcon/cphalcon/issues/16713)
0 commit comments