summaryrefslogtreecommitdiff
path: root/ext/tidy/tidy.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'PHP-7.4' into PHP-8.0Nikita Popov2020-10-221-3/+10
|\
| * Merge branch 'PHP-7.3' into PHP-7.4Nikita Popov2020-10-221-3/+10
| |\
| | * Don't crash on uninitialized tidy objectNikita Popov2020-10-221-3/+10
* | | Merge branch 'PHP-7.4' into masterChristoph M. Becker2020-10-071-4/+7
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.3' into PHP-7.4Christoph M. Becker2020-10-071-4/+7
| |\ \ | | |/
| | * Fix #77040: tidyNode::isHtml() is completely brokenChristoph M. Becker2020-10-071-4/+7
* | | Consolidate new union type ZPP macro namesMáté Kocsis2020-09-111-7/+7
* | | Fix UNKNOWN default values in various extensionsMáté Kocsis2020-09-071-5/+5
* | | Add more precise type info for stubsMáté Kocsis2020-09-011-67/+83
* | | Promote warnings to exceptions in ext/tidyMáté Kocsis2020-09-011-26/+26
* | | Remove proto comments from C filesMax Semenik2020-07-061-74/+37
* | | Fix [-Wundef] warning in Tidy extensionGeorge Peter Banyard2020-05-181-10/+10
* | | Generate function entries from stubs for a couple of extensionsMáté Kocsis2020-04-141-152/+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
* | | Remove mention of PHP major version in Copyright headersGabriel Caruso2019-09-251-2/+0
* | | Just return on ZPP exceptionChristoph M. Becker2019-09-221-10/+10
* | | Remove unused parameterChristoph M. Becker2019-09-221-2/+3
* | | Add ext/tidy stubsChristoph M. Becker2019-09-221-158/+31
* | | 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
* | | 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
|/ /
* | Remove local variablesPeter Kokot2019-02-031-9/+0
* | Remove yearly range from copyright noticeZeev Suraski2019-01-301-1/+1
* | Add TIDY_TAG_* constants supported by libtidy 5Christoph M. Becker2018-10-271-0/+30
|/
* Fix arginfo for tidy::__construct()Tyson Andre2018-08-131-1/+1
* Sync tidy phpinfo extension versionPeter Kokot2018-06-041-4/+1
* Export standard object handlers, to avoid indirect accessDmitry Stogov2018-05-311-1/+1
* Use zend_string_release_ex() instread of zend_string_release() in places, whe...Dmitry Stogov2018-05-281-4/+4
* Remove return types from some magic method in protosGabriel Caruso2018-03-091-1/+1
* Fixes for #74707 some methods of tidy class didn't have arginfo declaredGabriel Caruso2018-02-121-7/+18
* Fixed bug #74707Gabriel Caruso2018-02-101-25/+38
* Use bool instead of boolean in protoGabriel Caruso2018-02-041-15/+15
* Show the tidyp name, if it was usedAnatol Belski2018-01-251-1/+1
* Tidy extension update to be able to either use tidy or tidyp at configure timeDavid Carlier2018-01-251-0/+12
* year++Xinchen Hui2018-01-021-1/+1
* Add _IS_NUMBER as cast_object() target typeNikita Popov2017-12-261-0/+2
* Cleanup type conversionDmitry Stogov2017-12-071-24/+10
* Add zend_object_alloc() APINikita Popov2017-11-251-1/+1
* Update copyright headers to 2017Sammy Kaye Powers2017-01-021-1/+1
* further normalizations, uint vs uint32_tAnatol Belski2016-11-261-8/+8
* show libtidy version in the info, if availableAnatol Belski2016-07-111-0/+3
* ext/tidy: add support for the new tidy-html5 library.Michael Orlitzky2016-07-111-0/+5
* Replace zend_ce_error with NULL and replace more E_ERROR with thrown ErrorAaron Piotrowski2016-06-131-2/+1
* Merge branch 'master' into throw-error-in-extensionsAaron Piotrowski2016-06-101-15/+48
|\
| * Move semicolon into TSRMLS_CACHE_EXTERN/DEFINENikita Popov2016-03-031-1/+1