-
Notifications
You must be signed in to change notification settings - Fork 8k
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: php/php-src
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: b843e03
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: php/php-src
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: e3f4882
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 8 commits
- 22 files changed
- 1 contributor
Commits on Feb 4, 2026
-
Implement acyclic object tracking
Acyclic objects don't need to be added to the GC. We know an object is acyclic if all properties are typed as acyclic, and the object does not have any dynamic properties. This is possible to track at runtime with minimal overhead. Fixes GH-17127
Configuration menu - View commit details
-
Copy full SHA for f855458 - Browse repository at this point
Copy the full SHA f855458View commit details -
Configuration menu - View commit details
-
Copy full SHA for fc13fb6 - Browse repository at this point
Copy the full SHA fc13fb6View commit details
Commits on Feb 10, 2026
-
Configuration menu - View commit details
-
Copy full SHA for 1e06e3b - Browse repository at this point
Copy the full SHA 1e06e3bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4e5fca5 - Browse repository at this point
Copy the full SHA 4e5fca5View commit details -
Remove unnecessary gc_check_possible_root()
Couldn't find a case where the object won't be released with GC checks, where the object wouldn't already be flagged as collectable.
Configuration menu - View commit details
-
Copy full SHA for 84b4d70 - Browse repository at this point
Copy the full SHA 84b4d70View commit details -
Configuration menu - View commit details
-
Copy full SHA for cb82014 - Browse repository at this point
Copy the full SHA cb82014View commit details -
Configuration menu - View commit details
-
Copy full SHA for d445bf1 - Browse repository at this point
Copy the full SHA d445bf1View commit details
Commits on Feb 12, 2026
-
Configuration menu - View commit details
-
Copy full SHA for e3f4882 - Browse repository at this point
Copy the full SHA e3f4882View 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 b843e03...e3f4882