]> granicus.if.org Git - php/commit
add DOMDocument xmlEncoding, xmlStandalone, xmlVersion (spec name changes)
authorRob Richards <rrichards@php.net>
Thu, 7 Oct 2004 11:40:20 +0000 (11:40 +0000)
committerRob Richards <rrichards@php.net>
Thu, 7 Oct 2004 11:40:20 +0000 (11:40 +0000)
commit7dced12c320a09731f09e803c1ab1faf53e4803c
tree88ecb1c9dd8b9369756ec6e3b69e0f5d3dc79b75
parentb0ffa2497b97be382fe1418a0f1da920fe10b8b5
add DOMDocument xmlEncoding, xmlStandalone, xmlVersion (spec name changes)
add DOMText isElementContentWhitespace (spec name change)
 - old props/method kept for BC.
 - spec names changed when Level 3 went from Draft to Recommendation
nuke some unused code
ext/dom/document.c
ext/dom/php_dom.c
ext/dom/text.c