summaryrefslogtreecommitdiff
path: root/ext/tidy
Commit message (Expand)AuthorAgeFilesLines
* Fix arginfo for tidy::__construct()Tyson Andre2018-08-131-1/+1
* Remove unused Git attributes identPeter Kokot2018-07-253-6/+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
* Remove duplicated testsGabriel Caruso2018-02-221-42/+0
* Use EXPECT instead of EXPECTF when possibleGabriel Caruso2018-02-201-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
* Add missing define after e7da9685Anatol Belski2018-01-251-0/+1
* Tidy extension update to be able to either use tidy or tidyp at configure timeDavid Carlier2018-01-253-9/+38
* Merge branch 'PHP-7.2'Anatol Belski2018-01-111-4/+1
|\
| * Merge branch 'PHP-7.1' into PHP-7.2Anatol Belski2018-01-111-4/+1
| |\
| | * Fix test for libtidy 5.6.0Anatol Belski2018-01-111-4/+1
| | * year++Xinchen Hui2018-01-022-2/+2
| | * Update copyright headers to 2017Sammy Kaye Powers2017-01-042-2/+2
| * | year++Xinchen Hui2018-01-022-2/+2
* | | year++Xinchen Hui2018-01-022-2/+2
* | | 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
* | | Remove tidy examplesPeter Kokot2017-10-194-202/+0
* | | Remove README from ext/tidy in favor of the PHP docsPeter Kokot2017-10-081-7/+0
* | | Get rid of all these old package[2].xml files, most of these had no had a rel...Kalle Sommer Nielsen2017-08-171-65/+0
|/ /
* | Update copyright headers to 2017Sammy Kaye Powers2017-01-022-2/+2
* | further normalizations, uint vs uint32_tAnatol Belski2016-11-261-8/+8
|/
* improve lib name guessing for newer libtidyAnatol Belski2016-11-091-5/+12
* show libtidy version in the info, if availableAnatol Belski2016-07-111-0/+3
* fix config.w32 for new libtidy supportAnatol Belski2016-07-111-1/+6
* ext/tidy: work around a legacy libtidy bug in a test.Michael Orlitzky2016-07-111-7/+6
* ext/tidy: update the configuration file test to not inspect output.Michael Orlitzky2016-07-111-16/+5
* ext/tidy: fix expected test output with tidy-html5.Michael Orlitzky2016-07-111-3/+3
* ext/tidy: fix non-deterministic expected output in two tests.Michael Orlitzky2016-07-112-10/+10
* ext/tidy: fix DOCTYPE definitions in expected test output.Michael Orlitzky2016-07-114-9/+8
* ext/tidy: add support for the new tidy-html5 library.Michael Orlitzky2016-07-112-0/+13
* Merge branch 'throw-error-in-extensions'Aaron Piotrowski2016-07-051-1/+1
|\
| * 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-102-23/+53
| |\
| * | Convert E_ERROR to thrown Error in extensionsAaron Piotrowski2015-07-051-1/+2
* | | Fixed the UTF-8 and long path support in the streams on Windows.Anatol Belski2016-06-202-0/+19
| |/ |/|
* | Move semicolon into TSRMLS_CACHE_EXTERN/DEFINENikita Popov2016-03-032-2/+2
* | Merge branch 'PHP-5.6' into PHP-7.0Lior Kaplan2016-01-012-2/+2
|\ \
| * | Happy new year (Update copyright to 2016)Lior Kaplan2016-01-012-2/+2
| * | bump yearXinchen Hui2015-01-152-2/+2
* | | Fixed incorrect usage of HASH_OF() macro. Replaced HASH_OF() with more approp...Dmitry Stogov2015-09-241-1/+1
* | | more range checks in ext/tidyAnatol Belski2015-08-261-3/+13
* | | add range checks to ext/tidyAnatol Belski2015-08-261-6/+31