summaryrefslogtreecommitdiff
path: root/ext/tidy/tidy.c
Commit message (Expand)AuthorAgeFilesLines
* Use RETURN_THROWS() after zend_parse_method_parameters()Máté Kocsis2020-01-021-2/+2
* Use RETURN_THROWS() during ZPP in most of the extensionsMáté Kocsis2019-12-311-10/+10
* Remove mention of PHP major version in Copyright headersGabriel Caruso2019-09-251-2/+0
* Just return on ZPP exceptionChristoph M. Becker2019-09-221-10/+10
* Remove unused parameterChristoph M. Becker2019-09-221-2/+3
* Add ext/tidy stubsChristoph M. Becker2019-09-221-158/+31
* Properly use zend_parse_method_parameters()Christoph M. Becker2019-09-221-29/+9
* Merge branch 'PHP-7.4'Nikita Popov2019-06-191-1/+5
|\
| * Fix various instances of memcpy null ubNikita Popov2019-06-191-1/+5
* | Indicate that tidy's object methods expect 0 argsTyson Andre2019-02-191-22/+25
* | Merge branch 'PHP-7.4'Nikita Popov2019-02-181-5/+13
|\ \ | |/
| * Fix arginfo for tidy's global functionsTyson Andre2019-02-181-5/+13
* | Refactor zend_object_handlers API to pass zend_object* and zend_string* inste...Dmitry Stogov2019-02-041-6/+6
|/
* Remove local variablesPeter Kokot2019-02-031-9/+0
* Remove yearly range from copyright noticeZeev Suraski2019-01-301-1/+1
* Add TIDY_TAG_* constants supported by libtidy 5Christoph M. Becker2018-10-271-0/+30
* Fix arginfo for tidy::__construct()Tyson Andre2018-08-131-1/+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
* 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
* Tidy extension update to be able to either use tidy or tidyp at configure timeDavid Carlier2018-01-251-0/+12
* year++Xinchen Hui2018-01-021-1/+1
* 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
* Update copyright headers to 2017Sammy Kaye Powers2017-01-021-1/+1
* further normalizations, uint vs uint32_tAnatol Belski2016-11-261-8/+8
* show libtidy version in the info, if availableAnatol Belski2016-07-111-0/+3
* ext/tidy: add support for the new tidy-html5 library.Michael Orlitzky2016-07-111-0/+5
* 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-101-15/+48
|\
| * Move semicolon into TSRMLS_CACHE_EXTERN/DEFINENikita Popov2016-03-031-1/+1
| * Merge branch 'PHP-5.6' into PHP-7.0Lior Kaplan2016-01-011-1/+1
| |\
| | * Happy new year (Update copyright to 2016)Lior Kaplan2016-01-011-1/+1
| | * bump yearXinchen Hui2015-01-151-1/+1
| * | 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
| * | More warning fixesNikita Popov2015-07-171-2/+1
* | | Convert E_ERROR to thrown Error in extensionsAaron Piotrowski2015-07-051-1/+2
|/ /
* | 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
* | Avoid reallocationDmitry Stogov2015-04-071-7/+4
* | cleanup mod version macros and mod defs, round xAnatol Belski2015-03-231-4/+2