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
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 }}
typephp-php
/
typephp
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
5
Star
50
Code
Issues
0
Pull requests
0
Discussions
Actions
Projects
Security and quality
1
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Security and quality
Insights
Improve Stream Wrapper compatibility with major framework file system implementation and major bug fixes
- #56
#56
Merged
rcalicdan
merged 8 commits into
main
typephp-php/typephp:main
from
internal-improvements-18
typephp-php/typephp:internal-improvements-18
Copy head branch name to clipboard
Aug 31, 2026
Conversation
Commits
8
(8)
Checks
Files changed
Merged
Improve Stream Wrapper compatibility with major framework file system implementation and major bug fixes
#56
rcalicdan
merged 8 commits into
main
typephp-php/typephp:main
from
internal-improvements-18
typephp-php/typephp:internal-improvements-18
Copy head branch name to clipboard
Commits
Commits on Aug 31, 2026
Fix cache poisononing in stream wrapper
rcalicdan
committed
0d7af38
View commit details
Copy full SHA for 0d7af38
Browse repository at this point
Differentiate :stat vs :lstat in $statCache.
rcalicdan
committed
6ec6e1c
View commit details
Copy full SHA for 6ec6e1c
Browse repository at this point
Update src/Internal/StreamWrapper.php so all filesystem mutation methods (unlink, rmdir, mkdir, rename, stream_metadata) invalidate both :stat and :lstat keys, and pass $this->context to native ope…
Show description for d032bdd
rcalicdan
committed
d032bdd
View commit details
Copy full SHA for d032bdd
Browse repository at this point
Add tests for native filesystem error passthrough and mutations in StreamWrapper
rcalicdan
committed
931d5f4
View commit details
Copy full SHA for 931d5f4
Browse repository at this point
Fix mutable scalar type refinement in return generic contracts
rcalicdan
committed
3fa8853
View commit details
Copy full SHA for 3fa8853
Browse repository at this point
Enhance TemplateManager to allow specialization of 'mixed' type in return context and add tests for unspecialized generic default objects
rcalicdan
committed
cb29a88
View commit details
Copy full SHA for cb29a88
Browse repository at this point
In src/Internal/Visitor/FunctionContractInjector.php, detect native : never return types and never inject return statements or trailing return checks into : never functions.
rcalicdan
committed
beee8cf
View commit details
Copy full SHA for beee8cf
Browse repository at this point
Enhance ParamChecker to conditionally pre-infer generic templates based on callable parameters; add tests for heterogeneous array handling and higher-order functions.
rcalicdan
committed
57a6081
View commit details
Copy full SHA for 57a6081
Browse repository at this point
You can’t perform that action at this time.