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
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
961
Pull requests
1.1k
Actions
Security and quality
52
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Security and quality
Insights
Commits
Branch selector
master
User selector
All users
Datepicker
All time
Commit history
Commits on Aug 26, 2026
Merge branch 'PHP-8.5'
Show description for 53c3116
iliaal
committed
53c3116
View commit details
Copy full SHA for 53c3116
Browse repository at this point
Merge branch 'PHP-8.4' into PHP-8.5
Show description for e32b787
iliaal
committed
e32b787
View commit details
Copy full SHA for e32b787
Browse repository at this point
[intl] fix leak when iterating IntlBreakIterator parts iterators
Show description for 7d65231
iliaal
committed
7d65231
View commit details
Copy full SHA for 7d65231
Browse repository at this point
Validate large run map entries instead of assuming them (#23366)
Show description for 0c87849
jvoisin
authored
0c87849
View commit details
Copy full SHA for 0c87849
Browse repository at this point
Merge branch 'PHP-8.5'
Show description for a6b1a9e
LamentXU123
committed
a6b1a9e
View commit details
Copy full SHA for a6b1a9e
Browse repository at this point
Merge branch 'PHP-8.4' into PHP-8.5
Show description for c91cc1a
LamentXU123
committed
c91cc1a
View commit details
Copy full SHA for c91cc1a
Browse repository at this point
Fix GH-23418: UAF when accessing mounted Phar subdirectories (#23442)
Show description for 12b1f65
LamentXU123
authored
12b1f65
View commit details
Copy full SHA for 12b1f65
Browse repository at this point
Merge branch 'PHP-8.5'
Show description for b3b31d9
arnaud-lb
committed
b3b31d9
View commit details
Copy full SHA for b3b31d9
Browse repository at this point
Merge branch 'PHP-8.4' into PHP-8.5
Show description for 333ac22
arnaud-lb
committed
333ac22
View commit details
Copy full SHA for 333ac22
Browse repository at this point
[ci skip] NEWS
arnaud-lb
committed
ab4139d
View commit details
Copy full SHA for ab4139d
Browse repository at this point
Fix GH-19320: Prevent FPM UID and GID overflow (#22986)
prateekbhujel
authored
1ec3d60
View commit details
Copy full SHA for 1ec3d60
Browse repository at this point
Merge branch 'PHP-8.5'
Show description for a2a2029
devnexen
committed
a2a2029
View commit details
Copy full SHA for a2a2029
Browse repository at this point
Merge branch 'PHP-8.4' into PHP-8.5
Show description for 5c0e8c7
devnexen
committed
5c0e8c7
View commit details
Copy full SHA for 5c0e8c7
Browse repository at this point
Fix GH-23457: imagebmp() is extremely slow when writing to a file
Show description for d777841
lazerg
authored and
devnexen
committed
d777841
View commit details
Copy full SHA for d777841
Browse repository at this point
Commits on Aug 25, 2026
Merge branch 'PHP-8.5'
Show description for 846773a
iliaal
committed
846773a
View commit details
Copy full SHA for 846773a
Browse repository at this point
Merge branch 'PHP-8.4' into PHP-8.5
Show description for 38ffb63
iliaal
committed
38ffb63
View commit details
Copy full SHA for 38ffb63
Browse repository at this point
Close the keyword UEnumeration on Locale::getKeywords failure
Show description for b2956e0
iliaal
committed
b2956e0
View commit details
Copy full SHA for b2956e0
Browse repository at this point
mysqli: move behaviour existing only for mysqli_fetch_object() into it (#23451)
Show description for 045d005
Girgias
authored
045d005
View commit details
Copy full SHA for 045d005
Browse repository at this point
sapi/cli: support Expect 100-continue in PHP dev server
Show description for b8c43c3
Sjord
authored and
devnexen
committed
b8c43c3
View commit details
Copy full SHA for b8c43c3
Browse repository at this point
[skip ci] UPGRADING: fix several typos and grammar bugs
Show description for cc8187a
LamentXU123
committed
cc8187a
View commit details
Copy full SHA for cc8187a
Browse repository at this point
ext/readline: declare true as the return type of readline_completion_function() (#23433)
Show description for fb602cc
lacatoire
authored
fb602cc
View commit details
Copy full SHA for fb602cc
Browse repository at this point
ext/standard: declare true as the return type of register_tick_function() (#23432)
Show description for 1f2bcb8
lacatoire
authored
1f2bcb8
View commit details
Copy full SHA for 1f2bcb8
Browse repository at this point
[ci skip] Update NEWS for 8.6.0beta3
mbeccati
committed
5dcff37
View commit details
Copy full SHA for 5dcff37
Browse repository at this point
UPGRADING: document the unpack() element name BC break (#23446)
alexandre-daubois
authored
1854a42
View commit details
Copy full SHA for 1854a42
Browse repository at this point
Update NEWS/UPGRADING for SplFileObject deprecations
Girgias
committed
ccb6c5f
View commit details
Copy full SHA for ccb6c5f
Browse repository at this point
spl: deprecate SplFileObject CSV methods (#23437)
Show description for ac3ff65
Girgias
authored
ac3ff65
View commit details
Copy full SHA for ac3ff65
Browse repository at this point
PFA: Extend local pointer map after loading PFA from SHM (#23250)
Show description for dbd4c29
arnaud-lb
authored
dbd4c29
View commit details
Copy full SHA for dbd4c29
Browse repository at this point
Commits on Aug 24, 2026
Merge branch 'PHP-8.5'
Show description for 75ad088
LamentXU123
committed
75ad088
View commit details
Copy full SHA for 75ad088
Browse repository at this point
Merge branch 'PHP-8.4' into PHP-8.5
Show description for 0c3799a
LamentXU123
committed
0c3799a
View commit details
Copy full SHA for 0c3799a
Browse repository at this point
Fix GH-23276: Collect ZipArchive subclasses holding their own streams (#23282)
Show description for f49b94e
LamentXU123
authored
f49b94e
View commit details
Copy full SHA for f49b94e
Browse repository at this point
Merge branch 'PHP-8.5'
morrisonlevi
committed
85bd163
View commit details
Copy full SHA for 85bd163
Browse repository at this point
Merge branch 'PHP-8.4' into PHP-8.5
morrisonlevi
committed
98b02ff
View commit details
Copy full SHA for 98b02ff
Browse repository at this point
Fix JUnit timing aggregation for long-running tests (#23438)
morrisonlevi
committed
7c0390b
View commit details
Copy full SHA for 7c0390b
Browse repository at this point
Fix JUnit timing aggregation for long-running tests (#23438)
morrisonlevi
authored
c66ac29
View commit details
Copy full SHA for c66ac29
Browse repository at this point
Merge branch 'PHP-8.5'
Show description for 74d4916
devnexen
committed
74d4916
View commit details
Copy full SHA for 74d4916
Browse repository at this point
Previous
Next
You can’t perform that action at this time.