]> granicus.if.org Git - php/commitdiff
add news for new pg_ functions
authorStanislav Malyshev <stas@php.net>
Mon, 21 May 2012 23:12:38 +0000 (16:12 -0700)
committerStanislav Malyshev <stas@php.net>
Mon, 21 May 2012 23:15:12 +0000 (16:15 -0700)
NEWS
UPGRADING

diff --git a/NEWS b/NEWS
index 68f0a3563ae960986a8d5dc02f4f0637df2171c5..dd31ddea0f55c91369fd940e2473dbe5723b4585 100644 (file)
--- 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.xia@gmail.com)
index 03222ae42aa853aa64c81d903208c51036708b1c..3a97b10cbf85a8f668d84d8392c07a3422db3192 100755 (executable)
--- 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()