summaryrefslogtreecommitdiff
path: root/ext/domxml/php_domxml.c
Commit message (Expand)AuthorAgeFilesLines
* - added function domxml_parser_set_keep_blanks()Uwe Steinmann2002-04-301-0/+16
* Fix ZTS build.foobar2002-04-241-1/+4
* - replace_child() will not add a child twiceUwe Steinmann2002-04-231-17/+67
* - get_element_by_id() doesn't use xpath anymore but searches inUwe Steinmann2002-04-231-66/+91
* - DomNode->replace_node() now returns the node that was replace andUwe Steinmann2002-04-151-1/+1
* - added DomNode->replace_child()Uwe Steinmann2002-04-151-1/+38
* @- old $node->append_child() is now $node->append_sibling(), sinceChristian Stocker2002-04-131-0/+39
* - added method DomNode->remove_child()Uwe Steinmann2002-04-121-1/+36
* - insert_before(): copy node before doing the insertUwe Steinmann2002-04-121-53/+225
* Added unlink_node alias for consistencyJoseph Tate2002-04-051-0/+1
* oops. that was an error not detected in shared library mode ...Christian Stocker2002-04-051-1/+1
* added domxml_parser(), domxml_parser_add_chunk() and domxml_parser_end().Christian Stocker2002-04-051-2/+145
* - fixed a lot of memory leaks (by Lukas Schroeder)Christian Stocker2002-04-041-20/+25
* Fixing compile warning under Win32Joseph Tate2002-03-271-1/+1
* - Fix proto (again)Derick Rethans2002-03-151-3/+1
* - proto fixesDerick Rethans2002-03-151-4/+4
* Return attribute name in node_name(), if it's a XML_ATTRIBUTE_NODEChristian Stocker2002-03-131-1/+8
* Return #document in node_name(), if it's a XML_DOCUMENT_NODEChristian Stocker2002-03-131-0/+4
* forgot SEPARATE_ZVAL, produced segfaults.Christian Stocker2002-03-121-2/+3
* - Remove *FETCH() statements.Markus Fischer2002-03-121-68/+50
* nicer (optional) formated output in dump_mem and dump_mem_fileChristian Stocker2002-03-121-2/+14
* @ implemented domxml_elem_get_elements_by_tagnameChristian Stocker2002-03-111-13/+218
* @ implemented domxml_elem_get_attribute_node(attrname) (chregu)Christian Stocker2002-03-081-16/+12
* @ domxml_elem_remove_attribute(attibutename) is now implemented (chregu)Christian Stocker2002-03-081-13/+12
* @ added formatting option to domxml_dump_mem() (chregu)Christian Stocker2002-03-081-4/+9
* Commented out a few lines that were causing a segfault in the unlink code.Joseph Tate2002-03-071-2/+6
* Added type attribute wrappers to the remaining node types that did not haveJoseph Tate2002-03-071-3/+4
* Maintain headers.Sebastian Bergmann2002-02-281-1/+1
* "o|a|b" is not valid ZE code. changed to "o|ab"Christian Stocker2002-02-201-1/+1
* Fixed compile errorJaroslaw Kolakowski2002-02-041-2/+2
* Fix ZTS buildYasuo Ohgaki2002-02-041-0/+5
* - Fix for bug #14934: type property not set in comment nodes (domxml)Derick Rethans2002-01-251-1/+3
* Simplified domxml_substitute_entities_default() functionJaroslaw Kolakowski2002-01-221-9/+1
* Getting rid of some compile warnings (thanks to markus for pointing me in the...Christian Stocker2002-01-221-5/+5
* Added domxml_substitute_entities_default() functionJaroslaw Kolakowski2002-01-211-0/+23
* - fixed bug caused by libxml2 in xpath_register_ns()Chris Jarecki2002-01-211-3/+8
* proto fixHartmut Holzgraefe2002-01-201-1/+1
* - Fixed passing parameters to domxml_xslt_process(). Now they can be either s...Jaroslaw Kolakowski2002-01-191-66/+88
* - More WS fixesMarkus Fischer2002-01-181-15/+15
* shite :) too much WS fixes. leave the licence as it was...Christian Stocker2002-01-181-9/+9
* - WS fixes (replaced " " by \t)Christian Stocker2002-01-181-87/+87
* - added optional parameters format and level for domxml_dump_node()Christian Stocker2002-01-181-3/+4
* - added macro DOMXML_PARAM_ONEChristian Stocker2002-01-181-0/+55
* @- Added function domxml_node_get_content() (chregu)Christian Stocker2002-01-181-1/+26
* # sorry for the mixing of different things in this commitChristian Stocker2002-01-181-31/+84
* Added XsltStylesheet class with methods:Jaroslaw Kolakowski2002-01-171-30/+258
* - using macro in xpath_register_ns()Chris Jarecki2002-01-141-22/+7
* - Added xpath_register_ns() function.Chris Jarecki2002-01-131-0/+45
* Added domxml_node_replace_node() function.Jaroslaw Kolakowski2002-01-111-0/+28
* AJaroslaw Kolakowski2002-01-081-12/+12