summaryrefslogtreecommitdiff
path: root/ext/domxml/php_domxml.c
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* - 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-021-0/+39
* I hope that this is a better explanation as unknown.Egon Schmid2001-12-021-1/+1
* Last commit:Markus Fischer2001-12-011-62/+100
* - 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-211-8/+152
* * zend_module_entry change: apino, debug and zts are moved first,Stig Bakken2001-10-111-0/+2
* 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
* have this go through php's error warning systemSterling Hughes2001-09-091-1/+1
* ws fix, MFBSterling Hughes2001-09-091-9/+11
* Change DOM-XML's error reporting to E_WARNING which is more appropriateSterling Hughes2001-09-091-10/+25
* Fix bug #13025.Joey Smith2001-08-291-0/+1
* Fix 1st case of #9893. 2nd case was already fixed in previous commit.Joey Smith2001-08-261-0/+6
* Some changes to help out previous users of domxml...Joey Smith2001-08-211-1/+4
* Kill some duplicate PHP_FALIAS()'s.Joey Smith2001-08-141-35/+0
* Group PHP_FE and PHP_FALIAS with their own kind.Joey Smith2001-08-141-11/+13
* Fix my own ws errors.Joey Smith2001-08-141-6/+6
* Register le_domxmltextp.Joey Smith2001-08-141-0/+1
* Don't hammer the resource type right off the bat.Joey Smith2001-08-141-3/+12
* Trim ws only lines.Joey Smith2001-08-141-9/+9
* ws fix. Also added some missing protos and fold tags.foobar2001-08-141-489/+632
* Remove unused variable and fix small mental error.Joey Smith2001-08-141-2/+1