summaryrefslogtreecommitdiff
path: root/ext/xsl/xsltprocessor.c
Commit message (Collapse)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
| | | | | 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 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
| | | | | allow certain functions to be called from XSLT.
* Fixed bug #31033 (php:function(string, nodeset) with xsl:key crashes PHP)Rob Richards2005-03-021-46/+30
| | | | | - only in 5.1 branch for now due to significance of change
* fix protos (by Mehdi Achour )Christian Stocker2005-01-171-9/+9
|
* fix issue with multiple xsl objects using registerPHPfunctionsRob Richards2004-09-081-31/+37
| | | | | - also fixes threading issue
* Fix segfault on error in xsltChristian Stocker2004-08-101-1/+4
|
* - Fix bug #29573: Segmentation fault when php function(called from XSLT ↵Christian Stocker2004-08-081-11/+19
| | | | | | | templat) throw exception - Fix some 0 Byte Memory Leaks
* change xsl_xsltprocessor_set_parameter() to support parameter->value arraysAntony Dovgal2004-08-051-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 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
| | | | | - extended tests
* 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
| | | | | | extensions register callbacks to export nodes prevents segfault passing invalid objects to import functions
* 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
| | | | | | without that method call, it is not allowed to call php functions from xslt stylesheets for security reasons.
* - 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
|