summaryrefslogtreecommitdiff
path: root/ext/standard/html.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'PHP-7.1' into PHP-7.2Christoph M. Becker2018-07-151-2/+1
|\
| * Fix #73817: Incorrect entries in get_html_translation_tableChristoph M. Becker2018-07-151-2/+1
| * year++Xinchen Hui2018-01-021-1/+1
* | year++Xinchen Hui2018-01-021-1/+1
* | Avoid string reallocations in html_entity_decode() and htmlspecialchars_decode()Dmitry Stogov2017-06-061-21/+16
* | Merge branch 'PHP-7.1'Xinchen Hui2017-04-101-1/+1
|\ \ | |/
| * Merge branch 'PHP-7.0' into PHP-7.1Xinchen Hui2017-04-101-1/+1
| |\
| | * Fixed condition checkXinchen Hui2017-04-101-1/+1
| | * Update copyright headers to 2017Sammy Kaye Powers2017-01-041-1/+1
| | * More int->size_t and string overflow fixesStanislav Malyshev2016-11-051-5/+1
| * | Update copyright headers to 2017Sammy Kaye Powers2017-01-041-1/+1
* | | Update copyright headers to 2017Sammy Kaye Powers2017-01-021-1/+1
* | | Use new param API in standardSara Golemon2016-12-301-7/+11
|/ /
* | Merge branch 'PHP-7.0' into PHP-7.1Stanislav Malyshev2016-11-051-5/+1
|\ \
| * | More int->size_t and string overflow fixesStanislav Malyshev2016-11-051-5/+1
| |/
* | Merge branch 'PHP-7.0' into PHP-7.1Andrea Faulds2016-09-111-13/+0
|\ \ | |/
| * Remove zpp fallback code (always use Fast ZPP)Andrea Faulds2016-09-111-13/+0
* | 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-1/+1
| |/
* | Regenerated html_tables.h to fix compilation warningsDmitry Stogov2016-06-221-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
| * fix copypaste errorStanislav Malyshev2014-11-111-1/+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-1/+1
* | apply a patchMasaki Kagaya2015-04-141-4/+4
* | Improved table searchDmitry Stogov2015-03-111-2/+3
* | fix warningsMichael Wallner2015-01-301-3/+3
* | bump yearXinchen Hui2015-01-151-1/+1
* | trailing whitespace removalStanislav Malyshev2015-01-101-23/+23
* | first shot remove TSRMLS_* thingsAnatol Belski2014-12-131-21/+21
* | fix datatype mismatchesAnatol Belski2014-10-231-4/+4
* | updated the comment to charset_hintAnatol Belski2014-09-191-1/+2
* | s/PHP 5/PHP 7/Johannes Schlüter2014-09-191-1/+1
* | there can be only one ... of the identical expressionsAnatol Belski2014-09-191-1/+0
* | first show to make 's' work with size_tAnatol Belski2014-08-271-2/+2
* | Unused variableXinchen Hui2014-08-261-1/+0
* | master renames phase 6Anatol Belski2014-08-251-1/+1
* | master renames phase 3Anatol Belski2014-08-251-1/+1
* | master renames phase 1Anatol Belski2014-08-251-30/+30
* | yet more fixes to zppAnatol Belski2014-08-201-7/+7
* | some more pure naming replacementsAnatol Belski2014-08-171-2/+2
* | further fixes on coreAnatol Belski2014-08-161-1/+1
* | fix set_time_limit, substr and some moreAnatol Belski2014-08-161-4/+6
* | fix some cases with fast zppAnatol Belski2014-08-161-15/+13
* | fix macros in the 5 basic extensionsAnatol Belski2014-08-161-12/+12
* | Fast parameter parsing APIDmitry Stogov2014-07-111-0/+19
* | Merge branch 'master' into refactoring2Dmitry Stogov2014-05-051-2/+2
|\ \ | |/
| * fixed ZEND_DEBUG usageAnatol Belski2014-05-051-2/+2