summaryrefslogtreecommitdiff
path: root/ext/domxml/php_domxml.c
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagphp-4.3.0dev-ZendEngine2SVN Migration2002-05-191-4369/+0
* DO NOT use C++ comments!foobar2002-05-191-2/+2
* - delete attributes as well in php_free_xml_nodeChristian Stocker2002-05-181-2/+4
* added "domxml API version" in phpinfo() output.Christian Stocker2002-05-181-1/+9
* mem leak fix for domxml_dump_nodeChristian Stocker2002-05-181-2/+2
* fixes memleak in html_dump_memChristian Stocker2002-05-181-1/+1
* rename the object name for comment nodes to domcomentChristian Stocker2002-05-181-1/+1
* WS fixesChristian Stocker2002-05-181-3/+3
* This should fix a big bad memory leak in freeing the nodes at script end.Christian Stocker2002-05-181-9/+19
* - replaced domxml_doc_document_element implementation do use libxml2 methodChristian Stocker2002-05-161-32/+44
* @- added fifth optional parameter to domxml_xslt_process. If set,Christian Stocker2002-05-101-4/+13
* removed the function for domxml_node_add_child and made an alias toChristian Stocker2002-05-031-38/+1
* WS fixesChristian Stocker2002-05-031-7/+7
* one parameter too muchChristian Stocker2002-05-031-1/+1
* added encoding support for domxml_dump_mem()Christian Stocker2002-05-031-5/+16
* - 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