From 199b73c23508ee78b678728e3f897a4557c7f905 Mon Sep 17 00:00:00 2001 From: Yasuo Ohgaki Date: Fri, 9 Aug 2013 02:42:06 +0000 Subject: [PATCH] Add changelog git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@331105 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/pgsql/functions/pg-delete.xml | 22 ++++++++++++++++++++++ reference/pgsql/functions/pg-insert.xml | 22 ++++++++++++++++++++++ reference/pgsql/functions/pg-select.xml | 24 +++++++++++++++++++++++- reference/pgsql/functions/pg-update.xml | 22 ++++++++++++++++++++++ 4 files changed, 89 insertions(+), 1 deletion(-) diff --git a/reference/pgsql/functions/pg-delete.xml b/reference/pgsql/functions/pg-delete.xml index e412bb536b..95fcf0e655 100644 --- a/reference/pgsql/functions/pg-delete.xml +++ b/reference/pgsql/functions/pg-delete.xml @@ -103,6 +103,28 @@ &warn.experimental.func; + + &reftitle.changelog; + + + + + + &Version; + &Description; + + + + + 5.5.3/5.4.19 + Direct SQL injection to table_name and Indirect SQL injection to identifiers are fixed. + + + + + + + &reftitle.seealso; diff --git a/reference/pgsql/functions/pg-insert.xml b/reference/pgsql/functions/pg-insert.xml index 49b0f232a6..a2dd2c7b4e 100644 --- a/reference/pgsql/functions/pg-insert.xml +++ b/reference/pgsql/functions/pg-insert.xml @@ -106,6 +106,28 @@ + + &reftitle.changelog; + + + + + + &Version; + &Description; + + + + + 5.5.3/5.4.19 + Direct SQL injection to table_name and Indirect SQL injection to identifiers are fixed. + + + + + + + &reftitle.seealso; diff --git a/reference/pgsql/functions/pg-select.xml b/reference/pgsql/functions/pg-select.xml index 20cb126d9d..3e6399cfa4 100644 --- a/reference/pgsql/functions/pg-select.xml +++ b/reference/pgsql/functions/pg-select.xml @@ -85,7 +85,7 @@ via options. - + &reftitle.examples; @@ -110,6 +110,28 @@ + + &reftitle.changelog; + + + + + + &Version; + &Description; + + + + + 5.5.3/5.4.19 + Direct SQL injection to table_name and Indirect SQL injection to identifiers are fixed. + + + + + + + &reftitle.seealso; diff --git a/reference/pgsql/functions/pg-update.xml b/reference/pgsql/functions/pg-update.xml index 9c50e956dc..851722bdd5 100644 --- a/reference/pgsql/functions/pg-update.xml +++ b/reference/pgsql/functions/pg-update.xml @@ -116,6 +116,28 @@ + + &reftitle.changelog; + + + + + + &Version; + &Description; + + + + + 5.5.3/5.4.19 + Direct SQL injection to table_name and Indirect SQL injection to identifiers are fixed. + + + + + + + &reftitle.seealso;