summaryrefslogtreecommitdiff
path: root/UPGRADING
diff options
context:
space:
mode:
authorMichael Wallner <mike@php.net>2013-10-03 15:23:05 +0200
committerMichael Wallner <mike@php.net>2013-10-03 15:23:05 +0200
commitc7b1d76eb9d09b0331272143e44e5024468b0fea (patch)
tree6ec7ccd2a6d7bae2b390f8a4cd79b643f620e784 /UPGRADING
parent2a1bd123d6397781082e00ccdfe2ff3ebd0d57fe (diff)
downloadphp-git-c7b1d76eb9d09b0331272143e44e5024468b0fea.tar.gz
fix bug #55285 XMLReader::getAttribute/No/Ns methods inconsistency
Diffstat (limited to 'UPGRADING')
-rwxr-xr-xUPGRADING4
1 files changed, 4 insertions, 0 deletions
diff --git a/UPGRADING b/UPGRADING
index 87b9eefeed..f413887500 100755
--- a/UPGRADING
+++ b/UPGRADING
@@ -61,6 +61,10 @@ PHP X.Y UPGRADE NOTES
CURLOPT_SAFE_UPLOAD is now turned on by default and uploads with @file
do not work unless it is explicitly set to false.
+- XMLReader:
+ XMLReader::getAttributeNs and XMLReader::getAttributeNo now return NULL if
+ the attribute could not be found, just like XMLReader::getAttribute.
+
========================================
5. New Functions
========================================