| Commit message (Expand) | Author | Age | Files | Lines |
* | Fixed two tests, 1 left | Xinchen Hui | 2014-05-15 | 1 | -0/+1 |
* | Refactored ext/xsl, need some help in 3 tests failed | Xinchen Hui | 2014-05-15 | 1 | -38/+20 |
* | Merge branch 'PHP-5.6' | Xinchen Hui | 2014-01-03 | 1 | -1/+1 |
|\ |
|
| * | Bump year | Xinchen Hui | 2014-01-03 | 1 | -1/+1 |
* | | Fix Bug #64776 The XSLT extension is not thread safe. | Michael Wallner | 2013-12-02 | 1 | -21/+4 |
|/ |
|
* | 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 | -1/+14 |
* | - Added ZEND_MOD_END macro to use in the end of zend_module_dep[] | Felipe Pena | 2011-08-06 | 1 | -1/+1 |
* | - Make usage of new PHP_FE_END macro | Felipe Pena | 2011-07-25 | 1 | -1/+1 |
* | Added XsltProcessor::setSecurityPrefs($options) and getSecurityPrefs() | Christian Stocker | 2011-07-11 | 1 | -0/+8 |
* | - Year++ | Felipe Pena | 2011-01-01 | 1 | -1/+1 |
* | Added caches to eliminate repeatable run-time bindings of functions, classes,... | Dmitry Stogov | 2010-05-24 | 1 | -2/+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 |
* | MFH: fix bug #46099 (Xsltprocessor::setProfiling - memory leak) | Rob Richards | 2008-09-18 | 1 | -0/+3 |
* | 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 |
* | ws | Antony Dovgal | 2007-09-28 | 1 | -5/+1 |
* | Improved memory usage by movig constants to read only memory. (Dmitry, Pierre) | Dmitry Stogov | 2007-09-27 | 1 | -2/+2 |
* | MFH: nuke skeleton leftovers | Antony Dovgal | 2007-01-12 | 1 | -15/+2 |
* | MFH: Bump year. | Sebastian Bergmann | 2007-01-01 | 1 | -1/+1 |
* | fix bug #36898 (__set() leaks in classes extending internal ones) | Antony Dovgal | 2006-03-29 | 1 | -6/+2 |
* | bump year and license version | foobar | 2006-01-01 | 1 | -3/+3 |
* | - MFH: #35805 add LIBXSLT_VERSION, LIBXSLT_DOTTED_VERSION, LIBEXSLT_VERSION | Pierre Joye | 2005-12-26 | 1 | -0/+8 |
* | MFH: nuke php3 legacy | foobar | 2005-12-06 | 1 | -1/+1 |
* | Allow recursive calls to __get/__set for different properties | Dmitry Stogov | 2005-11-15 | 1 | -2/+1 |
* | MFH: fix #35197 (Destructor is not called) and similar issues in other extens... | Antony Dovgal | 2005-11-14 | 1 | -1/+1 |
* | - Bumber up year | foobar | 2005-08-03 | 1 | -1/+1 |
* | Darwin seems to like this arrangement much better. | George Schlossnagle | 2005-07-15 | 1 | -1/+1 |
* | Use the new dependency system | foobar | 2005-06-17 | 1 | -1/+9 |
* | - Added optional first parameter to XsltProcessor::registerPHPFunctions to only | Christian Stocker | 2005-04-06 | 1 | -0/+6 |
* | Fixed bug #31033 (php:function(string, nodeset) with xsl:key crashes PHP) | Rob Richards | 2005-03-02 | 1 | -0/+6 |
* | fix issue with multiple xsl objects using registerPHPfunctions | Rob Richards | 2004-09-08 | 1 | -0/+13 |
* | remove clone functionality | Rob Richards | 2004-08-30 | 1 | -57/+2 |
* | fix segfault when object cloned | Rob Richards | 2004-08-24 | 1 | -0/+1 |
* | Fix for bug #29409 (Segfault in PHP functions called from XSLT). (by Rob) | Christian Stocker | 2004-07-28 | 1 | -0/+6 |
* | set errorhandler to generic php_libxml_error_handler | Christian Stocker | 2004-07-25 | 1 | -0/+2 |
* | implement the clone code for the XSLTProcessor object and fix #29108 | Christian Stocker | 2004-07-12 | 1 | -2/+50 |
* | Fix class name | Rob Richards | 2004-04-07 | 1 | -1/+1 |
* | Fix Warning | Marcus Boerger | 2004-02-04 | 1 | -1/+1 |
* | - Update with new destructor code | Zeev Suraski | 2004-02-04 | 1 | -3/+3 |
* | @- added XsltProcessor->registerPhpFunctions() (Christian) | Christian Stocker | 2004-01-19 | 1 | -159/+1 |
* | - A belated happy holidays and PHP 5 | Andi Gutmans | 2004-01-08 | 1 | -2/+2 |
* | fix crashes when you call php:functionString() with a | Christian Stocker | 2003-12-10 | 1 | -0/+10 |
* | fix issues when passing in mulitple arguments | Rob Richards | 2003-12-09 | 1 | -4/+8 |
* | fix ZTS build | Rob Richards | 2003-11-29 | 1 | -1/+1 |
* | Fixed for Bug #26384 (domxslt->process causes segfault with xsl:key) | Christian Stocker | 2003-11-29 | 1 | -0/+5 |
* | follow coding standards. | Christian Stocker | 2003-11-29 | 1 | -7/+3 |
* | it's now possible to return a DomNode from userland functions back to the xsl... | Christian Stocker | 2003-11-29 | 1 | -1/+9 |