summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTjerk Meesters <datibbaw@php.net>2014-09-02 06:07:34 +0800
committerTjerk Meesters <datibbaw@php.net>2014-09-02 06:32:56 +0800
commit8da58e36b4facf3cccb14183303ded36eff95e71 (patch)
tree0884f4f142b40d34148f717f37cd0118519d86d4
parent83bacd2fe0b06d4e13f4750eddf204e5a0bb16e3 (diff)
downloadphp-git-8da58e36b4facf3cccb14183303ded36eff95e71.tar.gz
Updated UPGRADING
-rw-r--r--UPGRADING3
1 files changed, 3 insertions, 0 deletions
diff --git a/UPGRADING b/UPGRADING
index ee277b0ee8..388b0d2f72 100644
--- a/UPGRADING
+++ b/UPGRADING
@@ -374,6 +374,9 @@ PHP 5.6 UPGRADE NOTES
- Added LISTEN/NOTIFY support via PDO::pgsqlGetNotify / PDO::pgsqlGetPid()
as described in https://bugs.php.net/bug.php?id=42614.
+- DOM:
+ - DOMNode::textContent is now a writeable property. (>= 5.6.1)
+
========================================
10. New Global Constants
========================================