summaryrefslogtreecommitdiff
path: root/ext/tidy
Commit message (Expand)AuthorAgeFilesLines
* 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
* | cleanup mod version macros and mod defs, round xAnatol Belski2015-03-232-4/+5
* | made ZEND_TSRMLS_CACHE_* macros look like function callsAnatol Belski2015-02-162-3/+3
* | fix int to pointer castAnatol Belski2015-02-121-1/+1
* | fix data typeAnatol Belski2015-02-041-1/+1
* | Move zend_object->guards into additional slot of zend_object->properties_tabl...Dmitry Stogov2015-02-041-1/+1
* | bump yearXinchen Hui2015-01-152-2/+2
* | trailing whitespace removalStanislav Malyshev2015-01-101-27/+27
* | Micro optimaztion (yeah, I know compiler supposed to do that)Xinchen Hui2014-12-221-2/+2
* | first shot remove TSRMLS_* thingsAnatol Belski2014-12-131-106/+105
* | Merge remote-tracking branch 'origin/master' into native-tlsAnatol Belski2014-12-131-1/+1
|\ \
| * | Removed ZEND_ACC_FINAL_CLASS which is unnecessary. This also fixed some curre...Guilherme Blanco2014-12-121-1/+1
* | | Merge remote-tracking branch 'origin/master' into native-tlsAnatol Belski2014-10-241-1/+3
|\ \ \ | |/ /
| * | Fixed zval copyingXinchen Hui2014-10-221-1/+3
* | | fix arg order, CFLAGS is the fifth arg in m4Anatol Belski2014-10-171-1/+1
* | | moved tidy to use static tsrmls pointerAnatol Belski2014-10-164-2/+13
* | | bring back all the TSRMLS_FETCH() stuffAnatol Belski2014-10-151-0/+2
* | | Merge remote-tracking branch 'origin/master' into native-tlsAnatol Belski2014-10-011-108/+0
|\ \ \ | |/ /
| * | removed *.dsw and *.dsp filesAnatol Belski2014-09-281-108/+0
* | | cleanup TSRMLS_FETCHAnatol Belski2014-09-261-1/+0