]> granicus.if.org Git - php/commit
Fixed bug #61858 (DOMAttr debug info generates E_WARNING)
authorArnout Boks <arnoutboks@gmail.com>
Tue, 10 Jan 2017 20:19:37 +0000 (21:19 +0100)
committerNikita Popov <nikic@php.net>
Tue, 10 Jan 2017 22:24:34 +0000 (23:24 +0100)
commit07340553a562db2387c9995dce0c84dd9afba97e
treefc597a52c590dbec09682f9b481fcc9c38a127a9
parent291e3f0762cab9e9639e0594aa0ab96359ba2530
Fixed bug #61858 (DOMAttr debug info generates E_WARNING)

It seems fair to remove this warning, given that:

* it is not documented in the official documentation
* the $specified property, which has a similar 'not implemented' status,
  also does not trigger a warning
* it apparently hinders quite a lot of people during debugging, judging by
  the number of votes on the bug
NEWS
ext/dom/attr.c
ext/dom/tests/bug61858.phpt [new file with mode: 0644]
ext/dom/tests/dom_set_attr_node.phpt