Skip to content
Navigation Menu
Toggle navigation
Sign in
Appearance settings
Product
GitHub Copilot
Write better code with AI
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
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
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 }}
nielsdos
/
php-src
Public
forked from
php/php-src
Notifications
You must be signed in to change notification settings
Fork
0
Star
2
Code
Pull requests
20
Actions
Projects
0
Security
Uh oh!
There was an error while loading.
Please reload this page
.
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security
Insights
Commits
Branch selector
master
User selector
All users
Datepicker
All time
Commit History
Commits on Jul 7, 2025
Remove old zend_string compatibility aliases (#19034)
DanielEScherzer
authored
64e2832
Copy full SHA for 64e2832
Deprecate returning non-string values from a user output handler (#18932)
Show description for d8577d9
DanielEScherzer
authored
d8577d9
Copy full SHA for d8577d9
Optimize pack()
Show description for 6cc21c4
nielsdos
and
divinity76
committed
6cc21c4
Copy full SHA for 6cc21c4
php_spl.c: fix typo in `spl_classes()` description [skip ci]
DanielEScherzer
authored
45215d0
Copy full SHA for 45215d0
Zend: Add `zend_check_method_accessible()` to DRY method visibility checks (#18995)
Show description for 45d948f
TimWolla
authored
45d948f
Copy full SHA for 45d948f
Make `zend_register_*_constant()` functions return pointers, use them (#19029)
Show description for 9225cb4
DanielEScherzer
authored
9225cb4
Copy full SHA for 9225cb4
Remove old exception class getters (#19043)
DanielEScherzer
authored
b0aaa31
Copy full SHA for b0aaa31
Autoconf: Move getlogin check for HAVE_GETLOGIN to ext/posix (#19058)
Show description for d154c72
petk
authored
d154c72
Copy full SHA for d154c72
Merge branch 'PHP-8.4'
Show description for 1039ceb
iluuu1994
committed
1039ceb
Copy full SHA for 1039ceb
Merge branch 'PHP-8.3' into PHP-8.4
Show description for 74784a0
iluuu1994
committed
74784a0
Copy full SHA for 74784a0
[skip ci] Add missing zlib dep to phar compression test
iluuu1994
committed
faa7831
Copy full SHA for faa7831
Merge branch 'PHP-8.4'
Show description for dd69b65
dstogov
committed
dd69b65
Copy full SHA for dd69b65
Update IR
Show description for e8ae27b
dstogov
committed
e8ae27b
Copy full SHA for e8ae27b
Fix unreachable code in URL output handler (#19056)
Show description for b068ee3
cla7aye15I4nd
authored
b068ee3
Copy full SHA for b068ee3
Merge branch 'PHP-8.4'
Show description for 3b45b9d
petk
committed
3b45b9d
Copy full SHA for 3b45b9d
Merge branch 'PHP-8.3' into PHP-8.4
Show description for ab6e730
petk
committed
ab6e730
Copy full SHA for ab6e730
Fix -Wuseless-escape warnings emitted by re2c (#19050)
Show description for 258fbd6
petk
authored
258fbd6
Copy full SHA for 258fbd6
Use <winsock2.h> instead of legacy <winsock.h> (#19037)
Show description for c2af281
petk
authored
c2af281
Copy full SHA for c2af281
Update re2c minimum versions in Windows checks and docs (#19039)
petk
authored
aa366b5
Copy full SHA for aa366b5
Commits on Jul 6, 2025
uri: Do not overwrite `defaultMemoryManager` (#19042)
Show description for c1ed608
TimWolla
authored
c1ed608
Copy full SHA for c1ed608
ext/pcntl: Pack module globals struct
Show description for 22f2a1d
Girgias
committed
22f2a1d
Copy full SHA for 22f2a1d
ext/pcntl: Use uint8_t type for num_signals module global
Girgias
committed
3de6695
Copy full SHA for 3de6695
ext/pcntl: Use bool type for some module globals
Show description for 89e4de8
Girgias
committed
89e4de8
Copy full SHA for 89e4de8
ext/session: get rid of sname_len field
Show description for 36358ba
Girgias
committed
36358ba
Copy full SHA for 36358ba
ext/session: Minor code cleanups
Girgias
committed
c3dac0f
Copy full SHA for c3dac0f
ext/session: Initialize variable with default value
Show description for db01dbc
Girgias
committed
db01dbc
Copy full SHA for db01dbc
ext/session: Use zend_string for some session globals
Girgias
committed
766ccc2
Copy full SHA for 766ccc2
ext/session: convert global session_name to zstr
Girgias
committed
f5166b3
Copy full SHA for f5166b3
ext/session: Use is_numeric_str helper
Girgias
committed
b83484d
Copy full SHA for b83484d
ext/session: Use ZEND_STRL()
Girgias
committed
ac3807e
Copy full SHA for ac3807e
ext/session: Use smart_str_append when possible
Girgias
committed
c529e2f
Copy full SHA for c529e2f
ext/session: Concert save_path to zstr
Girgias
committed
eaee504
Copy full SHA for eaee504
ext/session: copy zstr instead of initializing a new one
Girgias
committed
9c68853
Copy full SHA for 9c68853
ext/session: convert some globals to zend_string
Show description for 43fe9fd
Girgias
committed
43fe9fd
Copy full SHA for 43fe9fd
ext/standard/stream: Use FCC instead of zval for notification callback (#19024)
Show description for 677a1f8
Girgias
authored
677a1f8
Copy full SHA for 677a1f8
Pagination
Previous
Next
You can’t perform that action at this time.