summaryrefslogtreecommitdiff
path: root/ext/domxml/php_domxml.c
Commit message (Expand)AuthorAgeFilesLines
* MFH (fix some to long property strings)Christian Stocker2002-08-271-3/+3
* stupid typoChristian Stocker2002-08-271-2/+2
* MFH (fix memleak in php_domxslt_string_to_xpathexpr)Christian Stocker2002-08-271-8/+9
* MFH 1.174 (Make domxml_xslt_process() working again.)Christian Stocker2002-08-191-2/+12
* MFH (fixed domxml_get_element_by_id() )Christian Stocker2002-06-121-5/+5
* MFHfoobar2002-05-191-1/+1
* MFH for memleak fixes in domxml_dump_mem and domxml_html_dump_memChristian Stocker2002-05-181-2/+3
* MFH for memleak patchChristian Stocker2002-05-181-8/+18
* full MFH as discussed with derickChristian Stocker2002-05-031-192/+892
* MFH added unlink_node aliasJoseph Tate2002-04-051-2/+3
* Return attribute name in node_name(), if it's a XML_ATTRIBUTE_NODEChristian Stocker2002-03-131-0/+4
* Return #document in node_name(), if it's a XML_DOCUMENT_NODEChristian Stocker2002-03-131-0/+4
* - Fixed a coredump involved in the domxml_unlink() function. Refer to bug #1...Joseph Tate2002-03-081-2/+6
* Reverting the reverted patch. I hope this is the last time. No added functi...Joseph Tate2002-03-071-3/+4
* Reverting patch at Derick's request. Reverted to 1.118Joseph Tate2002-03-071-4/+3
* Added type attributes to XML_DTD_NODE and XML_ATTRIBUTE_NODE element types.Joseph 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
* - Added functions: htmldoc(), htmldocfile(), domxml_htmldumpmem().Jaroslaw Kolakowski2002-01-081-2/+241
* - Fix domxml_node_unlink_node() proto and return value.Markus Fischer2002-01-071-3/+2
* - Refuse attribute nodes on add_child() and add list destructor for PIMarkus Fischer2002-01-051-32/+51
* proto fixesHartmut Holzgraefe2002-01-041-2/+2
* - domxml_node_add_child(): Perform deep copy before adding child to preventMarkus Fischer2002-01-031-2/+7
* - Fix crash with EntityRef nodes (and properly support them).Markus Fischer2001-12-201-5/+9
* - Damn Typo.Markus Fischer2001-12-141-1/+1
* - Remove redundant code.Markus Fischer2001-12-141-6/+2
* Update headers.Sebastian Bergmann2001-12-111-2/+2
* proto fixHartmut Holzgraefe2001-12-051-1/+1
* Please Egon.Markus Fischer2001-12-021-1/+1