summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorFrank M. Kromann <fmk@php.net>2005-12-21 22:44:04 +0000
committerFrank M. Kromann <fmk@php.net>2005-12-21 22:44:04 +0000
commit8560728ae081ae8bbb11ca86931d04d7af14e45d (patch)
treed6329a22599f1e0fd5d594e022c12149387f77d6 /NEWS
parent42a83a6fc97d3a1017f2230471c017b2ab0b5715 (diff)
downloadphp-git-8560728ae081ae8bbb11ca86931d04d7af14e45d.tar.gz
Fix #35730 Use correct character encoding with FreeTDS
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS1
1 files changed, 1 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 2c1507c5df..39b5b1f562 100644
--- a/NEWS
+++ b/NEWS
@@ -26,4 +26,5 @@ PHP NEWS
the part of haystack before or after first occurence of needle. (Johannes)
- Added possibility to check in which extension an internal function was
defined using reflection API. (Johannes)
+- Fixed bug #35730 (Use correct character encoding, and allow setting it) (Frank)
- Fixed bug #34286 (__toString() behavior is inconsistent). (Marcus)