diff options
author | Marcus Boerger <helly@php.net> | 2007-01-27 20:31:51 +0000 |
---|---|---|
committer | Marcus Boerger <helly@php.net> | 2007-01-27 20:31:51 +0000 |
commit | 0903f2615143c707b547fe301f4de7eb337943de (patch) | |
tree | 480109449b1379c3ace12e13cec28d0538198f18 /main/streams/memory.c | |
parent | d10beb67c3791a9ceb9e8f075324f8feda28e2ae (diff) | |
download | php-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.c | 2 |
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 */ }; |