summaryrefslogtreecommitdiff
path: root/ext/domxml
Commit message (Expand)AuthorAgeFilesLines
* 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-162-34/+47
* libxml2 >= 2.4.14 is needed (since quite some time ...)Christian Stocker2002-05-151-5/+5
* @- 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-032-39/+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-302-0/+17
* Fix ZTS build.foobar2002-04-241-1/+4
* - replace_child() will not add a child twiceUwe Steinmann2002-04-231-17/+67
* - added new function DomDocument->ids (subject to change)Uwe Steinmann2002-04-231-0/+1
* - 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-152-1/+39
* @- old $node->append_child() is now $node->append_sibling(), sinceChristian Stocker2002-04-132-0/+40
* - added method DomNode->remove_child()Uwe Steinmann2002-04-122-1/+37
* - fixed stupid compile errorUwe Steinmann2002-04-121-1/+1
* - insert_before(): copy node before doing the insertUwe Steinmann2002-04-122-53/+226
* - add quotes. Cought by: Roman Neuhauser <neuhauser@mail.cz>Jan Lehnardt2002-04-111-1/+1
* Added test suite for domxml extension.Joseph Tate2002-04-052-0/+331
* 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-052-2/+150
* - 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
* extension converted automatically to PHP_NEW_EXTENSION. Manually confirmedSascha Schumann2002-03-122-9/+1
* 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-112-15/+221
* - Fixed bug: #15686foobar2002-03-091-1/+9
* @ implemented domxml_elem_get_attribute_node(attrname) (chregu)Christian Stocker2002-03-081-16/+12
* Added linking files to make build compatible with RH 7.2's updated libxsltJoseph Tate2002-03-081-0/+13
* @ 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
* Added TODO item to modify new_child so that more than just element nodesJoseph Tate2002-03-071-0/+1