summaryrefslogtreecommitdiff
path: root/ext/domxml
Commit message (Expand)AuthorAgeFilesLines
* Maintain headers.Sebastian Bergmann2002-02-282-2/+2
* "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-212-0/+24
* - 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-182-0/+56
* @- Added function domxml_node_get_content() (chregu)Christian Stocker2002-01-182-1/+27
* # sorry for the mixing of different things in this commitChristian Stocker2002-01-183-33/+149
* Use libxml2 header if there are older version. Reported by <jwagoner@wlion.com>Yasuo Ohgaki2002-01-171-3/+3
* Added XsltStylesheet class with methods:Jaroslaw Kolakowski2002-01-172-31/+262
* - using macro in xpath_register_ns()Chris Jarecki2002-01-141-22/+7
* - Added xpath_register_ns() function.Chris Jarecki2002-01-132-0/+47
* Added domxml_node_replace_node() function.Jaroslaw Kolakowski2002-01-112-0/+29
* - Fix compilation. (Christian Stocker)Markus Fischer2002-01-101-0/+1
* - Fixed compile with older libxml.foobar2002-01-091-0/+1
* AJaroslaw Kolakowski2002-01-082-15/+15
* - Added functions: htmldoc(), htmldocfile(), domxml_htmldumpmem().Jaroslaw Kolakowski2002-01-083-2/+313
* - 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-112-4/+4
* proto fixHartmut Holzgraefe2001-12-051-1/+1
* Please Egon.Markus Fischer2001-12-021-1/+1
* - Standardize function to accept either $obj->foo or domxml_foo($obj)Markus Fischer2001-12-021-125/+124
* - Reverted macro moving stupidity (thx to Sterling).Markus Fischer2001-12-022-39/+39
* I hope that this is a better explanation as unknown.Egon Schmid2001-12-021-1/+1
* Last commit:Markus Fischer2001-12-012-63/+140
* Unified the configure messages.foobar2001-11-301-3/+3
* - introduced several macros to simply code (done by Markus Fischer)Uwe Steinmann2001-11-281-480/+344
* Fixed some protos. If pi means processing instruction, it should be written I...Egon Schmid2001-11-251-47/+49
* - add functions clone_node(), is_blank_node(), create_entity_reference()Uwe Steinmann2001-11-212-8/+157
* * zend_module_entry change: apino, debug and zts are moved first,Stig Bakken2001-10-111-0/+2
* - This patch adds proper header file detection on system whichDerick Rethans2001-09-261-2/+7
* Back-substitute for Z_* macro's. If it breaks some extension (the script isn'...Jeroen van Wolffelaar2001-09-251-19/+19
* Don't manually register the resource, let php_domobject_new do it for us.Joey Smith2001-09-191-1/+0
* - Don't wrap lines... this is annoying while coding.Derick Rethans2001-09-091-2/+2