summaryrefslogtreecommitdiff
path: root/ext/xsl/xsltprocessor.c
Commit message (Expand)AuthorAgeFilesLines
* MFH: fix ws & foldingAntony Dovgal2007-10-061-12/+17
* allow user specified class to be returned from transformToDocRob Richards2007-07-301-4/+32
* MFH: Bump year.Sebastian Bergmann2007-01-011-1/+1
* C++ commentIlia Alshanetsky2006-12-301-1/+1
* MFHAntony Dovgal2006-12-251-1/+1
* fix bug #39625 (Apache crashes on importStylesheet call)Rob Richards2006-12-051-6/+8
* return false instead of null, if it's an invalid documentChristian Stocker2006-07-311-2/+2
* return true, if xsl import did workChristian Stocker2006-07-311-0/+1
* MFHChristian Stocker2006-06-141-2/+1
* MFH: add doXInclude property to allow processor to perform XIncludesRob Richards2006-05-121-6/+19
* bump year and license versionfoobar2006-01-011-3/+3
* MFH: Fix key length so params passed by array can be retrieved by getParameter()Rob Richards2005-09-021-1/+1
* - Bumber up yearfoobar2005-08-031-1/+1
* Fixed bug #33340 (CLI Crash when calling php:function from XSLT)Rob Richards2005-06-141-1/+1
* - Added optional first parameter to XsltProcessor::registerPHPFunctions to onlyChristian Stocker2005-04-061-2/+36
* Fixed bug #31033 (php:function(string, nodeset) with xsl:key crashes PHP)Rob Richards2005-03-021-46/+30
* fix protos (by Mehdi Achour )Christian Stocker2005-01-171-9/+9
* fix issue with multiple xsl objects using registerPHPfunctionsRob Richards2004-09-081-31/+37
* Fix segfault on error in xsltChristian Stocker2004-08-101-1/+4
* - Fix bug #29573: Segmentation fault when php function(called from XSLT templ...Christian Stocker2004-08-081-11/+19
* change xsl_xsltprocessor_set_parameter() to support parameter->value arraysAntony Dovgal2004-08-051-17/+42
* Fix for bug #29409 (Segfault in PHP functions called from XSLT). (by Rob)Christian Stocker2004-07-281-80/+64
* Fixed memory leak on error.Ilia Alshanetsky2004-05-281-0/+1
* fix memleak in php callbacksChristian Stocker2004-05-281-1/+1
* - 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