summaryrefslogtreecommitdiff
path: root/ext/tidy
Commit message (Expand)AuthorAgeFilesLines
* 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.2' into PHP-7.3Anatol Belski2018-12-092-261/+167
|\ \ | |/
| * Fix libtidy exports when ext/tidy compiled staticAnatol Belski2018-12-092-261/+167
* | 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
* | | 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