fixed a bug with multiple ob_start() on http\Env\Response while replacing it's body
authorMichael Wallner <mike@php.net>
Mon, 25 Nov 2013 22:01:23 +0000 (23:01 +0100)
committerMichael Wallner <mike@php.net>
Mon, 25 Nov 2013 22:01:23 +0000 (23:01 +0100)
commit4b123a5347d0f16003feb045a5304bbb91630d74
tree7d27f9f2b7af1eb09e5f65178c3449ab2360c9bb
parent9b849ab80754093c442139fb7037da9ec1aa3d90
fixed a bug with multiple ob_start() on http\Env\Response while replacing it's body
package.xml
php_http.h
php_http_env_response.c
php_http_message.c
php_http_message.h
php_http_message_body.c
tests/envresponse015.phpt [new file with mode: 0644]