php://memory == php://tempfile
Open
php5 incompatibility
- Dominant language
- C++
- Stars
- 18.7k
- Forks
- 3.1k
- Avg merge
- 1h 47m
- Merged PRs (30d)
- 2
Description
php://memory is backed by TempFile, not MemFile - is this intentional? Zend is never disk-backed for php://memory
Found out by investigating why fstat fails on an UrlFile - backed by MemFile which doesn't implement it, then got confused by fstat working on php://memory
Contributor guide
Assessment
This issue has not been assessed yet.