Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | - 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 | |
| | ||||||
* | Inital cut of new xsl extension | Rob Richards | 2003-06-05 | 1 | -0/+325 | |
interoperates with new dom extension PHP5 only |