Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 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 | |
| | ||||||
* | - Standardize function to accept either $obj->foo or domxml_foo($obj) | Markus Fischer | 2001-12-02 | 1 | -125/+124 | |
| | | | | | | | | | | where they should. - Use xml*Len functions where available. - Workaround in set_content() to prevent crash. - Cleaned up php_xpathptr_eval(). - Added NO_ARGS check where missing; moved check for $this always before arg parsing. | |||||
* | - Reverted macro moving stupidity (thx to Sterling). | Markus Fischer | 2001-12-02 | 1 | -0/+39 | |
| | ||||||
* | I hope that this is a better explanation as unknown. | Egon Schmid | 2001-12-02 | 1 | -1/+1 | |
| | ||||||
* | Last commit: | Markus Fischer | 2001-12-01 | 1 | -62/+100 | |
| | | | | | | | | | | | | | | | | | | | | | - Fix segfault in xmldoc(). - Proper free zval in php_xpathptr_eval(). This one: - Fix segfault in php_xpathptr_eval(). - Fix win32 build (TSRMLS_FETCH issues). - More sanity checking in php_xpath_get_object(), php_xpath_get_context() and php_dom_get_object(). - Moved macros into header file. - Register le_domxmldtd, le_domxmlcdatap (removes anoying warning message on shutdown). - Fig segfault in node_children() with unsupported node types. - Fix leak in php_domobject_new() with unsupported note types. - Fix leak when freeing xpath context/objects. - Reverted behaviour change to append_child() [old crashes]. - set_content() also sets the node->content property. # Testers/patches/contribs welcome. | |||||
* | - introduced several macros to simply code (done by Markus Fischer) | Uwe Steinmann | 2001-11-28 | 1 | -480/+344 | |
| | ||||||
* | Fixed some protos. If pi means processing instruction, it should be written ↵ | Egon Schmid | 2001-11-25 | 1 | -47/+49 | |
| | | | | IMHO in uppercase characters. | |||||
* | - add functions clone_node(), is_blank_node(), create_entity_reference() | Uwe Steinmann | 2001-11-21 | 1 | -8/+152 | |
| | | | | | | - fixed bug in node_name() - fixed behavior of append_child(), it now adds a child a not a sibling | |||||
* | * zend_module_entry change: apino, debug and zts are moved first, | Stig Bakken | 2001-10-11 | 1 | -0/+2 | |
| | | | | | | see README.EXTENSIONS file for upgrade help. @Introduced extension version numbers (Stig) | |||||
* | Back-substitute for Z_* macro's. If it breaks some extension (the script ↵ | Jeroen van Wolffelaar | 2001-09-25 | 1 | -19/+19 | |
| | | | | isn't optimal, it parses for example var->zval.value incorrect) please let me know. | |||||
* | Don't manually register the resource, let php_domobject_new do it for us. | Joey Smith | 2001-09-19 | 1 | -1/+0 | |
| | | | | | | | | This fixes and elusive SIGSEGV. Bug id'd and fixed by Ivo Hulinsky <huld@fido.cz>. This fixes #13322. | |||||
* | - Don't wrap lines... this is annoying while coding. | Derick Rethans | 2001-09-09 | 1 | -2/+2 | |
| | ||||||
* | have this go through php's error warning system | Sterling Hughes | 2001-09-09 | 1 | -1/+1 | |
| | ||||||
* | ws fix, MFB | Sterling Hughes | 2001-09-09 | 1 | -9/+11 | |
| | ||||||
* | Change DOM-XML's error reporting to E_WARNING which is more appropriate | Sterling Hughes | 2001-09-09 | 1 | -10/+25 | |
| | ||||||
* | Fix bug #13025. | Joey Smith | 2001-08-29 | 1 | -0/+1 | |
| | ||||||
* | Fix 1st case of #9893. 2nd case was already fixed in previous commit. | Joey Smith | 2001-08-26 | 1 | -0/+6 | |
| | ||||||
* | Some changes to help out previous users of domxml... | Joey Smith | 2001-08-21 | 1 | -1/+4 | |
| | | | | | | node::tagname == node::name. Add property "type" to textnode types. | |||||
* | Kill some duplicate PHP_FALIAS()'s. | Joey Smith | 2001-08-14 | 1 | -35/+0 | |
| | | | | | | Many of these were commented out, but I killed them anyways just to be consistent. | |||||
* | Group PHP_FE and PHP_FALIAS with their own kind. | Joey Smith | 2001-08-14 | 1 | -11/+13 | |
| | ||||||
* | Fix my own ws errors. | Joey Smith | 2001-08-14 | 1 | -6/+6 | |
| | ||||||
* | Register le_domxmltextp. | Joey Smith | 2001-08-14 | 1 | -0/+1 | |
| | ||||||
* | Don't hammer the resource type right off the bat. | Joey Smith | 2001-08-14 | 1 | -3/+12 | |
| | ||||||
* | Trim ws only lines. | Joey Smith | 2001-08-14 | 1 | -9/+9 | |
| | ||||||
* | ws fix. Also added some missing protos and fold tags. | foobar | 2001-08-14 | 1 | -489/+632 | |
| | ||||||
* | Remove unused variable and fix small mental error. | Joey Smith | 2001-08-14 | 1 | -2/+1 | |
| |