summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStanislav Malyshev <stas@php.net>2012-05-21 16:12:38 -0700
committerStanislav Malyshev <stas@php.net>2012-05-21 16:14:36 -0700
commit169c9ac0c59c4863131b66045cfa121db7ad66cd (patch)
tree0e9fde1536cd416dd39eb2b88c0d202dc301f6a8
parentee66edb17a871c4428458f49fd96453d69ae2521 (diff)
downloadphp-git-169c9ac0c59c4863131b66045cfa121db7ad66cd.tar.gz
add news for new pg_ functions
-rw-r--r--NEWS3
-rwxr-xr-xUPGRADING4
2 files changed, 7 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 02f4e290ca..a472227116 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.xia@gmail.com)
diff --git a/UPGRADING b/UPGRADING
index 7177a6df64..6700185314 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()