Add MemoryHandle::close()
fredemmott opened this issue · 1 comments
fredemmott commented
Consider entirely removing IO\CloseableHandle
; now that we no longer have disposable, all handles should probably be closeable.
fredemmott commented
HPHP::Transport IO\Handles are not currently closeable - they probable should be.