Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Type
/
to search
Sign in
Sign up
Appearance settings
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
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
php
/
php-src
Public
Notifications
You must be signed in to change notification settings
Fork
8.1k
Star
40.3k
Code
Issues
940
Pull requests
972
Actions
Security and quality
52
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Security and quality
Insights
RFC: Error Backtraces v2
- #17056
#17056
Merged
TimWolla
merged 12 commits into
php:master
php/php-src:master
from
ericnorris:feat-error-backtrace-v2
ericnorris/php-src:feat-error-backtrace-v2
Copy head branch name to clipboard
Jan 29, 2025
Conversation
Commits
12
(12)
Checks
Files changed
Merged
RFC: Error Backtraces v2
#17056
TimWolla
merged 12 commits into
php:master
php/php-src:master
from
ericnorris:feat-error-backtrace-v2
ericnorris/php-src:feat-error-backtrace-v2
Copy head branch name to clipboard
Commits
Commits on Jan 7, 2025
rfc: error_backtraces_v2
Show description for 3b9bd2f
ericnorris
committed
3b9bd2f
View commit details
Copy full SHA for 3b9bd2f
Browse repository at this point
Commits on Jan 8, 2025
address second round of PR comments
ericnorris
committed
aa9c4f4
View commit details
Copy full SHA for aa9c4f4
Browse repository at this point
use `eval` instead of `new_oom.inc`
ericnorris
committed
47148c1
View commit details
Copy full SHA for 47148c1
Browse repository at this point
fix tests that invoke PHP and thus don't inherit run-tests.php INI settings
ericnorris
committed
a44ac31
View commit details
Copy full SHA for a44ac31
Browse repository at this point
clear backtrace when throwing an exception
Show description for e843e06
ericnorris
committed
e843e06
View commit details
Copy full SHA for e843e06
Browse repository at this point
address third round of PR comments
ericnorris
committed
2cd6c3f
View commit details
Copy full SHA for 2cd6c3f
Browse repository at this point
move initialization of error_backtrace to handle NTS
Show description for aaa2443
ericnorris
and
ndossche
committed
aaa2443
View commit details
Copy full SHA for aaa2443
Browse repository at this point
Commits on Jan 13, 2025
move `error_get_last` w/ fatal to separate test
ericnorris
committed
5fd14ee
View commit details
Copy full SHA for 5fd14ee
Browse repository at this point
rename `error_backtrace` global to `fatal_error_backtrace`
ericnorris
committed
b1db022
View commit details
Copy full SHA for b1db022
Browse repository at this point
Commits on Jan 17, 2025
rename `fatal_error_backtrace` -> `last_fatal_error_backtrace`
ericnorris
committed
9f29e80
View commit details
Copy full SHA for 9f29e80
Browse repository at this point
Commits on Jan 29, 2025
Merge branch 'master' into feat-error-backtrace-v2
TimWolla
committed
126a785
View commit details
Copy full SHA for 126a785
Browse repository at this point
NEWS/UPGRADING
TimWolla
committed
a6c9063
View commit details
Copy full SHA for a6c9063
Browse repository at this point
You can’t perform that action at this time.