Skip to content
Navigation Menu
Toggle navigation
Sign in
Appearance settings
Platform
GitHub Copilot
Write better code with AI
GitHub Spark
New
Build and deploy intelligent apps
GitHub Models
New
Manage and compare prompts
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
Documentation
GitHub Skills
Blog
Integrations
GitHub Marketplace
MCP Registry
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
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
Appearance settings
Resetting 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
8k
Star
39.6k
Code
Issues
882
Pull requests
710
Actions
Security
Uh oh!
There was an error while loading.
Please reload this page
.
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Security
Insights
Commits
Branch selector
3b67680
User selector
All users
Datepicker
All time
Commit History
Commits on Oct 2, 2025
Merge branch 'PHP-8.5'
Show description for 3b67680
petk
committed
3b67680
Copy full SHA for 3b67680
Fix cross-compilation for musl C library
Show description for 2b8d8ba
henderkes
authored and
petk
committed
2b8d8ba
Copy full SHA for 2b8d8ba
Merge branch 'PHP-8.5'
Show description for 5fdcc5e
iluuu1994
committed
5fdcc5e
Copy full SHA for 5fdcc5e
Merge branch 'PHP-8.4' into PHP-8.5
Show description for 1a44cd6
iluuu1994
committed
1a44cd6
Copy full SHA for 1a44cd6
Merge branch 'PHP-8.3' into PHP-8.4
Show description for 019a179
iluuu1994
committed
019a179
Copy full SHA for 019a179
Automatically skip tty tests if not on tty
Show description for 8315977
iluuu1994
committed
8315977
Copy full SHA for 8315977
Fix NEWS
ndossche
committed
ed0aba0
Copy full SHA for ed0aba0
Reduce code bloat in arginfo by using specialised string releases (#20016)
Show description for 57ce245
ndossche
authored
57ce245
Copy full SHA for 57ce245
Merge branch 'PHP-8.5'
Show description for 418c755
ndossche
committed
418c755
Copy full SHA for 418c755
Merge branch 'PHP-8.4' into PHP-8.5
Show description for 7f9b6a8
ndossche
committed
7f9b6a8
Copy full SHA for 7f9b6a8
Merge branch 'PHP-8.3' into PHP-8.4
Show description for 19f345c
ndossche
committed
19f345c
Copy full SHA for 19f345c
Fix GH-20011: Array of SoapVar of unknown type causes crash
Show description for eab2c20
ndossche
committed
eab2c20
Copy full SHA for eab2c20
Merge branch 'PHP-8.5'
bukka
committed
1312649
Copy full SHA for 1312649
Merge branch 'PHP-8.4' into PHP-8.5
bukka
committed
010e178
Copy full SHA for 010e178
Merge branch 'PHP-8.3' into PHP-8.4
bukka
committed
57e1438
Copy full SHA for 57e1438
Prevent use after stack scope in stream strerr code (#20040)
bukka
committed
288d698
Copy full SHA for 288d698
Prevent use after stack scope in stream strerr code (#20040)
bukka
authored
e68396c
Copy full SHA for e68396c
Merge branch 'PHP-8.5'
bukka
committed
3764410
Copy full SHA for 3764410
Merge branch 'PHP-8.4' into PHP-8.5
bukka
committed
d44eb76
Copy full SHA for d44eb76
Merge branch 'PHP-8.3' into PHP-8.4
bukka
committed
10eb3d6
Copy full SHA for 10eb3d6
Do not use errno_t as it is not defined on musl (#20037)
bukka
authored
a3c14d6
Copy full SHA for a3c14d6
Merge branch 'PHP-8.5'
devnexen
committed
c7b101b
Copy full SHA for c7b101b
Merge branch 'PHP-8.4' into PHP-8.5
devnexen
committed
7760e43
Copy full SHA for 7760e43
Merge branch 'PHP-8.3' into PHP-8.4
devnexen
committed
3193fe0
Copy full SHA for 3193fe0
Fix GH-19705: do not flush/write buffer on non writeable stream.
Show description for 175afc4
devnexen
committed
175afc4
Copy full SHA for 175afc4
Zend/Optimizer/zend_cfg.h: add some comments about default values
Girgias
committed
7c917df
Copy full SHA for 7c917df
Zend/Optimizer/zend_call_graph: add some const qualifiers
Girgias
committed
33b2e95
Copy full SHA for 33b2e95
Zend/Optimizer/zend_call_graph.c: Use type uint32_t instead of int for variable storing result of zend_bitset_len()
Girgias
committed
0d95b57
Copy full SHA for 0d95b57
Zend/Optimizer: Use type uint32_t instead of int for _zend_func_info.num
Girgias
committed
18c5cd1
Copy full SHA for 18c5cd1
Zend/Optimizer: Use type uint32_t instead of int for zend_call_graph.op_arrays_count
Girgias
committed
1685b9c
Copy full SHA for 1685b9c
Zend/Optimizer: Propagate uint32_t type instead of int after field change
Show description for 3fbfc33
Girgias
committed
3fbfc33
Copy full SHA for 3fbfc33
Zend/Optimizer: Use type uint32_t instead of int for _zend_call_info.num_args
Girgias
committed
e9a3d97
Copy full SHA for e9a3d97
Merge branch 'PHP-8.5'
Show description for 6bce88c
TimWolla
committed
6bce88c
Copy full SHA for 6bce88c
Include `PHP-8.5` branch in `.github/workflows/push.yml`
TimWolla
committed
77af478
Copy full SHA for 77af478
Commits on Oct 1, 2025
Merge branch 'PHP-8.5'
Show description for 3ac4329
iluuu1994
committed
3ac4329
Copy full SHA for 3ac4329
Pagination
Previous
Next
You can’t perform that action at this time.