summaryrefslogtreecommitdiff
path: root/ext/domxml/php_domxml.h
Commit message (Expand)AuthorAgeFilesLines
* - added function domxml_parser_set_keep_blanks()Uwe Steinmann2002-04-301-0/+1
* - added new function DomDocument->ids (subject to change)Uwe Steinmann2002-04-231-0/+1
* - added DomNode->replace_child()Uwe Steinmann2002-04-151-0/+1
* @- old $node->append_child() is now $node->append_sibling(), sinceChristian Stocker2002-04-131-0/+1
* - added method DomNode->remove_child()Uwe Steinmann2002-04-121-0/+1
* - fixed stupid compile errorUwe Steinmann2002-04-121-1/+1
* - insert_before(): copy node before doing the insertUwe Steinmann2002-04-121-0/+1
* added domxml_parser(), domxml_parser_add_chunk() and domxml_parser_end().Christian Stocker2002-04-051-0/+5
* @ implemented domxml_elem_get_elements_by_tagnameChristian Stocker2002-03-111-2/+3
* Maintain headers.Sebastian Bergmann2002-02-281-1/+1
* Added domxml_substitute_entities_default() functionJaroslaw Kolakowski2002-01-211-0/+1
* - added macro DOMXML_PARAM_ONEChristian Stocker2002-01-181-0/+1
* @- Added function domxml_node_get_content() (chregu)Christian Stocker2002-01-181-0/+1
* # sorry for the mixing of different things in this commitChristian Stocker2002-01-181-1/+7
* Added XsltStylesheet class with methods:Jaroslaw Kolakowski2002-01-171-1/+4
* - Added xpath_register_ns() function.Chris Jarecki2002-01-131-0/+2
* Added domxml_node_replace_node() function.Jaroslaw Kolakowski2002-01-111-0/+1
* - Fix compilation. (Christian Stocker)Markus Fischer2002-01-101-0/+1
* - Fixed compile with older libxml.foobar2002-01-091-0/+1
* AJaroslaw Kolakowski2002-01-081-3/+3
* - Added functions: htmldoc(), htmldocfile(), domxml_htmldumpmem().Jaroslaw Kolakowski2002-01-081-0/+23
* Update headers.Sebastian Bergmann2001-12-111-2/+2
* - Reverted macro moving stupidity (thx to Sterling).Markus Fischer2001-12-021-39/+0
* Last commit:Markus Fischer2001-12-011-1/+40
* - add functions clone_node(), is_blank_node(), create_entity_reference()Uwe Steinmann2001-11-211-0/+5
* Avoid TSRMLS_FETCH()'s, and clean up a bit of stale extern's and layout on th...Zeev Suraski2001-07-301-3/+3
* - added domxml_version() to retrieve version of libxmlUwe Steinmann2001-04-091-0/+1
* - added EntityReference and Notation classUwe Steinmann2001-03-211-0/+5
* - complete rewrite of domxml module.Uwe Steinmann2001-03-201-11/+67
* - Fix copyright notices with 2001Andi Gutmans2001-02-261-1/+1
* - add domxml_unlink_node(), not testedUwe Steinmann2001-02-081-0/+1
* - changed naming of some functions (kept compatibility)Uwe Steinmann2001-01-261-3/+3
* Removed unused variable definitions. And libxml can be build NOTfoobar2000-12-091-0/+4
* - new function set_content() which is a workaround for bug #6457Uwe Steinmann2000-11-101-0/+1
* - Fixed several error including segm fault (but still one left :-(Uwe Steinmann2000-11-101-0/+1
* - Started support for XPath/XPtr (completely untested)Uwe Steinmann2000-11-091-0/+13
* - got rid of php_ prefix in Modulename and some structsUwe Steinmann2000-08-071-4/+4
* Changed lots of PHP 3 licence headers to PHP 4, mainly in .h files.David Croft2000-07-241-23/+10
* Change header protection macros to conform to standard.Sascha Schumann2000-07-021-2/+2
* - should now compile and configure with libxml 2.0.0Uwe Steinmann2000-06-051-1/+1
* - The root node of a xml doc is now an array since it is possibleUwe Steinmann2000-03-021-0/+1
* - Convert 'PHP3' to 'PHP'Zeev Suraski2000-02-261-1/+1
* - change some function name into php styleUwe Steinmann2000-02-171-3/+3
* - added funktion xmltree(), renamed dom() to xmldoc() and domfile()Uwe Steinmann2000-02-101-2/+2
* - removed stupid leftover in testdomUwe Steinmann2000-02-091-0/+1
* - new function to read and parse xml doc from fileUwe Steinmann2000-02-091-0/+1
* - more functions added but none of them testedUwe Steinmann2000-02-031-0/+3
* - resumed work on domxml and found a way to circumwent a segm faultUwe Steinmann2000-01-251-0/+2
* More php3 cleanupZeev Suraski1999-12-171-4/+4
* - Made PHP_VERSION and PHP_OS work againZeev Suraski1999-12-171-1/+1