Skip to content

Commit c7eeb32

Browse files
committed
removed HHVM support
1 parent 4e1a4ba commit c7eeb32

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

Iterator/RecursiveDirectoryIterator.php

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -132,11 +132,6 @@ public function isRewindable()
132132
return $this->rewindable;
133133
}
134134

135-
// workaround for an HHVM bug, should be removed when https://github.com/facebook/hhvm/issues/7281 is fixed
136-
if ('' === $this->getPath()) {
137-
return $this->rewindable = false;
138-
}
139-
140135
if (false !== $stream = @opendir($this->getPath())) {
141136
$infos = stream_get_meta_data($stream);
142137
closedir($stream);

0 commit comments

Comments
 (0)