From e0fa02c4cee2d961fbc19da518a72364a60a7b73 Mon Sep 17 00:00:00 2001 From: Michael M Slusarz Date: Mon, 26 Oct 2009 09:46:24 -0600 Subject: [PATCH] This package relies on Horde_Support_StringStream::. --- framework/Stream_Wrapper/lib/Horde/Stream/Wrapper/String.php | 3 ++- framework/Stream_Wrapper/package.xml | 4 ++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/framework/Stream_Wrapper/lib/Horde/Stream/Wrapper/String.php b/framework/Stream_Wrapper/lib/Horde/Stream/Wrapper/String.php index fba4b716e..ce9e630e6 100644 --- a/framework/Stream_Wrapper/lib/Horde/Stream/Wrapper/String.php +++ b/framework/Stream_Wrapper/lib/Horde/Stream/Wrapper/String.php @@ -46,7 +46,7 @@ class Horde_Stream_Wrapper_String { $options = stream_context_get_options($this->context); if (empty($options['horde-string']['string']) || ! $options['horde-string']['string'] instanceof Horde_Support_StringStream) { - throw new Exception('String streams must be created using the Horde_Stream_Wrapper_String_Factory class'); + throw new Exception('String streams must be created using the Horde_Support_StringStream class'); } $this->_string =& $options['horde-string']['string']->getString(); @@ -136,4 +136,5 @@ class Horde_Stream_Wrapper_String return true; } + } diff --git a/framework/Stream_Wrapper/package.xml b/framework/Stream_Wrapper/package.xml index 9a4de92b2..a97b9329a 100644 --- a/framework/Stream_Wrapper/package.xml +++ b/framework/Stream_Wrapper/package.xml @@ -59,6 +59,10 @@ http://pear.php.net/dtd/package-2.0.xsd"> 1.7.0 + + Support + pear.horde.org + -- 2.11.0