This PR was squashed before being merged into the 3.x branch.
Discussion
----------
Rename hash to mapping and array to sequence
Commits
-------
bc19f2f4 Tweak
c44be99a Rename array to sequence
5157402a Rename hash to mapping
This PR was merged into the 3.x branch.
Discussion
----------
Optimize sprintf() calls for PHP 8.4
Commits
-------
b63bde30 Optimize sprintf() calls for PHP 8.4
This PR was merged into the 3.x branch.
Discussion
----------
Deprecate the second argument of CallExpression::compileArguments
Commits
-------
71d6c82d Deprecate CallExpression::compileArguments
This PR was merged into the 3.x branch.
Discussion
----------
Fix old escaper signature + add docs
Closes#4087Closes#4088
Commits
-------
04b1ad3c Fix old escaper signature + add docs
This PR was merged into the 3.x branch.
Discussion
----------
Fix BC break on escaper extension
Closes#4082
`@tacman` Can you test that this fixes your issue?
Commits
-------
1953f778 Fix BC break on escaper extension
This PR was squashed before being merged into the 3.x branch.
Discussion
----------
Fix blocks not available under some circumstancies
Fix#4079
Commits
-------
55ae2149 Add more tests
d30b72c3 Fix blocks not available under some circumstancies
This PR was merged into the 3.x branch.
Discussion
----------
Fix EscaperExtension constructor to not change from previous releases (will be the same in 4.x as well)
Commits
-------
f2c9795b Fix EscaperExtension constructor to not change from previous releases (will be the same in 4.x as well)
This PR was merged into the 3.x branch.
Discussion
----------
Move back default strategy to the extension
Commits
-------
22810841 Move back default strategy to the extension
This PR was merged into the 3.x branch.
Discussion
----------
Make some CoreExtension methods part of the public API
Closes#4040
Commits
-------
0a275945 Make some CoreExtension methods part of the public API
This PR was merged into the 3.x branch.
Discussion
----------
Move some static extension methods to non-static
A first step to resolve#4040
Commits
-------
283475b1 Move some static extension methods to non-static