summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorIlia Alshanetsky <iliaa@php.net>2008-05-23 15:46:54 +0000
committerIlia Alshanetsky <iliaa@php.net>2008-05-23 15:46:54 +0000
commitc29dac2f3211bb0ff9c4ab496b55febc548f4979 (patch)
treed867cc3b8b1f54894339a7bfb891ce025fce7fc2 /NEWS
parentfa6c5d542945fef15d144f6cde05b78cdf02cf52 (diff)
downloadphp-git-c29dac2f3211bb0ff9c4ab496b55febc548f4979.tar.gz
When dumping entire document to file via asXml() don't lose the encoding
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 98329a2f97..28f95a3a3d 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,8 @@
PHP NEWS
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
?? ??? 2008, PHP 5.2.7
+- When dumping entire document to file via asXml() don't lose the encoding.
+ (Ilia)
- Fixed a crash inside PDO when trying instantiate PDORow manually (Felipe)
- Fixed build failure of ext/mysqli with libmysql 6.0 - missing rpl
functions. (Andrey)