diff options
author | Michael Wallner <mike@php.net> | 2013-10-03 15:23:05 +0200 |
---|---|---|
committer | Michael Wallner <mike@php.net> | 2013-10-03 15:23:05 +0200 |
commit | c7b1d76eb9d09b0331272143e44e5024468b0fea (patch) | |
tree | 6ec7ccd2a6d7bae2b390f8a4cd79b643f620e784 /UPGRADING | |
parent | 2a1bd123d6397781082e00ccdfe2ff3ebd0d57fe (diff) | |
download | php-git-c7b1d76eb9d09b0331272143e44e5024468b0fea.tar.gz |
fix bug #55285 XMLReader::getAttribute/No/Ns methods inconsistency
Diffstat (limited to 'UPGRADING')
-rwxr-xr-x | UPGRADING | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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 ======================================== |