From: Stanislav Malyshev Date: Mon, 21 May 2012 23:12:38 +0000 (-0700) Subject: add news for new pg_ functions X-Git-Tag: php-5.4.4RC2~47^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a472649016688551429df9ee9a2f7d3706dd7c3a;p=php add news for new pg_ functions --- 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()