]> granicus.if.org Git - php/commitdiff
- Disable memory streams set option until 5.2.2
authorMarcus Boerger <helly@php.net>
Sat, 27 Jan 2007 20:31:51 +0000 (20:31 +0000)
committerMarcus Boerger <helly@php.net>
Sat, 27 Jan 2007 20:31:51 +0000 (20:31 +0000)
main/streams/memory.c

index 7e3486488b3d9c80b0860c9ed17b5b4248762e4a..2b690895ecaf1334bfb9801cd44042fdfef9c6af 100644 (file)
@@ -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 */
 };