summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRob Richards <rrichards@php.net>2006-05-03 08:44:32 +0000
committerRob Richards <rrichards@php.net>2006-05-03 08:44:32 +0000
commited33d232e0b3e84517439f989f3c7d4ff0d087af (patch)
tree7db76d790f16d5d02df7edb3a7a916be235e73b4
parentf57c75112df5a5a4e94ba623db86b20e99d2811d (diff)
downloadphp-git-ed33d232e0b3e84517439f989f3c7d4ff0d087af.tar.gz
BFN
re-order news
-rw-r--r--NEWS3
1 files changed, 2 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index b006ee159c..15d1fc5ac7 100644
--- a/NEWS
+++ b/NEWS
@@ -4,8 +4,9 @@ PHP NEWS
- Added "capture_peer_cert" and "capture_peer_cert_chain" context options
for SSL streams. (Wez).
- Fixed possible crash in highlight_string(). (Dmitry)
-- Fixed bug #35552 (crash when pdo_odbc prepare fails). (Wez).
+- Fixed bug #37277 (cloning Dom Documents or Nodes does not work). (Rob)
- Fixed bug #36632 (bad error reporting for pdo_odbc exec UPDATE). (Wez).
+- Fixed bug #35552 (crash when pdo_odbc prepare fails). (Wez).
28 Apr 2006, PHP 5.1.3
- Updated bundled PCRE library to version 6.6. (Andrei)