summaryrefslogtreecommitdiff
path: root/ext/xsl/php_xsl.c
Commit message (Collapse)AuthorAgeFilesLines
* Update copyright headers to 2017Sammy Kaye Powers2017-01-041-1/+1
|
* Merge branch 'PHP-5.6' into PHP-7.0Lior Kaplan2016-01-011-1/+1
|\ | | | | | | | | * PHP-5.6: Happy new year (Update copyright to 2016)
| * Happy new year (Update copyright to 2016)Lior Kaplan2016-01-011-1/+1
| |
| * bump yearXinchen Hui2015-01-151-1/+1
| |
* | cleanup mod version macros and mod defs, round xAnatol Belski2015-03-231-7/+1
| |
* | Remove xsl.security_prefs ini optionNikita Popov2015-03-091-11/+0
| | | | | | | | | | | | Conflicts: ext/xsl/php_xsl.c ext/xsl/xsltprocessor.c
* | Move zend_object->guards into additional slot of ↵Dmitry Stogov2015-02-041-1/+1
| | | | | | | | zend_object->properties_table[]. As result size of objects without __get/__set/__unset/__isset magic methods is reduced.
* | bump yearXinchen Hui2015-01-151-1/+1
| |
* | trailing whitespace removalStanislav Malyshev2015-01-101-9/+9
| |
* | first shot remove TSRMLS_* thingsAnatol Belski2014-12-131-10/+10
| |
* | s/PHP 5/PHP 7/Johannes Schlüter2014-09-191-1/+1
| |
* | master renames phase 1Anatol Belski2014-08-251-14/+14
| |
* | basic macro replacements, all at onceAnatol Belski2014-08-191-14/+14
| |
* | Fixed two tests, 1 leftXinchen Hui2014-05-151-0/+1
| |
* | Refactored ext/xsl, need some help in 3 tests failedXinchen Hui2014-05-151-38/+20
| |
* | Merge branch 'PHP-5.6'Xinchen Hui2014-01-031-1/+1
|\ \ | |/
| * Bump yearXinchen Hui2014-01-031-1/+1
| |
* | Fix Bug #64776 The XSLT extension is not thread safe.Michael Wallner2013-12-021-21/+4
|/
* Happy New YearXinchen Hui2013-01-011-1/+1
|
* - Year++Felipe Pena2012-01-011-1/+1
|
* Added the xsl.security_prefs option to 5_4 and trunk andChristian Stocker2011-10-101-1/+14
| | | | | | mark it as deprecated for BC-reasons Added tests for ini option and combination of both
* - Added ZEND_MOD_END macro to use in the end of zend_module_dep[]Felipe Pena2011-08-061-1/+1
|
* - Make usage of new PHP_FE_END macroFelipe Pena2011-07-251-1/+1
|
* Added XsltProcessor::setSecurityPrefs($options) and getSecurityPrefs() Christian Stocker2011-07-111-0/+8
| | | | | | to define forbidden operations within XSLT stylesheets, default is not to enable any write operations from XSLT anymore. Bug #54446
* - Year++Felipe Pena2011-01-011-1/+1
|
* Added caches to eliminate repeatable run-time bindings of functions, ↵Dmitry Stogov2010-05-241-2/+1
| | | | classes, constants, methods and properties
* sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.phpSebastian Bergmann2010-01-031-1/+1
|
* MFH: Bump copyright year, 3 of 3.Sebastian Bergmann2008-12-311-1/+1
|
* MFH: fix bug #46099 (Xsltprocessor::setProfiling - memory leak)Rob Richards2008-09-181-0/+3
|
* MFH: Bump copyright year, 2 of 2.Sebastian Bergmann2007-12-311-1/+1
|
* - Added xsl->setProfiling() for profiling stylesheets.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
|
* MFH: nuke skeleton leftoversAntony Dovgal2007-01-121-15/+2
|
* MFH: Bump year.Sebastian Bergmann2007-01-011-1/+1
|
* fix bug #36898 (__set() leaks in classes extending internal ones)Antony Dovgal2006-03-291-6/+2
| | | | | | | | | Added: ZEND_API void zend_object_std_init(zend_object *object, zend_class_entry *ce TSRMLS_DC) ZEND_API void zend_object_std_dtor(zend_object *object TSRMLS_DC) to initialize and destroy zend_object structs
* bump year and license versionfoobar2006-01-011-3/+3
|
* - MFH: #35805 add LIBXSLT_VERSION, LIBXSLT_DOTTED_VERSION, LIBEXSLT_VERSIONPierre Joye2005-12-261-0/+8
| | | | | and LIBEXSLT_DOTTED_VERSION
* MFH: nuke php3 legacyfoobar2005-12-061-1/+1
|
* Allow recursive calls to __get/__set for different propertiesDmitry Stogov2005-11-151-2/+1
|
* MFH: fix #35197 (Destructor is not called) and similar issues in other ↵Antony Dovgal2005-11-141-1/+1
| | | | extensions
* - 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
| | | | | allow certain functions to be called from XSLT.
* Fixed bug #31033 (php:function(string, nodeset) with xsl:key crashes PHP)Rob Richards2005-03-021-0/+6
| | | | | - only in 5.1 branch for now due to significance of change
* fix issue with multiple xsl objects using registerPHPfunctionsRob Richards2004-09-081-0/+13
| | | | | - also fixes threading issue
* 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
|