summaryrefslogtreecommitdiff
path: root/ext/domxml
Commit message (Expand)AuthorAgeFilesLines
* Removed pointless memory allocation checks.Ilia Alshanetsky2003-01-181-38/+10
* Changed getParameters() to zend_get_parameters_ex().Ilia Alshanetsky2003-01-141-10/+11
* - Fix ZTS buildDerick Rethans2003-01-131-0/+3
* Throw error if object is not a XML_DOCUMENT_NODE in domxml_dump_node()Christian Stocker2003-01-101-0/+5
* Fixed ZTS build with ZE2.Ilia Alshanetsky2003-01-071-2/+2
* - get_path forgotten in .h fileChristian Stocker2003-01-062-1/+33
* @- Added domxml_node_get_path() (Lukas Schröder)Christian Stocker2003-01-061-0/+26
* Bump year.Sebastian Bergmann2002-12-312-2/+2
* Fixing Win32 build by adding missing librariesFrank M. Kromann2002-12-201-2/+2
* MFB: DOM/XSLT support in win32 build (bug #20485).Edin Kadribasic2002-12-121-4/+4
* PHP_FALIAS for doc_get_elements_by_tagname got lostChristian Stocker2002-12-091-0/+1
* php_error -> php_error_docrefMarcus Boerger2002-12-051-5/+8
* fixed big bad memory leak in xpath objects.Christian Stocker2002-11-301-81/+2
* removed unused variableChristian Stocker2002-11-291-1/+1
* @- Added xpath_register_ns_auto([contextnode]) for automatically registeringChristian Stocker2002-11-292-26/+42
* do some kind of automatic namespace registration in xpath_eval(). ThisChristian Stocker2002-11-291-5/+30
* relative xpath queries are already possibleChristian Stocker2002-11-291-1/+1
* get_element_by_id does not need LIBXML_XPATH supportChristian Stocker2002-11-291-3/+6
* Fix for Bug #20639 DomElement->get_elements_by_tagname() doesn't workChristian Stocker2002-11-261-5/+7
* Adding path to resolv.libFrank M. Kromann2002-11-201-4/+4
* Showing memleaks for a memleak test is a good ideaMarcus Boerger2002-11-151-2/+0
* Fix segfaults (check ext/domxml/tests/domxml002.phpt)Marcus Boerger2002-11-151-1/+1
* fix for bug #20209 (appending text nodes leads to segfaults sometimes)Christian Stocker2002-11-011-2/+29
* fix proto for clone_nodeChristian Stocker2002-10-311-1/+1
* that was not good :-(Marcus Boerger2002-10-301-2/+2
* added default library pathMarcus Boerger2002-10-301-2/+2
* Added 2 more itemsChristian Stocker2002-10-301-0/+4
* fix warningsMarcus Boerger2002-10-291-2/+4
* -php_error => php_error_docrefMarcus Boerger2002-10-291-67/+56
* corrected outputMarcus Boerger2002-10-291-2/+11
* -Use skipif.incMarcus Boerger2002-10-292-19/+28
* Add simple parsing testMarcus Boerger2002-10-292-0/+38
* Patch by Morus Walter, concerning some dtd/entity expanding stuff.Christian Stocker2002-10-281-0/+18
* Added an ini option to hide the expected memory leak. This is done forIlia Alshanetsky2002-10-241-3/+2
* - Prevent resetting the PHP_*_DIR variables if already set.foobar2002-10-211-0/+5
* TypoSander Roobol2002-10-121-1/+1
* text and comment nodes do not have children... test was wrong, implementationChristian Stocker2002-10-111-9/+9
* node->attributes returns null, if there are no attributes.Christian Stocker2002-10-111-21/+1
* 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
* @- Added --disable-all configure option. (Jani)foobar2002-09-041-4/+4
* - 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-232-10/+10
* 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-222-1/+42