From 0903f2615143c707b547fe301f4de7eb337943de Mon Sep 17 00:00:00 2001 From: Marcus Boerger Date: Sat, 27 Jan 2007 20:31:51 +0000 Subject: [PATCH] - Disable memory streams set option until 5.2.2 --- main/streams/memory.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main/streams/memory.c b/main/streams/memory.c index 7e3486488b..2b690895ec 100644 --- a/main/streams/memory.c +++ b/main/streams/memory.c @@ -279,7 +279,7 @@ php_stream_ops php_stream_memory_ops = { php_stream_memory_seek, php_stream_memory_cast, php_stream_memory_stat, - php_stream_memory_set_option + NULL /* php_stream_memory_set_option */ }; -- 2.50.1