From 5d23cdd695a691ffae2ba39f35658219a88c9d59 Mon Sep 17 00:00:00 2001 From: Kalle Sommer Nielsen Date: Mon, 17 Jan 2011 09:54:22 +0000 Subject: [PATCH] MFT: Implemented FR #47802 (Support for setting character sets in DSN strings) --- NEWS | 2 -- UPGRADING | 2 -- 2 files changed, 4 deletions(-) diff --git a/NEWS b/NEWS index b78624fcc7..d3c77e733b 100644 --- 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) diff --git a/UPGRADING b/UPGRADING index f17fa7af4d..ed510094e0 100755 --- 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. -- 2.40.0