summaryrefslogtreecommitdiff
path: root/ext/domxml
Commit message (Expand)AuthorAgeFilesLines
* Empty HEAD of domxml, hyperwave, xsltSascha Schumann2003-06-2412-6575/+0
* Fix for bug #24219 segfault during resource destructionRob Richards2003-06-181-6/+6
* Switch to dynamic linking of php_domxml.dll due to the libxml2 dependencyEdin Kadribasic2003-06-151-4/+4
* Improve/fix preventing both enabledMarcus Boerger2003-06-141-1/+1
* Don't allow both and mark the old one as deprecatedMarcus Boerger2003-06-141-1/+5
* update messages to require libxsl >= 1.0.18Rob Richards2003-06-111-4/+4
* updating license information in the headers.James Cox2003-06-102-6/+6
* Avoid unnecessary zval separationMoriyoshi Koizumi2003-06-051-4/+8
* Fix for 64 bit platforms (by Joe Orton)Rob Richards2003-06-021-4/+4
* - Unbundle libxml and expat. Now this compiles too..foobar2003-05-191-37/+35
* Adjusted the expected output to reflect the change in var_dump()Moriyoshi Koizumi2003-05-171-2/+2
* fixes possible segfault in domxml_xslt_result_dump_memChristian Stocker2003-05-131-2/+6
* Bundle supportRob Richards2003-05-111-79/+8
* MFB (set the doc property to NULL if no parent is available (by Rob Richards))Christian Stocker2003-05-051-0/+1
* Added missing safe_mode checks.Ilia Alshanetsky2003-04-181-0/+7
* - More TSRMLS stuff.Christian Stocker2003-04-101-18/+28
* Fix ZTS build and warningsMarcus Boerger2003-04-091-2/+3
* - Fixed some memleaks when using attributesChristian Stocker2003-04-092-3/+44
* fixes memleaks in element->get_elements_by_tagname & document->get_elements_b...Christian Stocker2003-04-081-0/+11
* make it possible to free DomHtmlDocuments as wellChristian Stocker2003-04-081-2/+2
* make it compile ....Christian Stocker2003-04-081-1/+1
* - Fixes a bunch of memleaks, especially with attributes (by Rob Richards and me)Christian Stocker2003-04-082-79/+195
* @- Added domxml_doc_create_document_fragment() andChristian Stocker2003-04-052-12/+107
* - Added domxml_elem_set_attribute_node() method. (Rob Richards)Christian Stocker2003-04-032-17/+53
* Patch for Bug #22774 by Rob RichardsChristian Stocker2003-04-021-4/+5
* fix for bug #22786 ("Crash when trying to call DomAttribute's set_namespace m...Christian Stocker2003-03-201-3/+11
* WS & CS fixes..foobar2003-03-201-233/+262
* 64-bit correction to variables passed to zend_parse_parametersDavid Hill2003-03-061-5/+10
* Fixing functionicalls with variable number of parameters...Stefan Esser2003-03-061-3/+3
* MFB (make it really W3C compatible (unlink node, when in tree...))Christian Stocker2003-03-041-2/+2
* pass tsrmls instead of fetching it alwaysMarcus Boerger2003-02-131-9/+6
* 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