| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | fix issue with multiple xsl objects using registerPHPfunctions | Rob Richards | 2004-09-08 | 1 | -0/+13 |
| | | | | | | - also fixes threading issue | ||||
| * | 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 |
| | | | | | | "xslt segfaults when ze1_compatibility_mode is on" (By Rob Richards) | ||||
| * | 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 |
| | | | | | | | without that method call, it is not allowed to call php functions from xslt stylesheets for security reasons. | ||||
| * | - 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 |
| | | | | | | non-string handler (by adam) | ||||
| * | 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 ↵ | Christian Stocker | 2003-11-29 | 1 | -1/+9 |
| | | | | | xsl-processor | ||||
| * | @- Added possibility to call php functions as XSLT-functions (chregu) | Christian Stocker | 2003-11-28 | 1 | -0/+142 |
| | | | | | | | | - 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 | -2/+9 |
| | | |||||
| * | remove document pointer references as doc is now copied | Rob Richards | 2003-08-24 | 1 | -10/+0 |
| | | |||||
| * | fix build | Wez Furlong | 2003-08-19 | 1 | -1/+0 |
| | | |||||
| * | use common doc with ref counting rather than copy | Rob Richards | 2003-07-05 | 1 | -2/+9 |
| | | |||||
| * | fix mem leak | Rob Richards | 2003-06-20 | 1 | -35/+9 |
| | | | | | | remove unused code | ||||
| * | 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 | ||||
| * | WS fix | Moriyoshi Koizumi | 2003-06-05 | 1 | -2/+2 |
| | | |||||
| * | Inital cut of new xsl extension | Rob Richards | 2003-06-05 | 1 | -0/+309 |
| interoperates with new dom extension PHP5 only | |||||
