Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Bump year | Xinchen Hui | 2014-01-03 | 1 | -1/+1 |
| | |||||
* | Happy New Year | Xinchen Hui | 2013-01-01 | 1 | -1/+1 |
| | |||||
* | - Year++ | Felipe Pena | 2012-01-01 | 1 | -1/+1 |
| | |||||
* | Added the xsl.security_prefs option to 5_4 and trunk and | Christian Stocker | 2011-10-10 | 1 | -0/+3 |
| | | | | | | mark it as deprecated for BC-reasons Added tests for ini option and combination of both | ||||
* | Added XsltProcessor::setSecurityPrefs($options) and getSecurityPrefs() | Christian Stocker | 2011-07-11 | 1 | -0/+9 |
| | | | | | | to define forbidden operations within XSLT stylesheets, default is not to enable any write operations from XSLT anymore. Bug #54446 | ||||
* | - Year++ | Felipe Pena | 2011-01-01 | 1 | -1/+1 |
| | |||||
* | sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.php | Sebastian Bergmann | 2010-01-03 | 1 | -1/+1 |
| | |||||
* | MFH: Bump copyright year, 3 of 3. | Sebastian Bergmann | 2008-12-31 | 1 | -1/+1 |
| | |||||
* | remove unused PHP_EXTNAME_API macros. | Nuno Lopes | 2008-01-03 | 1 | -6/+0 |
| | | | | | #in preparation for the gcc 4 visibility patch | ||||
* | MFH: Bump copyright year, 2 of 2. | Sebastian Bergmann | 2007-12-31 | 1 | -1/+1 |
| | |||||
* | - Added xsl->setProfiling() for profiling stylesheets. | Christian Stocker | 2007-10-02 | 1 | -0/+1 |
| | |||||
* | MFH: Bump year. | Sebastian Bergmann | 2007-01-01 | 1 | -1/+1 |
| | |||||
* | bump year and license version | foobar | 2006-01-01 | 1 | -3/+3 |
| | |||||
* | - Bumber up year | foobar | 2005-08-03 | 1 | -1/+1 |
| | |||||
* | - Added optional first parameter to XsltProcessor::registerPHPFunctions to only | Christian Stocker | 2005-04-06 | 1 | -0/+1 |
| | | | | | 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 | -0/+1 |
| | | | | | - only in 5.1 branch for now due to significance of change | ||||
* | fix issue with multiple xsl objects using registerPHPfunctions | Rob Richards | 2004-09-08 | 1 | -0/+3 |
| | | | | | - also fixes threading issue | ||||
* | Fix for bug #29409 (Segfault in PHP functions called from XSLT). (by Rob) | Christian Stocker | 2004-07-28 | 1 | -0/+1 |
| | |||||
* | - Update with new destructor code | Zeev Suraski | 2004-02-04 | 1 | -1/+1 |
| | |||||
* | @- added XsltProcessor->registerPhpFunctions() (Christian) | Christian Stocker | 2004-01-19 | 1 | -0/+1 |
| | | | | | | without that method call, it is not allowed to call php functions from xslt stylesheets for security reasons. | ||||
* | - Happy new year and PHP 5 for rest of the files too.. | foobar | 2004-01-08 | 1 | -2/+2 |
| | | | | | # Should the LICENSE and Zend/LICENSE dates be updated too? | ||||
* | Fixed for Bug #26384 (domxslt->process causes segfault with xsl:key) | Christian Stocker | 2003-11-29 | 1 | -3/+4 |
| | |||||
* | @- Added possibility to call php functions as XSLT-functions (chregu) | Christian Stocker | 2003-11-28 | 1 | -0/+3 |
| | | | | | | | - Added possibility to call php functions as XSLT-functions eg: <xsl:value-of select="php:function('date','r')"/> Namespace is http://php.net/functions | ||||
* | added exslt support | Christian Stocker | 2003-11-19 | 1 | -0/+4 |
| | |||||
* | remove document pointer references as doc is now copied | Rob Richards | 2003-08-24 | 1 | -1/+0 |
| | |||||
* | updating license information in the headers. | James Cox | 2003-06-10 | 1 | -3/+3 |
| | |||||
* | changes for /ext/dom document ref count | Rob Richards | 2003-06-09 | 1 | -1/+2 |
| | | | | | changes for /ext/dom internal object handling | ||||
* | Inital cut of new xsl extension | Rob Richards | 2003-06-05 | 1 | -0/+113 |
interoperates with new dom extension PHP5 only |