Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | MFH: fix ws & folding | Antony Dovgal | 2007-10-06 | 1 | -12/+17 |
| | |||||
* | allow user specified class to be returned from transformToDoc | Rob Richards | 2007-07-30 | 1 | -4/+32 |
| | |||||
* | MFH: Bump year. | Sebastian Bergmann | 2007-01-01 | 1 | -1/+1 |
| | |||||
* | C++ comment | Ilia Alshanetsky | 2006-12-30 | 1 | -1/+1 |
| | |||||
* | MFH | Antony Dovgal | 2006-12-25 | 1 | -1/+1 |
| | |||||
* | fix bug #39625 (Apache crashes on importStylesheet call) | Rob Richards | 2006-12-05 | 1 | -6/+8 |
| | |||||
* | return false instead of null, if it's an invalid document | Christian Stocker | 2006-07-31 | 1 | -2/+2 |
| | |||||
* | return true, if xsl import did work | Christian Stocker | 2006-07-31 | 1 | -0/+1 |
| | |||||
* | MFH | Christian Stocker | 2006-06-14 | 1 | -2/+1 |
| | | | | | Fix a segfault, when an unknown type was given and support all known xpath object types | ||||
* | MFH: add doXInclude property to allow processor to perform XIncludes | Rob Richards | 2006-05-12 | 1 | -6/+19 |
| | |||||
* | bump year and license version | foobar | 2006-01-01 | 1 | -3/+3 |
| | |||||
* | MFH: Fix key length so params passed by array can be retrieved by getParameter() | Rob Richards | 2005-09-02 | 1 | -1/+1 |
| | |||||
* | - Bumber up year | foobar | 2005-08-03 | 1 | -1/+1 |
| | |||||
* | Fixed bug #33340 (CLI Crash when calling php:function from XSLT) | Rob Richards | 2005-06-14 | 1 | -1/+1 |
| | |||||
* | - Added optional first parameter to XsltProcessor::registerPHPFunctions to only | Christian Stocker | 2005-04-06 | 1 | -2/+36 |
| | | | | | allow certain functions to be called from XSLT. | ||||
* | Fixed bug #31033 (php:function(string, nodeset) with xsl:key crashes PHP) | Rob Richards | 2005-03-02 | 1 | -46/+30 |
| | | | | | - only in 5.1 branch for now due to significance of change | ||||
* | fix protos (by Mehdi Achour ) | Christian Stocker | 2005-01-17 | 1 | -9/+9 |
| | |||||
* | fix issue with multiple xsl objects using registerPHPfunctions | Rob Richards | 2004-09-08 | 1 | -31/+37 |
| | | | | | - also fixes threading issue | ||||
* | Fix segfault on error in xslt | Christian Stocker | 2004-08-10 | 1 | -1/+4 |
| | |||||
* | - Fix bug #29573: Segmentation fault when php function(called from XSLT ↵ | Christian Stocker | 2004-08-08 | 1 | -11/+19 |
| | | | | | | | templat) throw exception - Fix some 0 Byte Memory Leaks | ||||
* | change xsl_xsltprocessor_set_parameter() to support parameter->value arrays | Antony Dovgal | 2004-08-05 | 1 | -17/+42 |
| | | | | | | add test for it @Change xsl_xsltprocessor_set_parameter() to support parameter->value arrays (Tony) | ||||
* | Fix for bug #29409 (Segfault in PHP functions called from XSLT). (by Rob) | Christian Stocker | 2004-07-28 | 1 | -80/+64 |
| | |||||
* | Fixed memory leak on error. | Ilia Alshanetsky | 2004-05-28 | 1 | -0/+1 |
| | |||||
* | fix memleak in php callbacks | Christian Stocker | 2004-05-28 | 1 | -1/+1 |
| | |||||
* | - make static methods calls work from within xslt | Christian Stocker | 2004-04-20 | 1 | -21/+27 |
| | | | | | - extended tests | ||||
* | Fix XSL (Rob/Marcus) | Marcus Boerger | 2004-03-28 | 1 | -1/+1 |
| | |||||
* | use php_libxml_import_node for transform functions | Rob Richards | 2004-03-01 | 1 | -6/+32 |
| | |||||
* | Fix bug #27436 dom_import_simplexml innaccurate | Rob Richards | 2004-03-01 | 1 | -6/+11 |
| | | | | | | extensions register callbacks to export nodes prevents segfault passing invalid objects to import functions | ||||
* | fix corruption when cloneDocument is not defined | Rob Richards | 2004-01-29 | 1 | -3/+5 |
| | |||||
* | Cosmetics and NEWS entry | Christian Stocker | 2004-01-19 | 1 | -1/+1 |
| | |||||
* | @- added XsltProcessor->registerPhpFunctions() (Christian) | Christian Stocker | 2004-01-19 | 1 | -2/+205 |
| | | | | | | without that method call, it is not allowed to call php functions from xslt stylesheets for security reasons. | ||||
* | - A belated happy holidays and PHP 5 | Andi Gutmans | 2004-01-08 | 1 | -2/+2 |
| | |||||
* | rollback to previouos version | Rob Richards | 2003-12-22 | 1 | -10/+1 |
| | | | | | bug #26690 fixed in libxml.c | ||||
* | Fixed bug #26690 (make xsltProcessor->transformToUri use streams wrappers). | Ilia Alshanetsky | 2003-12-22 | 1 | -1/+10 |
| | |||||
* | Fixed for Bug #26384 (domxslt->process causes segfault with xsl:key) | Christian Stocker | 2003-11-29 | 1 | -15/+40 |
| | |||||
* | - Added $proc->hasExsltSupport() | Christian Stocker | 2003-11-21 | 1 | -0/+14 |
| | |||||
* | fix for test Nr 3 bug (not freeing all params) | Christian Stocker | 2003-10-27 | 1 | -1/+13 |
| | |||||
* | use common structures from php_libxml.h | Rob Richards | 2003-10-26 | 1 | -5/+5 |
| | |||||
* | set base href for copied, imported doc | Rob Richards | 2003-09-22 | 1 | -10/+42 |
| | | | | | | set environment for imported stylesheet add optional clone parameter for data to transform | ||||
* | remove document pointer references as doc is now copied | Rob Richards | 2003-08-24 | 1 | -12/+1 |
| | |||||
* | doc must be copied when importing stylesheet | Rob Richards | 2003-08-20 | 1 | -4/+9 |
| | | | | | libxslt uses the _private for processing | ||||
* | emalloc -> safe_emalloc | Ilia Alshanetsky | 2003-08-12 | 1 | -2/+2 |
| | |||||
* | fix segfault when importing multiple documents | Rob Richards | 2003-08-07 | 1 | -1/+0 |
| | |||||
* | changed to studlyCaps naming convention | Rob Richards | 2003-07-07 | 1 | -7/+7 |
| | |||||
* | use common doc with ref counting rather than copy | Rob Richards | 2003-07-05 | 1 | -9/+16 |
| | |||||
* | add xsl_xsltprocessor_transform_to_uri functionality | Rob Richards | 2003-06-19 | 1 | -9/+48 |
| | | | | | | fix a few unhandled error conditions fix compiler warnings | ||||
* | interoperability support | Rob Richards | 2003-06-14 | 1 | -6/+6 |
| | |||||
* | updating license information in the headers. | James Cox | 2003-06-10 | 1 | -3/+3 |
| | |||||
* | changes for /ext/dom document ref count | Rob Richards | 2003-06-09 | 1 | -10/+17 |
| | | | | | changes for /ext/dom internal object handling | ||||
* | Avoid unnecesary zval separation | Moriyoshi Koizumi | 2003-06-05 | 1 | -2/+4 |
| |