X-Git-Url: https://git.m6w6.name/?p=pharext%2Fpharext;a=blobdiff_plain;f=src%2Fpharext%2FTask%2FStreamFetch.php;h=d2a9e821d9856a80012f985f3e4d29f6af69f4a8;hp=029754ef773e906b7d9e57df012f511afc3d5ace;hb=2419fff2970ab8262ad08ec0fac1867d119fd768;hpb=3bab80c9541fce30bec2f69f41ad931ea4db7880 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; }