summaryrefslogtreecommitdiff
path: root/ext/tidy
Commit message (Expand)AuthorAgeFilesLines
* Fix syntax errorAnatol Belski2018-12-091-1/+1
* Fix libtidy exports when ext/tidy compiled staticAnatol Belski2018-12-092-261/+167
* 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
* | 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
* | 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
* | | Removed dead codeJulien Pauli2015-08-171-1/+0
* | | switch to the unified globals accessor where appropriateAnatol Belski2015-07-291-6/+3
* | | More warning fixesNikita Popov2015-07-171-2/+1
| |/ |/|
* | Use ZSTR_ API to access zend_string elements (this is just renaming without s...Dmitry Stogov2015-06-301-18/+18
* | Improved zend_string API (Francois Laupretre)Dmitry Stogov2015-06-291-2/+2
* | Update exception names in tests after formatting changes.Aaron Piotrowski2015-05-171-1/+1
* | Tweak uncaught exception message displayNikita Popov2015-05-171-1/+1
* | Display EngineExceptions like ordinary exceptionsNikita Popov2015-05-151-1/+4
* | Avoid reallocationDmitry Stogov2015-04-071-7/+4
* | Deprecate PHP 4 constructorsAndrea Faulds2015-03-311-2/+2