Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | MFH (fix some to long property strings) | Christian Stocker | 2002-08-27 | 1 | -3/+3 |
| | |||||
* | stupid typo | Christian Stocker | 2002-08-27 | 1 | -2/+2 |
| | |||||
* | MFH (fix memleak in php_domxslt_string_to_xpathexpr) | Christian Stocker | 2002-08-27 | 1 | -8/+9 |
| | |||||
* | MFH 1.174 (Make domxml_xslt_process() working again.) | Christian Stocker | 2002-08-19 | 1 | -2/+12 |
| | | | | | MDH 1.187 (DOMXML crash on removing previously created attributes) | ||||
* | MFH (fixed domxml_get_element_by_id() ) | Christian Stocker | 2002-06-12 | 1 | -5/+5 |
| | |||||
* | MFH | foobar | 2002-05-19 | 1 | -1/+1 |
| | |||||
* | MFH for memleak fixes in domxml_dump_mem and domxml_html_dump_mem | Christian Stocker | 2002-05-18 | 1 | -2/+3 |
| | |||||
* | MFH for memleak patch | Christian Stocker | 2002-05-18 | 1 | -8/+18 |
| | |||||
* | full MFH as discussed with derick | Christian Stocker | 2002-05-03 | 1 | -192/+892 |
| | | | | | # could someone copy the NEWS entries for domxml from HEAD to PHP_4_2_0 | ||||
* | MFH added unlink_node alias | Joseph Tate | 2002-04-05 | 1 | -2/+3 |
| | |||||
* | Return attribute name in node_name(), if it's a XML_ATTRIBUTE_NODE | Christian Stocker | 2002-03-13 | 1 | -0/+4 |
| | |||||
* | Return #document in node_name(), if it's a XML_DOCUMENT_NODE | Christian Stocker | 2002-03-13 | 1 | -0/+4 |
| | |||||
* | - Fixed a coredump involved in the domxml_unlink() function. Refer to bug ↵ | Joseph Tate | 2002-03-08 | 1 | -2/+6 |
| | | | | | | | | #14522 for more details. @ Fixed seg fault in domxml_unlink() (jtate) | ||||
* | Reverting the reverted patch. I hope this is the last time. No added ↵ | Joseph Tate | 2002-03-07 | 1 | -3/+4 |
| | | | | functionality. Just a bug fix of #15918 | ||||
* | Reverting patch at Derick's request. Reverted to 1.118 | Joseph Tate | 2002-03-07 | 1 | -4/+3 |
| | |||||
* | Added type attributes to XML_DTD_NODE and XML_ATTRIBUTE_NODE element types. | Joseph Tate | 2002-03-07 | 1 | -3/+4 |
| | | | | | Reported in bug #15918. | ||||
* | Maintain headers. | Sebastian Bergmann | 2002-02-28 | 1 | -1/+1 |
| | |||||
* | "o|a|b" is not valid ZE code. changed to "o|ab" | Christian Stocker | 2002-02-20 | 1 | -1/+1 |
| | |||||
* | Fixed compile error | Jaroslaw Kolakowski | 2002-02-04 | 1 | -2/+2 |
| | |||||
* | Fix ZTS build | Yasuo Ohgaki | 2002-02-04 | 1 | -0/+5 |
| | |||||
* | - Fix for bug #14934: type property not set in comment nodes (domxml) | Derick Rethans | 2002-01-25 | 1 | -1/+3 |
| | |||||
* | Simplified domxml_substitute_entities_default() function | Jaroslaw Kolakowski | 2002-01-22 | 1 | -9/+1 |
| | |||||
* | Getting rid of some compile warnings (thanks to markus for pointing me in ↵ | Christian Stocker | 2002-01-22 | 1 | -5/+5 |
| | | | | the right direction :) ) | ||||
* | Added domxml_substitute_entities_default() function | Jaroslaw Kolakowski | 2002-01-21 | 1 | -0/+23 |
| | |||||
* | - fixed bug caused by libxml2 in xpath_register_ns() | Chris Jarecki | 2002-01-21 | 1 | -3/+8 |
| | | | | | - registered namespaces are now persistent | ||||
* | proto fix | Hartmut Holzgraefe | 2002-01-20 | 1 | -1/+1 |
| | |||||
* | - Fixed passing parameters to domxml_xslt_process(). Now they can be either ↵ | Jaroslaw Kolakowski | 2002-01-19 | 1 | -66/+88 |
| | | | | | | | strings or XPath expressions. - Several minor fixes in domxml_xslt_process(). | ||||
* | - More WS fixes | Markus Fischer | 2002-01-18 | 1 | -15/+15 |
| | |||||
* | shite :) too much WS fixes. leave the licence as it was... | Christian Stocker | 2002-01-18 | 1 | -9/+9 |
| | | | | | # (why uses pear spaces and php tabs anyway... but i don't want to start another CS flame war ...) | ||||
* | - WS fixes (replaced " " by \t) | Christian Stocker | 2002-01-18 | 1 | -87/+87 |
| | |||||
* | - added optional parameters format and level for domxml_dump_node() | Christian Stocker | 2002-01-18 | 1 | -3/+4 |
| | |||||
* | - added macro DOMXML_PARAM_ONE | Christian Stocker | 2002-01-18 | 1 | -0/+55 |
| | | | | | | @- added function domxml_dump_node($doc,$node). Dumps a node plus all @ children into a string. (chregu) | ||||
* | @- Added function domxml_node_get_content() (chregu) | Christian Stocker | 2002-01-18 | 1 | -1/+26 |
| | |||||
* | # sorry for the mixing of different things in this commit | Christian Stocker | 2002-01-18 | 1 | -31/+84 |
| | | | | | | | | | | | | - added DOMXML_PARAM_THREE macro - renamed domxml_dumpmem to domxml_dump_mem, added alias for domxml_dumpmem - domxml_has_attributes was missing in in zend_function_entry @- added function domxml_dump_file($filename,[$compression]). Dumps XML to @ a file and uses compression, if specified (chregu) @- added exslt integration (see http://exslt.org for details). To be @ configured with --with-dom-exslt[=DIR] (and --with-dom-xslt) (chregu, jaroslaw) | ||||
* | Added XsltStylesheet class with methods: | Jaroslaw Kolakowski | 2002-01-17 | 1 | -30/+258 |
| | | | | | | | | - domxml_xslt_stylesheet(string), - domxml_xslt_stylesheet_doc(DomDocument), - domxml_xslt_stylesheet_file(filename), - process(DomDocument,parameters array) - previously domxml_xslt_process(). | ||||
* | - using macro in xpath_register_ns() | Chris Jarecki | 2002-01-14 | 1 | -22/+7 |
| | | | | | - fixed protos in xpath functions | ||||
* | - Added xpath_register_ns() function. | Chris Jarecki | 2002-01-13 | 1 | -0/+45 |
| | | | | | | | @ - Added xpath_register_ns() function. @ It makes possible to issue XPath queries with namespaces @ like for example: "//namespace:sampletag" (Chris Jarecki) | ||||
* | Added domxml_node_replace_node() function. | Jaroslaw Kolakowski | 2002-01-11 | 1 | -0/+28 |
| | |||||
* | A | Jaroslaw Kolakowski | 2002-01-08 | 1 | -12/+12 |
| | | | | | | | | | Changed names of functions: - htmldoc() to html_doc(), - htmldocfile() to html_doc_file(), - domxml_htmldumpmem() to domxml_html_dump_mem(), - htmldumpmem() to html_dump_mem(). | ||||
* | - Added functions: htmldoc(), htmldocfile(), domxml_htmldumpmem(). | Jaroslaw Kolakowski | 2002-01-08 | 1 | -2/+241 |
| | | | | | | | | | - Added error handling for the libxml library. - Added preliminary DOM XSLT support: -- uses the libxslt library, -- operates on DOM objects, not strings, -- functions: domxml_xslt_process(), domxml_xslt_version(). | ||||
* | - Fix domxml_node_unlink_node() proto and return value. | Markus Fischer | 2002-01-07 | 1 | -3/+2 |
| | |||||
* | - Refuse attribute nodes on add_child() and add list destructor for PI | Markus Fischer | 2002-01-05 | 1 | -32/+51 |
| | | | | | | | nodes. (Christian Stocker) - Fix append_child() according to add_child(). - Fix some protos, minor code and warning message cosmetics. | ||||
* | proto fixes | Hartmut Holzgraefe | 2002-01-04 | 1 | -2/+2 |
| | |||||
* | - domxml_node_add_child(): Perform deep copy before adding child to prevent | Markus Fischer | 2002-01-03 | 1 | -2/+7 |
| | | | | | | double memory freeing. # I wonder how this could work before. | ||||
* | - Fix crash with EntityRef nodes (and properly support them). | Markus Fischer | 2001-12-20 | 1 | -5/+9 |
| | |||||
* | - Damn Typo. | Markus Fischer | 2001-12-14 | 1 | -1/+1 |
| | |||||
* | - Remove redundant code. | Markus Fischer | 2001-12-14 | 1 | -6/+2 |
| | |||||
* | Update headers. | Sebastian Bergmann | 2001-12-11 | 1 | -2/+2 |
| | |||||
* | proto fix | Hartmut Holzgraefe | 2001-12-05 | 1 | -1/+1 |
| | |||||
* | Please Egon. | Markus Fischer | 2001-12-02 | 1 | -1/+1 |
| |