From: Matt Wilmas Date: Tue, 5 May 2009 00:55:27 +0000 (+0000) Subject: Changed wording X-Git-Tag: php-5.3.0RC2~14 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4d7fe7444b5be911b7b36e935bea300fdbcf564f;p=php Changed wording --- diff --git a/NEWS b/NEWS index 7363911036..b49bfa9a54 100644 --- a/NEWS +++ b/NEWS @@ -22,7 +22,7 @@ PHP NEWS open(2) system call. (Mikko) - 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 response. It's possible to + "Transfer-Encoding: chunked" header is present in response. It's possible to disable this behaviour using "http"=>array("auto_decode"=>0) in stream context. (Dmitry) - Added ability to throw exceptions from SQLite3 instead of warnings. (Scott)