Skip to content
Navigation Menu
Toggle navigation
Sign in
Product
GitHub Copilot
Write better code with AI
GitHub Advanced Security
Find and fix vulnerabilities
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Discussions
Collaborate outside of code
Code Search
Find more, search less
Explore
Why GitHub
All features
Documentation
GitHub Skills
Blog
Solutions
By company size
Enterprises
Small and medium teams
Startups
Nonprofits
By use case
DevSecOps
DevOps
CI/CD
View all use cases
By industry
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
Topics
AI
DevOps
Security
Software Development
View all
Explore
Learning Pathways
Events & Webinars
Ebooks & Whitepapers
Customer Stories
Partners
Executive Insights
Open Source
GitHub Sponsors
Fund open source developers
The ReadME Project
GitHub community articles
Repositories
Topics
Trending
Collections
Enterprise
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
Search or jump to...
Search code, repositories, users, issues, pull requests...
Search syntax tips
Provide feedback
Saved searches
Use saved searches to filter your results more quickly
Sign in
Sign up
Reseting focus
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 }}
php
/
php-src
Public
Notifications
You must be signed in to change notification settings
Fork
7.8k
Star
39k
Code
Issues
791
Pull requests
599
Actions
Security
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Security
Insights
Commits
Breadcrumbs
History for
php-src
sapi
phpdbg
phpdbg_bp.c
on
php-8.3.20
User selector
All users
Datepicker
All time
Commit History
Commits on Feb 23, 2023
zend_compiler, ...: use `uint8_t` instead of `zend_uchar` (#10621)
Show description for d5c649b
MaxKellermann
authored
d5c649b
Copy full SHA for d5c649b
Commits on Dec 30, 2022
Merge branch 'PHP-8.1' into PHP-8.2
devnexen
committed
9faa3f1
Copy full SHA for 9faa3f1
Fix null pointer dereference of param
Show description for 3a44c78
nielsdos
authored and
devnexen
committed
3a44c78
Copy full SHA for 3a44c78
Commits on Jul 31, 2022
phpdbg few fixes, mostly printf-like format issues due to C str -> zend_string mismatches. annotate the allocator wrapper.
Show description for 449edd8
devnexen
committed
449edd8
Copy full SHA for 449edd8
Commits on Nov 3, 2021
Use more compact representation for packed arrays.
Show description for 90b7bde
dstogov
committed
90b7bde
Copy full SHA for 90b7bde
Commits on Sep 30, 2021
Support specifying start position in compile_string
Show description for 5bda4cd
huanghantao
authored and
nikic
committed
5bda4cd
Copy full SHA for 5bda4cd
Commits on Jul 13, 2021
replace phpdbg custom opcode dumper with O+ dump (#7227)
krakjoe
authored
60fbd6d
Copy full SHA for 60fbd6d
Commits on Jun 17, 2021
remove specialized printing from phpdbg (#7156)
krakjoe
authored
6318040
Copy full SHA for 6318040
Commits on Jun 13, 2021
ditch remote
krakjoe
committed
766e6b0
Copy full SHA for 766e6b0
Commits on May 6, 2021
Update http->https in license (#6945)
Show description for 01b3fc0
KsaR99
authored
01b3fc0
Copy full SHA for 01b3fc0
Commits on Jan 15, 2021
Replace zend_bool uses with bool
Show description for 3e01f5a
nikic
committed
3e01f5a
Copy full SHA for 3e01f5a
Commits on Sep 7, 2020
Accept zend_string instead of zval in zend_compile_string
nikic
committed
f5dbebd
Copy full SHA for f5dbebd
Commits on May 15, 2020
Remove some uses of zend_inline_hash_func
Show description for 406c957
nikic
committed
406c957
Copy full SHA for 406c957
Commits on Feb 3, 2020
Merge branch 'PHP-7.4'
Show description for 1698057
nikic
committed
1698057
Copy full SHA for 1698057
Apply tidy formatting
Show description for 58b1790
nikic
committed
58b1790
Copy full SHA for 58b1790
Commits on Sep 25, 2019
Remove mention of PHP major version in Copyright headers
Show description for 5d6e923
carusogabriel
committed
5d6e923
Copy full SHA for 5d6e923
Commits on Mar 26, 2019
Merge branch 'PHP-7.3' into PHP-7.4
Show description for f177a2a
krakjoe
committed
f177a2a
Copy full SHA for f177a2a
Merge branch 'PHP-7.2' into PHP-7.3
Show description for 1e4cff9
krakjoe
committed
1e4cff9
Copy full SHA for 1e4cff9
more work on phpdbg conditional breaks
krakjoe
committed
6d3a2b4
Copy full SHA for 6d3a2b4
Merge branch 'PHP-7.3' into PHP-7.4
Show description for 903c1e3
krakjoe
committed
903c1e3
Copy full SHA for 903c1e3
Merge branch 'PHP-7.2' into PHP-7.3
Show description for e177d26
krakjoe
committed
e177d26
Copy full SHA for e177d26
Fix #77800 phpdbg segfaults on conditional breakpoints
krakjoe
committed
7df8e4f
Copy full SHA for 7df8e4f
Commits on Jan 30, 2019
Remove yearly range from copyright notice
zsuraski
committed
0cf7de1
Copy full SHA for 0cf7de1
Commits on Jul 4, 2018
Replace legacy zval_dtor() by zval_ptr_dtor_nogc() or even more specialized destructors.
Show description for 4a475a4
dstogov
committed
4a475a4
Copy full SHA for 4a475a4
Commits on Jun 28, 2018
Changed php_add[c]slashes prototypes (removed should_free argument)
dstogov
committed
dd932f7
Copy full SHA for dd932f7
Commits on Jan 2, 2018
year++
laruence
committed
a6519d0
Copy full SHA for a6519d0
year++
laruence
committed
7a7ec01
Copy full SHA for 7a7ec01
Commits on Jan 2, 2017
Update copyright headers to 2017
SammyK
committed
9e29f84
Copy full SHA for 9e29f84
Commits on Dec 22, 2016
Finish remaining replacement uint => uint32_t
Show description for afb6ca2
weltling
committed
afb6ca2
Copy full SHA for afb6ca2
Commits on Nov 13, 2016
Merge branch 'PHP-7.1'
bwoebi
committed
882bcb7
Copy full SHA for 882bcb7
Fix passing of wrong values in bp export
bwoebi
committed
22a4355
Copy full SHA for 22a4355
Merge branch 'PHP-7.1'
bwoebi
committed
5a4bad7
Copy full SHA for 5a4bad7
Properly escape all filenames when exporting breakpoints
bwoebi
committed
ba75d4c
Copy full SHA for ba75d4c
Fix phpdbg breakpoint restoring after execution completes
mhagstrand
authored and
bwoebi
committed
57c0773
Copy full SHA for 57c0773
Commits on Oct 12, 2016
Fix accidental PHPDBG_ABI break
bwoebi
committed
671d805
Copy full SHA for 671d805
Pagination
Previous
Next
You can’t perform that action at this time.