From 57be4f050454f3f1862975f986b95cff32b87b36 Mon Sep 17 00:00:00 2001 From: Thomas Gelf Date: Fri, 26 Feb 2016 13:12:17 +0100 Subject: [PATCH] StreamContext: fix syntax errors, file is unused --- library/Director/CoreBeta/StreamContext.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/library/Director/CoreBeta/StreamContext.php b/library/Director/CoreBeta/StreamContext.php index 5ea6f1ce..4844b795 100644 --- a/library/Director/CoreBeta/StreamContext.php +++ b/library/Director/CoreBeta/StreamContext.php @@ -24,7 +24,7 @@ class StreamContext public function setCA(CA $ca) { - $this->options + // $this->options } protected function createSslContext() @@ -71,7 +71,7 @@ class StreamContext $this->context = stream_context_create(); $this->setContextOptions($this->getOptions()); - stream_context_set_option($this->context + // stream_context_set_option($this->context if ($this->isSsl()) { $this->options['ssl'] = $this->ssl()->getOptions(); }