summaryrefslogtreecommitdiff
path: root/main/streams/memory.c
diff options
context:
space:
mode:
authorMarcus Boerger <helly@php.net>2007-01-27 20:31:51 +0000
committerMarcus Boerger <helly@php.net>2007-01-27 20:31:51 +0000
commit0903f2615143c707b547fe301f4de7eb337943de (patch)
tree480109449b1379c3ace12e13cec28d0538198f18 /main/streams/memory.c
parentd10beb67c3791a9ceb9e8f075324f8feda28e2ae (diff)
downloadphp-git-0903f2615143c707b547fe301f4de7eb337943de.tar.gz
- Disable memory streams set option until 5.2.2
Diffstat (limited to 'main/streams/memory.c')
-rw-r--r--main/streams/memory.c2
1 files changed, 1 insertions, 1 deletions
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 */
};