summaryrefslogtreecommitdiff
path: root/ext/xsl/php_xsl.c
Commit message (Expand)AuthorAgeFilesLines
* - Added xsl->setProfiling() for profiling stylesheets. (MFB)Christian Stocker2007-10-021-0/+1
* wsAntony Dovgal2007-09-281-5/+1
* Improved memory usage by movig constants to read only memory. (Dmitry, Pierre)Dmitry Stogov2007-09-271-2/+2
* delete useless comments and skeleton leftoversAntony Dovgal2007-01-121-15/+2
* Bump year.Sebastian Bergmann2007-01-011-1/+1
* finish unicode updatesRob Richards2006-09-211-1/+1
* MF51: fix bug #36898 (__set() leaks in classes extending internal ones)Antony Dovgal2006-03-291-6/+2
* bump year and license versionfoobar2006-01-011-3/+3
* - #35805 add LIBXSLT_VERSION, LIBXSLT_DOTTED_VERSION, LIBEXSLT_VERSION andPierre Joye2005-12-261-0/+6
* - Nuke php3 legacyfoobar2005-12-061-1/+1
* Allow recursive calls to __get/__set for different propertiesDmitry Stogov2005-11-151-2/+1
* fix #35197 (Destructor is not called) and similar issues in other extensionsAntony Dovgal2005-11-141-1/+1
* - Bumber up yearfoobar2005-08-031-1/+1
* Darwin seems to like this arrangement much better.George Schlossnagle2005-07-151-1/+1
* Use the new dependency systemfoobar2005-06-171-1/+9
* - Added optional first parameter to XsltProcessor::registerPHPFunctions to onlyChristian Stocker2005-04-061-0/+6
* Fixed bug #31033 (php:function(string, nodeset) with xsl:key crashes PHP)Rob Richards2005-03-021-0/+6
* 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