summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYasuo Ohgaki <yohgaki@php.net>2014-02-15 19:21:54 +0900
committerYasuo Ohgaki <yohgaki@php.net>2014-02-15 19:21:54 +0900
commitfbb1827da840bfeca4f0be87dacc52c7631c0dce (patch)
tree6245b8c4f727c750119f14b8c5b28f93aa922853
parent6e0b8b4288ac3224c011b913ea93c7654fc04d12 (diff)
downloadphp-git-fbb1827da840bfeca4f0be87dacc52c7631c0dce.tar.gz
Update NEWS
-rw-r--r--NEWS5
1 files changed, 5 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index f1a02eea17..11f9431daf 100644
--- a/NEWS
+++ b/NEWS
@@ -20,6 +20,11 @@ PHP NEWS
- PCRE:
. Upgraded to PCRE 8.34. (Anatol)
+- Pgsql:
+ . Added warning for dangerous client encoding with pg_insert()/pg_update()
+ pg_delete()/pg_select(). (Yasuo)
+
+
06 Feb 2014, PHP 5.5.9
- Core: