From a472649016688551429df9ee9a2f7d3706dd7c3a Mon Sep 17 00:00:00 2001 From: Stanislav Malyshev Date: Mon, 21 May 2012 16:12:38 -0700 Subject: [PATCH] add news for new pg_ functions --- NEWS | 3 +++ UPGRADING | 4 ++++ 2 files changed, 7 insertions(+) diff --git a/NEWS b/NEWS index 68f0a3563a..dd31ddea0f 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.xia@gmail.com) diff --git a/UPGRADING b/UPGRADING index 03222ae42a..3a97b10cbf 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() -- 2.40.0