summaryrefslogtreecommitdiff
path: root/ext/xsl/xsltprocessor.c
Commit message (Expand)AuthorAgeFilesLines
* - make static methods calls work from within xsltChristian Stocker2004-04-201-21/+27
* Fix XSL (Rob/Marcus)Marcus Boerger2004-03-281-1/+1
* use php_libxml_import_node for transform functionsRob Richards2004-03-011-6/+32
* Fix bug #27436 dom_import_simplexml innaccurateRob Richards2004-03-011-6/+11
* fix corruption when cloneDocument is not definedRob Richards2004-01-291-3/+5
* Cosmetics and NEWS entryChristian Stocker2004-01-191-1/+1
* @- added XsltProcessor->registerPhpFunctions() (Christian)Christian Stocker2004-01-191-2/+205
* - A belated happy holidays and PHP 5Andi Gutmans2004-01-081-2/+2
* rollback to previouos versionRob Richards2003-12-221-10/+1
* 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
* 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
* 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
* 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
* Avoid unnecesary zval separationMoriyoshi Koizumi2003-06-051-2/+4
* Inital cut of new xsl extensionRob Richards2003-06-051-0/+325