| Commit message (Expand) | Author | Age | Files | Lines |
* | - added function domxml_parser_set_keep_blanks() | Uwe Steinmann | 2002-04-30 | 1 | -0/+1 |
* | - added new function DomDocument->ids (subject to change) | Uwe Steinmann | 2002-04-23 | 1 | -0/+1 |
* | - added DomNode->replace_child() | Uwe Steinmann | 2002-04-15 | 1 | -0/+1 |
* | @- old $node->append_child() is now $node->append_sibling(), since | Christian Stocker | 2002-04-13 | 1 | -0/+1 |
* | - added method DomNode->remove_child() | Uwe Steinmann | 2002-04-12 | 1 | -0/+1 |
* | - fixed stupid compile error | Uwe Steinmann | 2002-04-12 | 1 | -1/+1 |
* | - insert_before(): copy node before doing the insert | Uwe Steinmann | 2002-04-12 | 1 | -0/+1 |
* | added domxml_parser(), domxml_parser_add_chunk() and domxml_parser_end(). | Christian Stocker | 2002-04-05 | 1 | -0/+5 |
* | @ implemented domxml_elem_get_elements_by_tagname | Christian Stocker | 2002-03-11 | 1 | -2/+3 |
* | Maintain headers. | Sebastian Bergmann | 2002-02-28 | 1 | -1/+1 |
* | Added domxml_substitute_entities_default() function | Jaroslaw Kolakowski | 2002-01-21 | 1 | -0/+1 |
* | - added macro DOMXML_PARAM_ONE | Christian Stocker | 2002-01-18 | 1 | -0/+1 |
* | @- Added function domxml_node_get_content() (chregu) | Christian Stocker | 2002-01-18 | 1 | -0/+1 |
* | # sorry for the mixing of different things in this commit | Christian Stocker | 2002-01-18 | 1 | -1/+7 |
* | Added XsltStylesheet class with methods: | Jaroslaw Kolakowski | 2002-01-17 | 1 | -1/+4 |
* | - Added xpath_register_ns() function. | Chris Jarecki | 2002-01-13 | 1 | -0/+2 |
* | Added domxml_node_replace_node() function. | Jaroslaw Kolakowski | 2002-01-11 | 1 | -0/+1 |
* | - Fix compilation. (Christian Stocker) | Markus Fischer | 2002-01-10 | 1 | -0/+1 |
* | - Fixed compile with older libxml. | foobar | 2002-01-09 | 1 | -0/+1 |
* | A | Jaroslaw Kolakowski | 2002-01-08 | 1 | -3/+3 |
* | - Added functions: htmldoc(), htmldocfile(), domxml_htmldumpmem(). | Jaroslaw Kolakowski | 2002-01-08 | 1 | -0/+23 |
* | Update headers. | Sebastian Bergmann | 2001-12-11 | 1 | -2/+2 |
* | - Reverted macro moving stupidity (thx to Sterling). | Markus Fischer | 2001-12-02 | 1 | -39/+0 |
* | Last commit: | Markus Fischer | 2001-12-01 | 1 | -1/+40 |
* | - add functions clone_node(), is_blank_node(), create_entity_reference() | Uwe Steinmann | 2001-11-21 | 1 | -0/+5 |
* | Avoid TSRMLS_FETCH()'s, and clean up a bit of stale extern's and layout on th... | Zeev Suraski | 2001-07-30 | 1 | -3/+3 |
* | - added domxml_version() to retrieve version of libxml | Uwe Steinmann | 2001-04-09 | 1 | -0/+1 |
* | - added EntityReference and Notation class | Uwe Steinmann | 2001-03-21 | 1 | -0/+5 |
* | - complete rewrite of domxml module. | Uwe Steinmann | 2001-03-20 | 1 | -11/+67 |
* | - Fix copyright notices with 2001 | Andi Gutmans | 2001-02-26 | 1 | -1/+1 |
* | - add domxml_unlink_node(), not tested | Uwe Steinmann | 2001-02-08 | 1 | -0/+1 |
* | - changed naming of some functions (kept compatibility) | Uwe Steinmann | 2001-01-26 | 1 | -3/+3 |
* | Removed unused variable definitions. And libxml can be build NOT | foobar | 2000-12-09 | 1 | -0/+4 |
* | - new function set_content() which is a workaround for bug #6457 | Uwe Steinmann | 2000-11-10 | 1 | -0/+1 |
* | - Fixed several error including segm fault (but still one left :-( | Uwe Steinmann | 2000-11-10 | 1 | -0/+1 |
* | - Started support for XPath/XPtr (completely untested) | Uwe Steinmann | 2000-11-09 | 1 | -0/+13 |
* | - got rid of php_ prefix in Modulename and some structs | Uwe Steinmann | 2000-08-07 | 1 | -4/+4 |
* | Changed lots of PHP 3 licence headers to PHP 4, mainly in .h files. | David Croft | 2000-07-24 | 1 | -23/+10 |
* | Change header protection macros to conform to standard. | Sascha Schumann | 2000-07-02 | 1 | -2/+2 |
* | - should now compile and configure with libxml 2.0.0 | Uwe Steinmann | 2000-06-05 | 1 | -1/+1 |
* | - The root node of a xml doc is now an array since it is possible | Uwe Steinmann | 2000-03-02 | 1 | -0/+1 |
* | - Convert 'PHP3' to 'PHP' | Zeev Suraski | 2000-02-26 | 1 | -1/+1 |
* | - change some function name into php style | Uwe Steinmann | 2000-02-17 | 1 | -3/+3 |
* | - added funktion xmltree(), renamed dom() to xmldoc() and domfile() | Uwe Steinmann | 2000-02-10 | 1 | -2/+2 |
* | - removed stupid leftover in testdom | Uwe Steinmann | 2000-02-09 | 1 | -0/+1 |
* | - new function to read and parse xml doc from file | Uwe Steinmann | 2000-02-09 | 1 | -0/+1 |
* | - more functions added but none of them tested | Uwe Steinmann | 2000-02-03 | 1 | -0/+3 |
* | - resumed work on domxml and found a way to circumwent a segm fault | Uwe Steinmann | 2000-01-25 | 1 | -0/+2 |
* | More php3 cleanup | Zeev Suraski | 1999-12-17 | 1 | -4/+4 |
* | - Made PHP_VERSION and PHP_OS work again | Zeev Suraski | 1999-12-17 | 1 | -1/+1 |