Commit:    a472649016688551429df9ee9a2f7d3706dd7c3a
Author:    Stanislav Malyshev <s...@php.net>         Mon, 21 May 2012 16:12:38 
-0700
Parents:   074d361d647b0fba334e5e14d3b6904ba1ea09d8
Branches:  PHP-5.4

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

Log:
add news for new pg_ functions

Changed paths:
  M  NEWS
  M  UPGRADING


Diff:
diff --git a/NEWS b/NEWS
index 68f0a35..dd31dde 100644
--- a/NEWS
+++ b/NEWS
@@ -47,6 +47,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 03222ae..3a97b10 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