From a3e46ecde50f42680e15c5b1986f359ff990790e Mon Sep 17 00:00:00 2001 From: foobar Date: Wed, 23 Mar 2005 00:37:34 +0000 Subject: [PATCH] clean --- NEWS | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/NEWS b/NEWS index e6b475ee7a..d887f07e1c 100644 --- a/NEWS +++ b/NEWS @@ -8,8 +8,8 @@ PHP NEWS . ext/mnogosearch (Jani, Derick) . ext/w32api (Jani, Derick) . ext/yp (Jani, Derick) -- Updated pg_copy_from and pg_copy_to to use non-deprecated COPY API if - it exists (Christopher) +- Changed pg_copy_from() and pg_copy_to() to use non-deprecated COPY API if + it exists. (Christopher) - Changed stream_filter_(ap|pre)pend() to return resource. (Sara) - Changed mysqli_exception and sqlite_exception to use RuntimeException as base if SPL extension is present. (Georg, Marcus) @@ -41,7 +41,7 @@ PHP NEWS . pg_send_execute() - async equivalent of pg_execute(). . pg_result_error_field() - highly detailed error information, most importantly the SQLSTATE error code. - . pg_set_error_verbosity() - set verbosity of errors + . pg_set_error_verbosity() - set verbosity of errors. - Added optional fifth parameter "count" to preg_replace_callback() and preg_replace() to count the number of replacements made. FR #32275. (Andrey) - Added optional third parameter "charlist" to str_word_count() which -- 2.40.0