On Mon, 6 May 2002, brad lafountain wrote:

> Hello,
> 
>  I have a patch for DomXML that does 2 things. It allows you to use new and 
> constructors to create dom elements.
> 
>  Ex.
> 
> $doc = new DomDocument("some.file", true);
> $ele = new DocElement("name");
> $doc->append_child($ele);
> 
>  insetead of
> 
> $doc = xmldoc("some.file", true);
> $ele = $doc->create_element("name");
> $doc->append_child($ele);
> 
> and it also PHPAPI exports one function that can be used in other places (my
> extension).
> 
>  Is it a possiblity to get this change in this release.

Nope, as I'm just tagging RC2. And I'd rather see not any changes happen 
now.

Derick

---------------------------------------------------------------------------
 Did I help you?   http://www.jdimedia.nl/derick/link.php?url=giftlist
 Frequent ranting: http://www.jdimedia.nl/derick/
---------------------------------------------------------------------------
                 PHP: Scripting the Web - [EMAIL PROTECTED]
                    All your branches are belong to me!
                SRM: Script Running Machine - www.vl-srm.net
---------------------------------------------------------------------------


-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to