summaryrefslogtreecommitdiff
path: root/ext/xsl/xsltprocessor.c
Commit message (Expand)AuthorAgeFilesLines
* Refactored ext/xsl, need some help in 3 tests failedXinchen Hui2014-05-151-152/+123
* Cleanup (1-st round)Dmitry Stogov2014-04-151-1/+2
* Bump yearXinchen Hui2014-01-031-1/+1
* fix bug #49634xMichael Wallner2013-12-021-0/+3
* Reduce (some) compile noise of 'unused variable' and 'may be used uninitializ...Christopher Jones2013-08-141-1/+1
* Happy New YearXinchen Hui2013-01-011-1/+1
* Fixed the common misspelling of the word occurred (occured -> occurred)Marc Easen2012-06-301-1/+1
* - Year++Felipe Pena2012-01-011-1/+1
* Added the xsl.security_prefs option to 5_4 and trunk andChristian Stocker2011-10-101-7/+28
* - Set an empty string and avoid warnings and stopping of the transformation p...Christian Stocker2011-08-311-1/+3
* Another build fix relating to previous DOM commitIlia Alshanetsky2011-08-081-1/+1
* Fixed buildIlia Alshanetsky2011-08-081-2/+2
* Remove unused variablesPierrick Charron2011-08-071-1/+0
* - fix buildPierre Joye2011-07-141-2/+3
* Added XsltProcessor::setSecurityPrefs($options) and getSecurityPrefs()Christian Stocker2011-07-121-1/+91
* - Added new parameter parsing option (p - for valid path (string without null...Felipe Pena2011-06-061-2/+2
* - Year++Felipe Pena2011-01-011-1/+1
* Changed the structure of op_array.opcodes. The constant values are moved from...Dmitry Stogov2010-04-201-2/+2
* sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.phpSebastian Bergmann2010-01-031-1/+1
* Fixed return value to comply with testsIlia Alshanetsky2009-09-021-1/+1
* MFH: Fixed error message grammar:Matt Wilmas2009-06-061-1/+1
* - Fix error messageFelipe Pena2009-05-231-1/+1
* - Removed the RETURN_TRUE to keep consistency with documentation. This functionDavid Coallier2009-05-101-1/+0
* - 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 using...Dmitry Stogov2008-11-271-1/+1
* - 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
* 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