X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=src%2Fpharext%2FTask%2FStreamFetch.php;h=d2a9e821d9856a80012f985f3e4d29f6af69f4a8;hb=2419fff2970ab8262ad08ec0fac1867d119fd768;hp=029754ef773e906b7d9e57df012f511afc3d5ace;hpb=66d7a880cb37f809df6806e5dc62d191dc257d08;p=pharext%2Fpharext diff --git a/src/pharext/Task/StreamFetch.php b/src/pharext/Task/StreamFetch.php index 029754e..d2a9e82 100644 --- a/src/pharext/Task/StreamFetch.php +++ b/src/pharext/Task/StreamFetch.php @@ -65,7 +65,7 @@ class StreamFetch implements Task } $context = $this->createStreamContext(); - if (!$remote = fopen($this->source, "r", false, $context)) { + if (!$remote = @fopen($this->source, "r", false, $context)) { throw new Exception; }