summaryrefslogtreecommitdiff
path: root/ext/xsl/xsltprocessor.c
Commit message (Collapse)AuthorAgeFilesLines
...
* - A belated happy holidays and PHP 5Andi Gutmans2004-01-081-2/+2
|
* rollback to previouos versionRob Richards2003-12-221-10/+1
| | | | | bug #26690 fixed in libxml.c
* Fixed bug #26690 (make xsltProcessor->transformToUri use streams wrappers).Ilia Alshanetsky2003-12-221-1/+10
|
* Fixed for Bug #26384 (domxslt->process causes segfault with xsl:key)Christian Stocker2003-11-291-15/+40
|
* - Added $proc->hasExsltSupport()Christian Stocker2003-11-211-0/+14
|
* fix for test Nr 3 bug (not freeing all params)Christian Stocker2003-10-271-1/+13
|
* use common structures from php_libxml.hRob Richards2003-10-261-5/+5
|
* set base href for copied, imported docRob Richards2003-09-221-10/+42
| | | | | | set environment for imported stylesheet add optional clone parameter for data to transform
* remove document pointer references as doc is now copiedRob Richards2003-08-241-12/+1
|
* doc must be copied when importing stylesheetRob Richards2003-08-201-4/+9
| | | | | libxslt uses the _private for processing
* emalloc -> safe_emallocIlia Alshanetsky2003-08-121-2/+2
|
* fix segfault when importing multiple documentsRob Richards2003-08-071-1/+0
|
* changed to studlyCaps naming conventionRob Richards2003-07-071-7/+7
|
* use common doc with ref counting rather than copyRob Richards2003-07-051-9/+16
|
* add xsl_xsltprocessor_transform_to_uri functionalityRob Richards2003-06-191-9/+48
| | | | | | fix a few unhandled error conditions fix compiler warnings
* interoperability supportRob Richards2003-06-141-6/+6
|
* updating license information in the headers.James Cox2003-06-101-3/+3
|
* changes for /ext/dom document ref countRob Richards2003-06-091-10/+17
| | | | | changes for /ext/dom internal object handling
* Avoid unnecesary zval separationMoriyoshi Koizumi2003-06-051-2/+4
|
* Inital cut of new xsl extensionRob Richards2003-06-051-0/+325
interoperates with new dom extension PHP5 only