Skip to content

Commit 169c9ac

Browse files
committed
add news for new pg_ functions
1 parent ee66edb commit 169c9ac

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

NEWS

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,9 @@ PHP NEWS
4545
- Phar:
4646
. Fix bug #61065 (Secunia SA44335). (Rasmus)
4747

48+
- Pgsql:
49+
. Added pg_escape_identifier/pg_escape_literal. (Yasuo Ohgaki)
50+
4851
- Reflection:
4952
. Implemented FR #61602 (Allow access to the name of constant
5053
used as function/method parameter's default value). ([email protected])

UPGRADING

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -610,6 +610,10 @@ c. New functions
610610
- mysqli_error_list()
611611
- mysqli_stmt_error_list()
612612

613+
- pgsql
614+
- pg_escape_identifier() (5.4.4)
615+
- pg_escape_literal() (5.4.4)
616+
613617
- Session:
614618
- session_register_shutdown()
615619
- session_status()

0 commit comments

Comments
 (0)