summaryrefslogtreecommitdiff
path: root/ext/xsl/xsltprocessor.c
Commit message (Collapse)AuthorAgeFilesLines
...
* Fixed return value to comply with testsIlia Alshanetsky2009-09-021-1/+1
|
* MFH: Fixed error message grammar:Matt Wilmas2009-06-061-1/+1
| | | | | | | | | - "cannot" instead of "can not" (meaning "also can") - "than" instead of "then" (Hint: "then" should hardly be needed; you're not telling the order in which to do something) ... plus removed a couple ending. dots
* - Fix error messageFelipe Pena2009-05-231-1/+1
|
* - Removed the RETURN_TRUE to keep consistency with documentation. This functionDavid Coallier2009-05-101-1/+0
| | | | | is supposed to be "void registerPHPFunctions"
* - MFH: Fixed bug #48221 (memory leak when passing invalid xslt parameter)Felipe Pena2009-05-101-1/+3
|
* MFH: Bump copyright year, 3 of 3.Sebastian Bergmann2008-12-311-1/+1
|
* MFH: fix arginfo - these also accept SimpleXMLElementRob Richards2008-12-051-4/+4
|
* Fixed bug #46409 (__invoke method called outside of object context when ↵Dmitry Stogov2008-11-271-1/+1
| | | | using array_map)
* - MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macroFelipe Pena2008-11-171-10/+0
|
* - Revert ZEND_BEGIN_ARG_INFO changeFelipe Pena2008-11-021-0/+10
|
* - MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macroFelipe Pena2008-10-241-10/+0
|
* MFH: fix bug #46099 (Xsltprocessor::setProfiling - memory leak)Rob Richards2008-09-181-7/+10
|
* MFH: fix bug #44891 Memory leak using registerPHPFunctions and XSLT VariableRob Richards2008-05-041-1/+3
|
* MFH: Fix arginfo and prototype.Sebastian Bergmann2008-01-291-1/+2
|
* MFH: Add Reflection API metadata for XSLTProcessor.Sebastian Bergmann2008-01-291-10/+65
|
* MFH: Bump copyright year, 2 of 2.Sebastian Bergmann2007-12-311-1/+1
|
* MFH: Added macros for managing zval refcounts and is_ref statusesYiduo (David) Wang2007-10-071-1/+1
|
* MFH: fix ws & folding, nuke unused varsAntony Dovgal2007-10-061-19/+17
|
* - Added xsl->setProfiling() for profiling stylesheets.Christian Stocker2007-10-021-2/+45
|
* Improved memory usage by movig constants to read only memory. (Dmitry, Pierre)Dmitry Stogov2007-09-271-1/+1
|
* 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.