summaryrefslogtreecommitdiff
path: root/ext/xsl/php_xsl.h
Commit message (Collapse)AuthorAgeFilesLines
* Remove unused XSL_DOMOBJ_NEW() macroNikita Popov2020-09-281-13/+0
| | | | And inline the XSL_REGISTER_CLASS() macro.
* Fix [-Wundef] warning in XLS extensionGeorge Peter Banyard2020-05-201-1/+1
|
* Generate method entries for ext/xslMáté Kocsis2020-04-121-1/+0
| | | | Closes GH-5372
* Remove mention of PHP major version in Copyright headersGabriel Caruso2019-09-251-2/+0
| | | | Closes GH-4732.
* Cleanup unused module globalsDmitry Stogov2019-03-121-17/+0
|
* Remove local variablesPeter Kokot2019-02-031-10/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | This patch removes the so called local variables defined per file basis for certain editors to properly show tab width, and similar settings. These are mainly used by Vim and Emacs editors yet with recent changes the once working definitions don't work anymore in Vim without custom plugins or additional configuration. Neither are these settings synced across the PHP code base. A simpler and better approach is EditorConfig and fixing code using some code style fixing tools in the future instead. This patch also removes the so called modelines for Vim. Modelines allow Vim editor specifically to set some editor configuration such as syntax highlighting, indentation style and tab width to be set in the first line or the last 5 lines per file basis. Since the php test files have syntax highlighting already set in most editors properly and EditorConfig takes care of the indentation settings, this patch removes these as well for the Vim 6.0 and newer versions. With the removal of local variables for certain editors such as Emacs and Vim, the footer is also probably not needed anymore when creating extensions using ext_skel.php script. Additionally, Vim modelines for setting php syntax and some editor settings has been removed from some *.phpt files. All these are mostly not relevant for phpt files neither work properly in the middle of the file.
* Remove yearly range from copyright noticeZeev Suraski2019-01-301-1/+1
|
* Remove unused Git attributes identPeter Kokot2018-07-251-2/+0
| | | | | | | | | | | | | | | The $Id$ keywords were used in Subversion where they can be substituted with filename, last revision number change, last changed date, and last user who changed it. In Git this functionality is different and can be done with Git attribute ident. These need to be defined manually for each file in the .gitattributes file and are afterwards replaced with 40-character hexadecimal blob object name which is based only on the particular file contents. This patch simplifies handling of $Id$ keywords by removing them since they are not used anymore.
* year++Xinchen Hui2018-01-021-1/+1
|
* Update copyright headers to 2017Sammy Kaye Powers2017-01-021-1/+1
|
* Merge branch 'PHP-7.0'Lior Kaplan2016-01-011-1/+1
|\ | | | | | | | | | | | | * PHP-7.0: Update header to PHP Version 7 Happy new year (Update copyright to 2016) Happy new year (Update copyright to 2016)
| * 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
| | |
* | | Remove leftovers of TSRMLS in docsTom Van Looy2015-12-251-10/+0
|/ /
* | cleanup mod version macros and mod defs, round xAnatol Belski2015-03-231-0/+3
| |
* | bump yearXinchen Hui2015-01-151-1/+1
| |
* | trailing whitespace removalStanislav Malyshev2015-01-101-6/+6
| |
* | second shot on removing TSRMLS_*Anatol Belski2014-12-141-2/+2
| |
* | first shot remove TSRMLS_* thingsAnatol Belski2014-12-131-6/+6
| |
* | s/PHP 5/PHP 7/Johannes Schlüter2014-09-191-1/+1
| |
* | master renames phase 1Anatol Belski2014-08-251-1/+1
| |
* | ported xsl, xml reader and writerAnatol Belski2014-08-191-1/+1
| |
* | Refactored ext/xsl, need some help in 3 tests failedXinchen Hui2014-05-151-6/+12
| |
* | Use better data structures (incomplete)Dmitry Stogov2014-02-101-1/+1
|/
* Bump yearXinchen Hui2014-01-031-1/+1
|
* 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-0/+3
| | | | | | mark it as deprecated for BC-reasons Added tests for ini option and combination of both
* Added XsltProcessor::setSecurityPrefs($options) and getSecurityPrefs() Christian Stocker2011-07-111-0/+9
| | | | | | 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
|
* 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
|
* remove unused PHP_EXTNAME_API macros.Nuno Lopes2008-01-031-6/+0
| | | | | #in preparation for the gcc 4 visibility patch
* 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
|
* MFH: Bump year.Sebastian Bergmann2007-01-011-1/+1
|
* bump year and license versionfoobar2006-01-011-3/+3
|
* - Bumber up yearfoobar2005-08-031-1/+1
|
* - Added optional first parameter to XsltProcessor::registerPHPFunctions to onlyChristian Stocker2005-04-061-0/+1
| | | | | 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/+1
| | | | | - only in 5.1 branch for now due to significance of change
* fix issue with multiple xsl objects using registerPHPfunctionsRob Richards2004-09-081-0/+3
| | | | | - also fixes threading issue
* Fix for bug #29409 (Segfault in PHP functions called from XSLT). (by Rob)Christian Stocker2004-07-281-0/+1
|
* - Update with new destructor codeZeev Suraski2004-02-041-1/+1
|
* @- added XsltProcessor->registerPhpFunctions() (Christian)Christian Stocker2004-01-191-0/+1
| | | | | | without that method call, it is not allowed to call php functions from xslt stylesheets for security reasons.
* - Happy new year and PHP 5 for rest of the files too..foobar2004-01-081-2/+2
| | | | | # Should the LICENSE and Zend/LICENSE dates be updated too?
* Fixed for Bug #26384 (domxslt->process causes segfault with xsl:key)Christian Stocker2003-11-291-3/+4
|
* @- Added possibility to call php functions as XSLT-functions (chregu)Christian Stocker2003-11-281-0/+3
| | | | | | | - 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 supportChristian Stocker2003-11-191-0/+4
|
* remove document pointer references as doc is now copiedRob Richards2003-08-241-1/+0
|