summaryrefslogtreecommitdiff
path: root/ext/tidy
Commit message (Expand)AuthorAgeFilesLines
* tidy::repairFile() and ::repairString() return string|falseChristoph M. Becker2020-11-302-3/+3
* Merge branch 'PHP-7.4' into PHP-8.0Christoph M. Becker2020-11-222-1/+24
|\
| * Fix #77594: ob_tidyhandler is never resetChristoph M. Becker2020-11-222-1/+24
* | Merge branch 'PHP-7.4' into PHP-8.0Nikita Popov2020-10-222-3/+39
|\ \ | |/
| * Merge branch 'PHP-7.3' into PHP-7.4Nikita Popov2020-10-222-3/+39
| |\
| | * Don't crash on uninitialized tidy objectNikita Popov2020-10-222-3/+39
* | | Verify parameter names of function aliasesMáté Kocsis2020-10-162-5/+5
* | | Merge branch 'PHP-7.4' into masterChristoph M. Becker2020-10-072-4/+34
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.3' into PHP-7.4Christoph M. Becker2020-10-072-4/+34
| |\ \ | | |/
| | * Fix #77040: tidyNode::isHtml() is completely brokenChristoph M. Becker2020-10-072-4/+34
* | | Update ext/tidy parameter namesNikita Popov2020-10-073-70/+59
* | | Consolidate new union type ZPP macro namesMáté Kocsis2020-09-111-7/+7
* | | Fix UNKNOWN default values in various extensionsMáté Kocsis2020-09-073-24/+24
* | | Add more precise type info for stubsMáté Kocsis2020-09-013-102/+105
* | | Promote warnings to exceptions in ext/tidyMáté Kocsis2020-09-016-52/+62
* | | ValueError for empty path in stream codeGeorge Peter Banyard2020-07-311-7/+14
* | | Review the usage of apostrophes in error messagesMáté Kocsis2020-07-101-1/+1
* | | Remove proto comments from C filesMax Semenik2020-07-061-74/+37
* | | Include stub hash in generated arginfo filesNikita Popov2020-06-241-1/+2
* | | Fix [-Wundef] warning in Tidy extensionGeorge Peter Banyard2020-05-183-17/+17
* | | [skip ci] Fix comment in Tidy autoconf fileGeorge Peter Banyard2020-04-191-1/+1
* | | Add -Wno-ignored-qualifiers compiler flag to Tidy extension.George Peter Banyard2020-04-141-2/+3
* | | Generate function entries from stubs for a couple of extensionsMáté Kocsis2020-04-144-225/+283
* | | Store default parameter values of internal functions in arg infoMáté Kocsis2020-04-081-5/+5
* | | Revert "Replace @param annotations with type declarations"Christoph M. Becker2020-02-172-18/+27
* | | Replace @param annotations with type declarationsChristoph M. Becker2020-02-162-27/+18
* | | Reindent phpt filesNikita Popov2020-02-0314-39/+39
* | | Use RETURN_THROWS() after zend_parse_method_parameters()Máté Kocsis2020-01-021-2/+2
* | | Use RETURN_THROWS() during ZPP in most of the extensionsMáté Kocsis2019-12-311-10/+10
* | | Add union return types with one classMáté Kocsis2019-11-182-24/+18
* | | Add union return types for function stubsMáté Kocsis2019-11-112-21/+12
* | | Remove mention of PHP major version in Copyright headersGabriel Caruso2019-09-252-4/+0
* | | Just return on ZPP exceptionChristoph M. Becker2019-09-221-10/+10
* | | Fix arginfo of tidy_repair_string()Christoph M. Becker2019-09-222-2/+1
* | | Remove unused parameterChristoph M. Becker2019-09-222-5/+6
* | | Add ext/tidy stubsChristoph M. Becker2019-09-223-158/+357
* | | Properly use zend_parse_method_parameters()Christoph M. Becker2019-09-221-29/+9
* | | Merge branch 'PHP-7.4'Nikita Popov2019-06-191-1/+5
|\ \ \ | |/ /
| * | Fix various instances of memcpy null ubNikita Popov2019-06-191-1/+5
* | | Merge branch 'PHP-7.4'Peter Kokot2019-05-121-6/+3
|\ \ \ | |/ /
| * | Normalize comments in *nix build system m4 filesPeter Kokot2019-05-121-6/+3
* | | Merge branch 'PHP-7.4'Peter Kokot2019-03-156-7/+7
|\ \ \ | |/ /
| * | Replace dirname(__FILE__) by __DIR__ in testsFabien Villepinte2019-03-156-7/+7
* | | Adjust tests for zpp TypeError changeNikita Popov2019-03-111-7/+0
* | | Merge branch 'PHP-7.4'Peter Kokot2019-03-071-2/+4
|\ \ \ | |/ /
| * | Add AS_HELP_STRING to *nix build configure optionsPeter Kokot2019-03-071-2/+4
* | | Indicate that tidy's object methods expect 0 argsTyson Andre2019-02-191-22/+25
* | | Merge branch 'PHP-7.4'Nikita Popov2019-02-181-5/+13
|\ \ \ | |/ /
| * | Fix arginfo for tidy's global functionsTyson Andre2019-02-181-5/+13
* | | Refactor zend_object_handlers API to pass zend_object* and zend_string* inste...Dmitry Stogov2019-02-041-6/+6
|/ /