File tree Expand file tree Collapse file tree 2 files changed +42
-0
lines changed
Expand file tree Collapse file tree 2 files changed +42
-0
lines changed Original file line number Diff line number Diff line change 1+ CakePHP 4.6.3
2+ ==============
3+
4+ The CakePHP core team is happy to announce the immediate availability of CakePHP
5+ 4.6.3. This is a maintenance release for the 4.6 branch that fixes several
6+ community reported issues and regressions. 4.6.3 also contains a fix for
7+ a potential security issue in the query builder. When using **already executed ** queries as
8+ subquery expressions, bound parameter values were overwritten which could lead
9+ to inccorrect query results. Other usage of subqueries are not impacted.
10+
11+
12+ Bugfixes
13+ ---------
14+
15+ You can expect the following changes in 4.6.3. See the [changelog](https://github.com/cakephp/cakephp/compare/4.6.2...4.6.3) for every commit.
16+
17+ - Fixed PHP 8.4 and 8.5 deprecation warnings.
18+ - Fixed queries that use subqueries that already been executed.
19+ - Fixed Query::bind() not setting the dirty flag.
20+ - Backported Cell action events
21+
22+ Contributors to 4.6.3
23+ ----------------------
24+
25+ Thank you to all the contributors that submitted a pull request:
26+
27+ * bancer
28+ * krugerman007
29+ * markstory
30+ * othercorey
31+ * skie
32+
33+ As always, we would like to also thank all the contributors that opened issues,
34+ or updated the documentation.
35+
36+ Download a `packaged release on github
37+ <https://github.com/cakephp/cakephp/releases> `_.
38+
39+ .. author :: markstory
40+ .. categories :: release, news
41+ .. tags :: release, news
Original file line number Diff line number Diff line change 44.. toctree ::
55 :maxdepth: 1
66
7+ 2025/12/01/cakephp_463
78 2025/11/08/cakephp_530RC1
89 2025/10/16/cakephp_529
910 2025/09/23/cakephp_528
You can’t perform that action at this time.
0 commit comments