summaryrefslogtreecommitdiff
path: root/ext/xsl
Commit message (Expand)AuthorAgeFilesLines
* Generate class entries from stubs for com, standard, xmlreader, xmlwriter, xs...Máté Kocsis2021-02-223-7/+14
* Make convert_to_*_ex simple aliases of convert_to_*Nikita Popov2021-01-141-1/+1
* Update ext/xsl parameter namesNikita Popov2020-10-082-8/+11
* Promote warnings in ext/xslNikita Popov2020-09-283-27/+46
* Remove unused XSL_DOMOBJ_NEW() macroNikita Popov2020-09-282-15/+4
* Promote a few forgotten warnings to exceptionsMáté Kocsis2020-09-251-3/+4
* Run tidyNikita Popov2020-09-184-9/+9
* Consolidate new union type ZPP macro namesMáté Kocsis2020-09-111-2/+2
* Improve error messages mentioning parameters instead of argumentsMáté Kocsis2020-09-091-1/+1
* Move custom type checks to ZPPMáté Kocsis2020-09-024-34/+44
* Add many missing closing PHP tags to testsMáté Kocsis2020-08-0924-0/+24
* Get rid of empty function entriesMáté Kocsis2020-08-011-10/+1
* Implement named parametersNikita Popov2020-07-311-0/+1
* Remove no_separation flagNikita Popov2020-07-071-1/+0
* Disallow separation in a number of callbacksNikita Popov2020-07-071-2/+1
* Remove proto comments from C filesMax Semenik2020-07-062-29/+16
* Make exit() unwind properlyNikita Popov2020-06-291-1/+0
* Avoid warning on exception in xsl extNikita Popov2020-06-253-3/+46
* Include stub hash in generated arginfo filesNikita Popov2020-06-241-1/+2
* Fix [-Wundef] warning in XLS extensionGeorge Peter Banyard2020-05-203-5/+5
* Fix UNKNOWN default values in ext/xslMáté Kocsis2020-05-063-16/+18
* Test XSLTProcessor::importStylesheet() with invalid stylesheetSymeon Charalabides2020-04-241-0/+19
* Generate method entries for ext/xslMáté Kocsis2020-04-126-62/+35
* Store default parameter values of internal functions in arg infoMáté Kocsis2020-04-081-1/+1
* Perform some maintenance work on the XSL extensionMáté Kocsis2020-03-105-135/+196
* Remove DOM_GET_THIS macroNikita Popov2020-03-091-17/+7
* Reindent phpt filesNikita Popov2020-02-035-36/+36
* Merge branch 'PHP-7.4'Christoph M. Becker2020-01-302-1/+52
|\
| * Merge branch 'PHP-7.3' into PHP-7.4Christoph M. Becker2020-01-302-1/+52
| |\
| | * Fix #70078: XSL callbacks with nodes as parameter leak memoryChristoph M. Becker2020-01-302-1/+52
| | * Sync leading and final newlines in *.phpt sectionsPeter Kokot2018-10-1535-49/+17
| | * Trim trailing whitespace in *.phptPeter Kokot2018-10-1425-48/+48
| | * Sync leading and final newlines in source code filesPeter Kokot2018-10-143-5/+1
| | * Trim trailing whitespace in source code filesPeter Kokot2018-10-131-1/+1
* | | Merge branch 'PHP-7.4'Nikita Popov2020-01-211-5/+5
|\ \ \ | |/ /
| * | Fix file clash in bug54446.phpt testsNikita Popov2020-01-211-5/+5
* | | Fix #78880: Final spelling fixesMáté Kocsis2020-01-161-2/+2
* | | Use RETURN_THROWS() during ZPP in most of the extensionsMáté Kocsis2019-12-311-7/+7
* | | Clean DONE tags from testsFabien Villepinte2019-11-071-2/+0
* | | Cleanup return values when parameter parsing is unsuccessfulMáté Kocsis2019-10-301-6/+6
* | | Remove mention of PHP major version in Copyright headersGabriel Caruso2019-09-254-8/+0
* | | Merge branch 'PHP-7.4'Nikita Popov2019-06-281-1/+4
|\ \ \ | |/ /
| * | Set up asan+ubsan scheduled build on azureNikita Popov2019-06-281-1/+4
* | | Merge branch 'PHP-7.4'Nikita Popov2019-06-071-45/+12
|\ \ \ | |/ /
| * | ext/xsl: Use PKG_CHECK_MODULES to detect the EXSLT libraryHugh McMaster2019-06-071-15/+6
| * | ext/xsl: Use PKG_CHECK_MODULES to detect the XSLT libraryHugh McMaster2019-06-071-42/+18
* | | Merge branch 'PHP-7.4'Dmitry Stogov2019-06-061-4/+7
|\ \ \ | |/ /
| * | Cheaper checks for exceptions thrown from __toString()Dmitry Stogov2019-06-061-4/+7
* | | Merge branch 'PHP-7.4'Nikita Popov2019-06-051-7/+17
|\ \ \ | |/ /
| * | Allow exceptions in __toString()Nikita Popov2019-06-051-7/+17