Hello Rob,

Thursday, October 7, 2004, 1:40:24 PM, you wrote:

> rrichards             Thu Oct  7 07:40:24 2004 EDT

>   Modified files:              
>     /php-src/ext/dom  document.c php_dom.c text.c 
>   Log:
>   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
  
It makes little to no sense to keep names for BC in an extension that uses
names based on a spec. Especially when the old names were never published as
a valid spec. Those names would only blow up the namesspace and lead to
confusion once people work with the api that only know the spec - and
wondering what else is there for which they cannot find a spec...

-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to