iliaa Mon Apr 20 14:08:43 2009 UTC Modified files: (Branch: PHP_5_3) /php-src NEWS Log: Fixed typo http://cvs.php.net/viewvc.cgi/php-src/NEWS?r1=1.2027.2.547.2.965.2.563&r2=1.2027.2.547.2.965.2.564&diff_format=u Index: php-src/NEWS diff -u php-src/NEWS:1.2027.2.547.2.965.2.563 php-src/NEWS:1.2027.2.547.2.965.2.564 --- php-src/NEWS:1.2027.2.547.2.965.2.563 Mon Apr 20 09:16:51 2009 +++ php-src/NEWS Mon Apr 20 14:08:43 2009 @@ -6,9 +6,9 @@ - Upgraded bundled PCRE to version 7.9. (Nuno) - Added 'n' flag to fopen to allow passing O_NONBLOCK to the underlying open(2) system call. (Mikko) -- Added "dechunk" filter which can decode HTTP responces with chunked +- Added "dechunk" filter which can decode HTTP responses with chunked transfer-encoding. HTTP streams use this filter automatically in case - "Transfer-Encoding: chunked" header presents in responce. It's possible to + "Transfer-Encoding: chunked" header presents in response. It's possible to disable this behaviour using "http"=>array("auto_decode"=>0) in stream context. (Dmitry)
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php