Commit:    169c9ac0c59c4863131b66045cfa121db7ad66cd
Author:    Stanislav Malyshev <s...@php.net>         Mon, 21 May 2012 16:12:38 
-0700
Parents:   ee66edb17a871c4428458f49fd96453d69ae2521
Branches:  PHP-5.4.4

Link:       
http://git.php.net/?p=php-src.git;a=commitdiff;h=169c9ac0c59c4863131b66045cfa121db7ad66cd

Log:
add news for new pg_ functions

Changed paths:
  M  NEWS
  M  UPGRADING


Diff:
diff --git a/NEWS b/NEWS
index 02f4e29..a472227 100644
--- a/NEWS
+++ b/NEWS
@@ -45,6 +45,9 @@ PHP                                                           
             NEWS
 - Phar:
   . Fix bug #61065 (Secunia SA44335). (Rasmus)
 
+- Pgsql:
+  . Added pg_escape_identifier/pg_escape_literal. (Yasuo Ohgaki)
+
 - Reflection:
   . Implemented FR #61602 (Allow access to the name of constant
     used as function/method parameter's default value). (reeze....@gmail.com)
diff --git a/UPGRADING b/UPGRADING
index 7177a6d..6700185 100755
--- a/UPGRADING
+++ b/UPGRADING
@@ -610,6 +610,10 @@ c. New functions
     - mysqli_error_list()
     - mysqli_stmt_error_list()
 
+  - pgsql
+    - pg_escape_identifier() (5.4.4)
+    - pg_escape_literal() (5.4.4)
+
   - Session:
     - session_register_shutdown()
     - session_status()


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

Reply via email to