From 4d7fe7444b5be911b7b36e935bea300fdbcf564f Mon Sep 17 00:00:00 2001 From: Matt Wilmas Date: Tue, 5 May 2009 00:55:27 +0000 Subject: [PATCH] Changed wording --- NEWS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.40.0