-
Notifications
You must be signed in to change notification settings - Fork 3.4k
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
Comparing changes
Choose two branches to see what’s changed or to start a new pull request.
If you need to, you can also or
learn more about diff comparisons.
Open a pull request
Create a new pull request by comparing changes across two branches. If you need to, you can also .
Learn more about diff comparisons here.
base repository: cakephp/cakephp
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 5.3.4
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: cakephp/cakephp
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 5.3.5
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 9 commits
- 14 files changed
- 5 contributors
Commits on Apr 23, 2026
-
Configuration menu - View commit details
-
Copy full SHA for 7d9136e - Browse repository at this point
Copy the full SHA 7d9136eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4c49c9c - Browse repository at this point
Copy the full SHA 4c49c9cView commit details
Commits on Apr 24, 2026
-
Merge pull request #19409 from pabloelcolombiano/#19407
#19407 SameSite cookie default applies to all session preset
Configuration menu - View commit details
-
Copy full SHA for 9be7d02 - Browse repository at this point
Copy the full SHA 9be7d02View commit details
Commits on May 3, 2026
-
* re-add psalm * update psalm and fix rector
Configuration menu - View commit details
-
Copy full SHA for 4db10e5 - Browse repository at this point
Copy the full SHA 4db10e5View commit details
Commits on May 4, 2026
-
When the command runner auto switches to using the HelpCommand for an invalid command name, it's called with only 1 argument so that it can show some help text instead of generating a "too many arguments" exception. For e.g. when using `bin/cake schema_cache invalid`
Configuration menu - View commit details
-
Copy full SHA for d9d3f54 - Browse repository at this point
Copy the full SHA d9d3f54View commit details -
ConsoleOutput::_write: skip when stream is no longer a resource (#19420)
* ConsoleOutput::_write: skip when underlying stream is no longer a resource `_write()` already guards against the property being unset (constructor threw before assigning `_output`), but it does not guard against a property that *was* set and whose underlying stream resource has since been closed. fwrite() on a closed resource raises a TypeError in PHP 8+, which is fatal in logging paths. This is reachable in long-running CLI processes: a queue worker boots with `ConsoleIo::setLoggers()` registering a globally-named ConsoleLog engine bound to the worker's stdout/stderr ConsoleOutput. When per-job ConsoleIo instances are created and torn down, the underlying streams can go out of scope while the global ConsoleLog registration still references them. The next `Log::write()` call from any task crashes the parent process — observed on a queue task whose only sin was a diagnostic info-level log line. Add an `is_resource()` check alongside the existing `isset()` so the write degrades to a no-op (returns 0) rather than throwing. Logging paths must never propagate exceptions out. Test added: open a stream, hand it to ConsoleOutput, close the stream, then call write — must return 0 without throwing. * Apply suggestion from @ADmad Co-authored-by: ADmad <admad.coder@gmail.com> * Update src/Console/ConsoleOutput.php Co-authored-by: ADmad <admad.coder@gmail.com> * Drop orphaned phpstan-ignore now that the isset() guard is gone --------- Co-authored-by: ADmad <admad.coder@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 4638592 - Browse repository at this point
Copy the full SHA 4638592View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1e3fe80 - Browse repository at this point
Copy the full SHA 1e3fe80View commit details
Commits on May 7, 2026
-
Merge pull request #19424 from cakephp/command-runner-help
Improve help command usage.
Configuration menu - View commit details
-
Copy full SHA for 04bd233 - Browse repository at this point
Copy the full SHA 04bd233View commit details
Commits on May 9, 2026
-
Configuration menu - View commit details
-
Copy full SHA for c6bd867 - Browse repository at this point
Copy the full SHA c6bd867View commit details
Loading
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff 5.3.4...5.3.5