summaryrefslogtreecommitdiff
path: root/ext/domxml
Commit message (Expand)AuthorAgeFilesLines
* - nodename is not always set, check if it really is.Christian Stocker2002-07-291-3/+5
* even more items on the TODO listChristian Stocker2002-07-171-2/+2
* 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-072-1/+29
* outcomment everything related to domxml_elem_set_attribute_node(). ThisChristian Stocker2002-07-012-1/+7
* Unify error messagesDerick Rethans2002-06-261-7/+7
* should compile on windows againChristian Stocker2002-06-251-4/+8
* include libxml/parserInternals.hChristian Stocker2002-06-251-0/+1
* added some points to the todo listChristian Stocker2002-06-241-0/+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-142-10/+61
* - oops, that didn't even compileChristian Stocker2002-06-142-7/+32
* @ - Added preliminary SAX-Input support. It's now possible to build a DomDocu...Christian Stocker2002-06-142-0/+234
* - Added DOMXML_LOAD_DONT_KEEP_BLANKS as possible mode, if one wants really ni...Christian Stocker2002-06-132-3/+17
* @ - Added better error-messages (3rd parameter) and validating of DTDs (2nd p...Christian Stocker2002-06-132-32/+274
* Fixed domxml_get_element_by_id()Christian Stocker2002-06-121-5/+5
* - Those have been implemented already.Markus Fischer2002-06-111-6/+0
* #Undeprecated attribute access methodsJoseph Tate2002-06-101-1/+2
* Added aliases to make attr_node access functions more consistent.Joseph Tate2002-06-072-1/+5
* - 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
* WS change to make very old compilers/preprocessors (e.g. HP/UX 9)Stefan Roehrich2002-06-011-9/+9
* Changed PHP_EXPORTS to DOMXML_EXPORTS as Edin Kadribasic suggestedBrad LaFountain2002-05-312-2/+13
* initalize variable in domxml_doc_document_element()Brad LaFountain2002-05-311-1/+1
* defined PHP_EXPORTS for exporting php_domobject_new()Brad LaFountain2002-05-311-2/+2
* added the ability to use new keywork with domxmls objects "new DomDocument()"Brad LaFountain2002-05-312-144/+225
* DO NOT use C++ comments!foobar2002-05-191-2/+2
* - delete attributes as well in php_free_xml_nodeChristian Stocker2002-05-181-2/+4
* added "domxml API version" in phpinfo() output.Christian Stocker2002-05-181-1/+9
* mem leak fix for domxml_dump_nodeChristian Stocker2002-05-181-2/+2
* fixes memleak in html_dump_memChristian Stocker2002-05-181-1/+1
* rename the object name for comment nodes to domcomentChristian Stocker2002-05-181-1/+1
* WS fixesChristian Stocker2002-05-181-3/+3
* This should fix a big bad memory leak in freeing the nodes at script end.Christian Stocker2002-05-181-9/+19
* - replaced domxml_doc_document_element implementation do use libxml2 methodChristian Stocker2002-05-162-34/+47
* libxml2 >= 2.4.14 is needed (since quite some time ...)Christian Stocker2002-05-151-5/+5
* @- added fifth optional parameter to domxml_xslt_process. If set,Christian Stocker2002-05-101-4/+13
* removed the function for domxml_node_add_child and made an alias toChristian Stocker2002-05-032-39/+1
* WS fixesChristian Stocker2002-05-031-7/+7
* one parameter too muchChristian Stocker2002-05-031-1/+1
* added encoding support for domxml_dump_mem()Christian Stocker2002-05-031-5/+16
* - added function domxml_parser_set_keep_blanks()Uwe Steinmann2002-04-302-0/+17
* Fix ZTS build.foobar2002-04-241-1/+4
* - replace_child() will not add a child twiceUwe Steinmann2002-04-231-17/+67
* - added new function DomDocument->ids (subject to change)Uwe Steinmann2002-04-231-0/+1
* - get_element_by_id() doesn't use xpath anymore but searches inUwe Steinmann2002-04-231-66/+91