summaryrefslogtreecommitdiff
path: root/ext/domxml/php_domxml.c
Commit message (Expand)AuthorAgeFilesLines
* chregu: Can you please use the new php_error_docref in new code?Christian Stocker2002-09-091-1/+1
* Fix for bug 19266 (don't allow appending nodes from 2 different documents)Christian Stocker2002-09-091-1/+6
* - WhitespaceDerick Rethans2002-08-281-1/+1
* fix some to long property stringsChristian Stocker2002-08-271-3/+3
* argh, domxml_doc_free is not yet ready for CVS :)Christian Stocker2002-08-271-21/+0
* stupid typoChristian Stocker2002-08-271-3/+24
* fix memleak in php_domxslt_string_to_xpathexprChristian Stocker2002-08-271-7/+8
* renamed xslt_dump_* to xslt_result_dump_* to avoid confusionChristian Stocker2002-08-231-8/+8
* fix memleak in xslt->dump_mem()Christian Stocker2002-08-231-1/+2
* - moved xslt_dump_ to better placeChristian Stocker2002-08-221-75/+72
* @- Added XsltObject->dump_file($result,$filename[,$compression]) for dumpingChristian Stocker2002-08-221-1/+41
* @- Added XsltObject->dump_mem($result) for returning xslt-result directlyChristian Stocker2002-08-221-1/+40
* return version number of linked libxml2, not of the one, which it wasChristian Stocker2002-08-221-2/+2
* kill compiler warning (unused variable)foobar2002-08-221-1/+1
* w3c adjustments :)Christian Stocker2002-08-191-2/+2
* More W3C conformance stuff (they returned all false before..)Christian Stocker2002-08-171-8/+14
* More on the way to W3C coformance:Christian Stocker2002-08-161-34/+28
* proto fixesChristian Stocker2002-08-151-2/+2
* @ - Added DomNode->set_namespace(uri[,prefix]) (chregu)Christian Stocker2002-08-151-8/+69
* - let DomNode->replace_child always behave correctly (acc. to W3C specs)Christian Stocker2002-08-141-13/+1
* DomNode->replace_node moves instead of copies node.Christian Stocker2002-08-141-17/+3
* - fix for bug #17771 (insert_before misbeaviour (DOM L2 spec.))Christian Stocker2002-08-141-8/+3
* @ - Added some namespace support with DomNode->add_namespace(uri, prefix)Christian Stocker2002-08-141-0/+71
* fix for bug #18196Christian Stocker2002-08-141-4/+12
* fix for bug #18395 (DOMXML crash on removing previously created attributes)Christian Stocker2002-08-141-1/+12
* @ - DomNode->child_nodes() returns empty array instead of false, if noChristian Stocker2002-08-141-9/+8
* @ - Added $DomDocument->xinclude() for substitution of XIncludes inChristian Stocker2002-08-121-0/+23
* #Stupid. Sorry.Joseph Tate2002-08-071-6/+0
* #Don't use C++ Comments bug #18783Joseph Tate2002-08-071-5/+11
* - nodename is not always set, check if it really is.Christian Stocker2002-07-291-3/+5
* nodename is not always set, check if it really is.Christian Stocker2002-07-171-1/+3
* Fixed some unused variable warningsfoobar2002-07-131-2/+5
* @ - Added domxml_node_namespace_uri() (Rui Lopes).Christian Stocker2002-07-071-1/+28
* outcomment everything related to domxml_elem_set_attribute_node(). ThisChristian Stocker2002-07-011-1/+5
* Unify error messagesDerick Rethans2002-06-261-7/+7
* should compile on windows againChristian Stocker2002-06-251-4/+8
* - take version of libxslt and libxml from runtime variables to makeUwe Steinmann2002-06-201-34/+46
* - Make domxml_xslt_process() working again.Christian Stocker2002-06-191-1/+1
* - Fix ZTS build.Markus Fischer2002-06-181-2/+2
* - renamed domxml_parser_reference to domxml_parser_entitiy_referenceChristian Stocker2002-06-141-8/+57
* - oops, that didn't even compileChristian Stocker2002-06-141-7/+31
* @ - Added preliminary SAX-Input support. It's now possible to build a DomDocu...Christian Stocker2002-06-141-0/+226
* - Added DOMXML_LOAD_DONT_KEEP_BLANKS as possible mode, if one wants really ni...Christian Stocker2002-06-131-2/+16
* @ - Added better error-messages (3rd parameter) and validating of DTDs (2nd p...Christian Stocker2002-06-131-30/+267
* Fixed domxml_get_element_by_id()Christian Stocker2002-06-121-5/+5
* #Undeprecated attribute access methodsJoseph Tate2002-06-101-1/+2
* Added aliases to make attr_node access functions more consistent.Joseph Tate2002-06-071-0/+4
* - Fix a problem in domxml_dump_mem(_file) with xmlKeepBlanksDefault notDerick Rethans2002-06-051-2/+3
* #Whitespace fix: SorryJoseph Tate2002-06-041-1/+1
* Bug fix to #17560 submitted by Rob RichardsJoseph Tate2002-06-041-2/+3