add stream support for http\Env\Response
authorMichael Wallner <mike@php.net>
Thu, 20 Dec 2012 16:44:01 +0000 (16:44 +0000)
committerMichael Wallner <mike@php.net>
Thu, 20 Dec 2012 16:44:01 +0000 (16:44 +0000)
commit4ebb73feef38aea0560abf7c3a9435dda4d77820
tree3bc3d87ee643bed7bf1530555ea55a9d09c0e208
parentc575f6e9c391f0b89fe3f40391fdea143ffda23b
add stream support for http\Env\Response
tests++
31 files changed:
php_http_api.h
php_http_buffer.c
php_http_buffer.h
php_http_env.c
php_http_env.h
php_http_env_response.c
php_http_env_response.h
php_http_headers.c
php_http_headers.h
php_http_message.c
php_http_message.h
php_http_message_body.c
php_http_message_body.h
php_http_misc.h
php_http_negotiate.h
php_http_params.c
phpunit/MessageTest.php
tests/envresponsebody001.phpt [new file with mode: 0644]
tests/envresponsebody002.phpt [new file with mode: 0644]
tests/message003.phpt
tests/message005.phpt
tests/response006.phpt [new file with mode: 0644]
tests/response007.phpt [new file with mode: 0644]
tests/response008.phpt [new file with mode: 0644]
tests/response009.phpt [new file with mode: 0644]
tests/response010.phpt [new file with mode: 0644]
tests/response011.phpt [new file with mode: 0644]
tests/response012.phpt [new file with mode: 0644]
tests/response013.phpt [new file with mode: 0644]
tests/response014.phpt [new file with mode: 0644]
tests/version001.phpt [new file with mode: 0644]