]> granicus.if.org Git - php/commitdiff
clean
authorfoobar <sniper@php.net>
Wed, 23 Mar 2005 00:37:34 +0000 (00:37 +0000)
committerfoobar <sniper@php.net>
Wed, 23 Mar 2005 00:37:34 +0000 (00:37 +0000)
NEWS

diff --git a/NEWS b/NEWS
index e6b475ee7a4c1da81eb07bd5abf30d12ca5fff7a..d887f07e1c42d8e5325e76db99429f89895b538c 100644 (file)
--- 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