Skip to content
Navigation Menu
Toggle navigation
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Spark
Build and deploy intelligent apps
GitHub Models
Manage and compare prompts
MCP Registry
New
Discover and integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
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
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
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 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
883
Pull requests
715
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
be7f3aa
User selector
All users
Datepicker
All time
Commit History
Commits on Jun 1, 2024
Fix GH-14387: Crash when stack walking in destructor of yielded from values during Generator->throw()
bwoebi
committed
be7f3aa
Copy full SHA for be7f3aa
Commits on May 31, 2024
Fix memory leaks with string function name lookups
Show description for 18233e0
ndossche
committed
18233e0
Copy full SHA for 18233e0
Fix reading zlib ini settings in ext-soap
Show description for 89c4db9
ndossche
committed
89c4db9
Copy full SHA for 89c4db9
Fix memory leak if calling SoapServer::setClass() twice
Show description for 23912f5
ndossche
committed
23912f5
Copy full SHA for 23912f5
Fix memory leak if calling SoapServer::setObject() twice
Show description for 51bb9c2
ndossche
committed
51bb9c2
Copy full SHA for 51bb9c2
Fix missing error restore code in ext-soap (#14379)
Show description for 6aa66e0
ndossche
authored
6aa66e0
Copy full SHA for 6aa66e0
Fix GH-14368: Test failure in ext/session/tests/gh13856.phpt (#14378)
Show description for d7aa0be
ndossche
authored
d7aa0be
Copy full SHA for d7aa0be
Commits on May 30, 2024
Partially backport GH-13782 to stable branches
Show description for c815cdc
ndossche
committed
c815cdc
Copy full SHA for c815cdc
ext/bcmath: Fixed bug (bcpowmod() with mod = -1 returns 1 when it must be 0)
Girgias
committed
709869c
Copy full SHA for 709869c
Commits on May 29, 2024
Fix bug #47925 again (#14348)
Show description for ce7ed6e
ndossche
authored
ce7ed6e
Copy full SHA for ce7ed6e
Fix GH-14343: Memory leak in xml and dom (#14347)
Show description for 88ff32a
ndossche
authored
88ff32a
Copy full SHA for 88ff32a
Attempt to fix mysql_native_password error for 32-bit build
Show description for a05301e
iluuu1994
committed
a05301e
Copy full SHA for a05301e
Re-add 32-bit push build
Show description for 69dbfad
iluuu1994
committed
69dbfad
Copy full SHA for 69dbfad
Commits on May 28, 2024
Fix TLS access in JIT on FreeBSD/amd64
Show description for 79862f2
arnaud-lb
committed
79862f2
Copy full SHA for 79862f2
Use ITIMER_REAL for timeout handling on MacOS / Apple Silicon system
Show description for 272da51
windaishi
authored and
arnaud-lb
committed
272da51
Copy full SHA for 272da51
Fix incorrect conditions
dstogov
committed
48ae025
Copy full SHA for 48ae025
Commits on May 27, 2024
Fix gen_stub.php errors (#14335)
vudaltsov
authored and
kocsismate
committed
583ac15
Copy full SHA for 583ac15
Fix bug #47925: PHPClient can't decompress response (transposed uncompress methods?)
Show description for 35e62e9
ndossche
committed
35e62e9
Copy full SHA for 35e62e9
Commits on May 24, 2024
Fix GH-12104 attempt
Show description for 19cb9c7
devnexen
committed
19cb9c7
Copy full SHA for 19cb9c7
Fix incompatible pointer type warnings
Show description for 9e226b2
petk
committed
9e226b2
Copy full SHA for 9e226b2
[skip ci] Add missing conflicts for dba test
iluuu1994
committed
184ffe2
Copy full SHA for 184ffe2
Fix GH-14307: Test curl_basic_024 fails with curl 8.8.0
Show description for a2c5b4e
ndossche
committed
a2c5b4e
Copy full SHA for a2c5b4e
Commits on May 23, 2024
Fix memory leaks in ext/sodium on failure of some functions
Show description for 4da4610
ndossche
committed
4da4610
Copy full SHA for 4da4610
Skip JIT test if php is compiled without jit
iluuu1994
committed
04c9749
Copy full SHA for 04c9749
Commits on May 22, 2024
Fix enabling of JIT at runtime
Show description for 9506ca6
iluuu1994
committed
9506ca6
Copy full SHA for 9506ca6
[skip ci] Adjust CODEOWNERS
Show description for 151f56b
iluuu1994
committed
151f56b
Copy full SHA for 151f56b
Commits on May 21, 2024
Fix GH-14290: Member access within null pointer in extension spl
Show description for b3a56bd
ndossche
committed
b3a56bd
Copy full SHA for b3a56bd
PHP-8.2 is now for PHP 8.2.21-dev
adoy
committed
c69c84a
Copy full SHA for c69c84a
ext/readline: Fix [-Wcalloc-transposed-args] compiler warning
Show description for 0accfd1
Girgias
committed
0accfd1
Copy full SHA for 0accfd1
ext/pdo_mysql: Fix [-Wcalloc-transposed-args] compiler warning
Girgias
committed
d4accd8
Copy full SHA for d4accd8
ext/gd: Fix [-Wcalloc-transposed-args] compiler warning
Girgias
committed
3c45152
Copy full SHA for 3c45152
ext/ffi: Fix [-Wenum-int-mismatch] compiler warning
Girgias
committed
554541c
Copy full SHA for 554541c
ext/bcmath: Fix [-Wenum-int-mismatch] compiler warning
Girgias
committed
d775ba8
Copy full SHA for d775ba8
Commits on May 20, 2024
Skip .NET tests if mscoree is not available (#14281)
ndossche
authored
98288a2
Copy full SHA for 98288a2
Added test
SakiTakamachi
authored and
derickr
committed
0a8fbef
Copy full SHA for 0a8fbef
Pagination
Previous
Next
You can’t perform that action at this time.