sniper          Tue Mar 22 19:37:34 2005 EDT

  Modified files:              
    /php-src    NEWS 
  Log:
  clean
  
http://cvs.php.net/diff.php/php-src/NEWS?r1=1.1857&r2=1.1858&ty=u
Index: php-src/NEWS
diff -u php-src/NEWS:1.1857 php-src/NEWS:1.1858
--- php-src/NEWS:1.1857 Tue Mar 22 03:51:19 2005
+++ php-src/NEWS        Tue Mar 22 19:37:34 2005
@@ -8,8 +8,8 @@
   . 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 @@
   . 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

-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to