]> granicus.if.org Git - php/commitdiff
MFT: Implemented FR #47802 (Support for setting character sets in DSN strings)
authorKalle Sommer Nielsen <kalle@php.net>
Mon, 17 Jan 2011 09:54:22 +0000 (09:54 +0000)
committerKalle Sommer Nielsen <kalle@php.net>
Mon, 17 Jan 2011 09:54:22 +0000 (09:54 +0000)
NEWS
UPGRADING

diff --git a/NEWS b/NEWS
index b78624fcc77b6a68ad0950c4e4f400f5fa3dc5e7..d3c77e733bdded483402b9911e7b82ad14316c59 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -164,8 +164,6 @@ PHP                                                                        NEWS
     Traversable. (Andrey, Johannes)
   . MySQLi: Implemented FR #39847 (mysqli_fetch_[field|fields|field_direct] 
     need to return db). (Kalle)
-  . PDO_mysql: Implemented FR #47802 (Support for setting character sets in 
-    DSN strings). (Kalle)
   . PDO_mysql: Removed support for linking with MySQL client libraries older
     than 4.1. (Johannes)
 
index f17fa7af4db7616fa163e289b4c3d1f385278e70..ed510094e05fe07ee3b8b34c6e4f5812c9e34570 100755 (executable)
--- a/UPGRADING
+++ b/UPGRADING
@@ -161,8 +161,6 @@ UPGRADE NOTES - PHP X.Y
   strings. This breaks code that iterated the resulting stream array using a
   numeric index, but makes easier to identify which of the passed streams are
   present in the result.
-- pdo_mysql now supports setting character sets when connecting in the DSN 
-  string.
 - mysqli_fetch_[field|fields|field_direct] now returns an additional property 
   named 'db' that contains the database name of the associated result.