summaryrefslogtreecommitdiff
path: root/ext/xsl/php_xsl.c
Commit message (Expand)AuthorAgeFilesLines
* fix issue with multiple xsl objects using registerPHPfunctionsRob Richards2004-09-081-0/+13
* remove clone functionalityRob Richards2004-08-301-57/+2
* fix segfault when object clonedRob Richards2004-08-241-0/+1
* Fix for bug #29409 (Segfault in PHP functions called from XSLT). (by Rob)Christian Stocker2004-07-281-0/+6
* set errorhandler to generic php_libxml_error_handlerChristian Stocker2004-07-251-0/+2
* implement the clone code for the XSLTProcessor object and fix #29108Christian Stocker2004-07-121-2/+50
* Fix class nameRob Richards2004-04-071-1/+1
* Fix WarningMarcus Boerger2004-02-041-1/+1
* - Update with new destructor codeZeev Suraski2004-02-041-3/+3
* @- added XsltProcessor->registerPhpFunctions() (Christian)Christian Stocker2004-01-191-159/+1
* - A belated happy holidays and PHP 5Andi Gutmans2004-01-081-2/+2
* fix crashes when you call php:functionString() with aChristian Stocker2003-12-101-0/+10
* fix issues when passing in mulitple argumentsRob Richards2003-12-091-4/+8
* fix ZTS buildRob Richards2003-11-291-1/+1
* Fixed for Bug #26384 (domxslt->process causes segfault with xsl:key)Christian Stocker2003-11-291-0/+5
* follow coding standards.Christian Stocker2003-11-291-7/+3
* it's now possible to return a DomNode from userland functions back to the xsl...Christian Stocker2003-11-291-1/+9
* @- Added possibility to call php functions as XSLT-functions (chregu)Christian Stocker2003-11-281-0/+142
* added exslt supportChristian Stocker2003-11-191-2/+9
* remove document pointer references as doc is now copiedRob Richards2003-08-241-10/+0
* fix buildWez Furlong2003-08-191-1/+0
* use common doc with ref counting rather than copyRob Richards2003-07-051-2/+9
* fix mem leakRob Richards2003-06-201-35/+9
* updating license information in the headers.James Cox2003-06-101-3/+3
* changes for /ext/dom document ref countRob Richards2003-06-091-1/+2
* WS fixMoriyoshi Koizumi2003-06-051-2/+2
* Inital cut of new xsl extensionRob Richards2003-06-051-0/+309