We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee66edb commit 169c9acCopy full SHA for 169c9ac
NEWS
@@ -45,6 +45,9 @@ PHP NEWS
45
- Phar:
46
. Fix bug #61065 (Secunia SA44335). (Rasmus)
47
48
+- Pgsql:
49
+ . Added pg_escape_identifier/pg_escape_literal. (Yasuo Ohgaki)
50
+
51
- Reflection:
52
. Implemented FR #61602 (Allow access to the name of constant
53
used as function/method parameter's default value). ([email protected])
UPGRADING
@@ -610,6 +610,10 @@ c. New functions
610
- mysqli_error_list()
611
- mysqli_stmt_error_list()
612
613
+ - pgsql
614
+ - pg_escape_identifier() (5.4.4)
615
+ - pg_escape_literal() (5.4.4)
616
617
- Session:
618
- session_register_shutdown()
619
- session_status()
0 commit comments