summaryrefslogtreecommitdiff
path: root/ext/tidy
Commit message (Expand)AuthorAgeFilesLines
* Remove yearly range from copyright noticeZeev Suraski2019-01-302-2/+2
* Merge branch 'PHP-7.3'Anatol Belski2018-12-091-1/+1
|\
| * Merge branch 'PHP-7.2' into PHP-7.3Anatol Belski2018-12-091-1/+1
| |\
| | * Fix syntax errorAnatol Belski2018-12-091-1/+1
* | | Merge branch 'PHP-7.3'Anatol Belski2018-12-092-261/+167
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.2' into PHP-7.3Anatol Belski2018-12-092-261/+167
| |\ \ | | |/
| | * Fix libtidy exports when ext/tidy compiled staticAnatol Belski2018-12-092-261/+167
* | | Add TIDY_TAG_* constants supported by libtidy 5Christoph M. Becker2018-10-271-0/+30
* | | Merge branch 'PHP-7.3'Christoph M. Becker2018-10-171-0/+1
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.2' into PHP-7.3Christoph M. Becker2018-10-171-0/+1
| |\ \ | | |/
| | * Merge branch 'PHP-7.1' into PHP-7.2Christoph M. Becker2018-10-171-0/+1
| | |\
| | | * Fix #77027: tidy::getOptDoc() not available on WindowsChristoph M. Becker2018-10-171-0/+1
| | | * Sync leading and final newlines in *.phpt sectionsPeter Kokot2018-10-1511-11/+10
| | | * Trim trailing whitespace in *.phptPeter Kokot2018-10-1418-24/+24
| | | * Sync leading and final newlines in source code filesPeter Kokot2018-10-143-3/+1
| | | * Trim trailing whitespace in source code filesPeter Kokot2018-10-135-36/+36
| | * | Sync leading and final newlines in *.phpt sectionsPeter Kokot2018-10-1511-11/+10
| | * | Trim trailing whitespace in *.phptPeter Kokot2018-10-1418-24/+24
| | * | Sync leading and final newlines in source code filesPeter Kokot2018-10-143-3/+1
| | * | Trim trailing whitespace in source code filesPeter Kokot2018-10-135-36/+36
| * | | Sync leading and final newlines in *.phpt sectionsPeter Kokot2018-10-1511-11/+10
| * | | Trim trailing whitespace in *.phptPeter Kokot2018-10-1417-23/+23
| * | | Sync leading and final newlines in source code filesPeter Kokot2018-10-141-1/+0
* | | | Sync leading and final newlines in *.phpt sectionsPeter Kokot2018-10-1511-11/+10
* | | | Trim trailing whitespace in testsGabriel Caruso2018-10-1417-23/+23
* | | | Sync leading and final newlines in source code filesPeter Kokot2018-10-141-1/+0
* | | | Squashed commit of the following:Dmitry Stogov2018-09-111-2/+2
|/ / /
* | | 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