Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Added XsltProcessor::setSecurityPrefs($options) and getSecurityPrefs() | Christian Stocker | 2011-07-12 | 1 | -1/+91 | |
| | | | | | | | | | to define forbidden operations within XSLT stylesheets, default is not to enable any write operations from XSLT anymore. Bug #54446 (second iteration of the code for trunk, first commit for 5.4 branch) | |||||
* | - Added new parameter parsing option (p - for valid path (string without ↵ | Felipe Pena | 2011-06-06 | 1 | -2/+2 | |
| | | | | | | | | null byte in the middle)) # The tests will be fixed in the next commits | |||||
* | - Year++ | Felipe Pena | 2011-01-01 | 1 | -1/+1 | |
| | ||||||
* | Changed the structure of op_array.opcodes. The constant values are moved ↵ | Dmitry Stogov | 2010-04-20 | 1 | -2/+2 | |
| | | | | from opcode operands into a separate literal table | |||||
* | sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.php | Sebastian Bergmann | 2010-01-03 | 1 | -1/+1 | |
| | ||||||
* | Fixed return value to comply with tests | Ilia Alshanetsky | 2009-09-02 | 1 | -1/+1 | |
| | ||||||
* | MFH: Fixed error message grammar: | Matt Wilmas | 2009-06-06 | 1 | -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 message | Felipe Pena | 2009-05-23 | 1 | -1/+1 | |
| | ||||||
* | - Removed the RETURN_TRUE to keep consistency with documentation. This function | David Coallier | 2009-05-10 | 1 | -1/+0 | |
| | | | | | is supposed to be "void registerPHPFunctions" | |||||
* | - MFH: Fixed bug #48221 (memory leak when passing invalid xslt parameter) | Felipe Pena | 2009-05-10 | 1 | -1/+3 | |
| | ||||||
* | MFH: Bump copyright year, 3 of 3. | Sebastian Bergmann | 2008-12-31 | 1 | -1/+1 | |
| | ||||||
* | MFH: fix arginfo - these also accept SimpleXMLElement | Rob Richards | 2008-12-05 | 1 | -4/+4 | |
| | ||||||
* | Fixed bug #46409 (__invoke method called outside of object context when ↵ | Dmitry Stogov | 2008-11-27 | 1 | -1/+1 | |
| | | | | using array_map) | |||||
* | - MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macro | Felipe Pena | 2008-11-17 | 1 | -10/+0 | |
| | ||||||
* | - Revert ZEND_BEGIN_ARG_INFO change | Felipe Pena | 2008-11-02 | 1 | -0/+10 | |
| | ||||||
* | - MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macro | Felipe Pena | 2008-10-24 | 1 | -10/+0 | |
| | ||||||
* | MFH: fix bug #46099 (Xsltprocessor::setProfiling - memory leak) | Rob Richards | 2008-09-18 | 1 | -7/+10 | |
| | ||||||
* | MFH: fix bug #44891 Memory leak using registerPHPFunctions and XSLT Variable | Rob Richards | 2008-05-04 | 1 | -1/+3 | |
| | ||||||
* | MFH: Fix arginfo and prototype. | Sebastian Bergmann | 2008-01-29 | 1 | -1/+2 | |
| | ||||||
* | MFH: Add Reflection API metadata for XSLTProcessor. | Sebastian Bergmann | 2008-01-29 | 1 | -10/+65 | |
| | ||||||
* | MFH: Bump copyright year, 2 of 2. | Sebastian Bergmann | 2007-12-31 | 1 | -1/+1 | |
| | ||||||
* | MFH: Added macros for managing zval refcounts and is_ref statuses | Yiduo (David) Wang | 2007-10-07 | 1 | -1/+1 | |
| | ||||||
* | MFH: fix ws & folding, nuke unused vars | Antony Dovgal | 2007-10-06 | 1 | -19/+17 | |
| | ||||||
* | - Added xsl->setProfiling() for profiling stylesheets. | Christian Stocker | 2007-10-02 | 1 | -2/+45 | |
| | ||||||
* | Improved memory usage by movig constants to read only memory. (Dmitry, Pierre) | Dmitry Stogov | 2007-09-27 | 1 | -1/+1 | |
| | ||||||
* | allow user specified class to be returned from transformToDoc | Rob Richards | 2007-07-30 | 1 | -4/+32 | |
| | ||||||
* | MFH: Bump year. | Sebastian Bergmann | 2007-01-01 | 1 | -1/+1 | |
| | ||||||
* | C++ comment | Ilia Alshanetsky | 2006-12-30 | 1 | -1/+1 | |
| | ||||||
* | MFH | Antony Dovgal | 2006-12-25 | 1 | -1/+1 | |
| | ||||||
* | fix bug #39625 (Apache crashes on importStylesheet call) | Rob Richards | 2006-12-05 | 1 | -6/+8 | |
| | ||||||
* | return false instead of null, if it's an invalid document | Christian Stocker | 2006-07-31 | 1 | -2/+2 | |
| | ||||||
* | return true, if xsl import did work | Christian Stocker | 2006-07-31 | 1 | -0/+1 | |
| | ||||||
* | MFH | Christian Stocker | 2006-06-14 | 1 | -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 XIncludes | Rob Richards | 2006-05-12 | 1 | -6/+19 | |
| | ||||||
* | bump year and license version | foobar | 2006-01-01 | 1 | -3/+3 | |
| | ||||||
* | MFH: Fix key length so params passed by array can be retrieved by getParameter() | Rob Richards | 2005-09-02 | 1 | -1/+1 | |
| | ||||||
* | - Bumber up year | foobar | 2005-08-03 | 1 | -1/+1 | |
| | ||||||
* | Fixed bug #33340 (CLI Crash when calling php:function from XSLT) | Rob Richards | 2005-06-14 | 1 | -1/+1 | |
| | ||||||
* | - Added optional first parameter to XsltProcessor::registerPHPFunctions to only | Christian Stocker | 2005-04-06 | 1 | -2/+36 | |
| | | | | | allow certain functions to be called from XSLT. | |||||
* | Fixed bug #31033 (php:function(string, nodeset) with xsl:key crashes PHP) | Rob Richards | 2005-03-02 | 1 | -46/+30 | |
| | | | | | - only in 5.1 branch for now due to significance of change | |||||
* | fix protos (by Mehdi Achour ) | Christian Stocker | 2005-01-17 | 1 | -9/+9 | |
| | ||||||
* | fix issue with multiple xsl objects using registerPHPfunctions | Rob Richards | 2004-09-08 | 1 | -31/+37 | |
| | | | | | - also fixes threading issue | |||||
* | Fix segfault on error in xslt | Christian Stocker | 2004-08-10 | 1 | -1/+4 | |
| | ||||||
* | - Fix bug #29573: Segmentation fault when php function(called from XSLT ↵ | Christian Stocker | 2004-08-08 | 1 | -11/+19 | |
| | | | | | | | templat) throw exception - Fix some 0 Byte Memory Leaks | |||||
* | change xsl_xsltprocessor_set_parameter() to support parameter->value arrays | Antony Dovgal | 2004-08-05 | 1 | -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 Stocker | 2004-07-28 | 1 | -80/+64 | |
| | ||||||
* | Fixed memory leak on error. | Ilia Alshanetsky | 2004-05-28 | 1 | -0/+1 | |
| | ||||||
* | fix memleak in php callbacks | Christian Stocker | 2004-05-28 | 1 | -1/+1 | |
| | ||||||
* | - make static methods calls work from within xslt | Christian Stocker | 2004-04-20 | 1 | -21/+27 | |
| | | | | | - extended tests | |||||
* | Fix XSL (Rob/Marcus) | Marcus Boerger | 2004-03-28 | 1 | -1/+1 | |
| |