Pass options and full context through to wrappers
commit791fb8602c4973a8b8db49cdf45b646baee6945d
authorSara Golemon <sgolemon@fb.com>
Thu, 17 Jan 2013 23:55:58 +0000 (17 15:55 -0800)
committerSara Golemon <sgolemon@fb.com>
Fri, 18 Jan 2013 19:44:12 +0000 (18 11:44 -0800)
treec94991fc09aa2882899aa2d442305fcec65088fb
parent9d74bb85c6e4afd4ff6d196f0cd094607a1d6b4c
Pass options and full context through to wrappers
16 files changed:
src/runtime/base/file/file.cpp
src/runtime/base/file/file.h
src/runtime/base/file/file_stream_wrapper.cpp
src/runtime/base/file/file_stream_wrapper.h
src/runtime/base/file/http_stream_wrapper.cpp
src/runtime/base/file/http_stream_wrapper.h
src/runtime/base/file/php_stream_wrapper.cpp
src/runtime/base/file/php_stream_wrapper.h
src/runtime/base/file/stream_wrapper.h
src/runtime/base/file/stream_wrapper_registry.cpp
src/runtime/base/file/stream_wrapper_registry.h
src/runtime/ext/ext_file.cpp
src/runtime/ext/ext_mailparse.cpp
src/runtime/ext/ext_zlib.cpp
src/runtime/ext/mailparse/mime.cpp
src/runtime/ext/soap/xml.cpp