summaryrefslogtreecommitdiff
path: root/ext/standard/html.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Merge mainstream 'master' branch into refactoringDmitry Stogov2014-04-261-0/+20
|\ \ | |/
| * Remove unneeded string copy.Yasuo Ohgaki2014-03-271-21/+14
| * Add default_charset handlingYasuo Ohgaki2014-03-201-6/+33
| * Implement RFC https://wiki.php.net/rfc/default_encodingYasuo Ohgaki2014-02-131-4/+4
* | Cleanup (2-nd round)Dmitry Stogov2014-04-151-4/+2
* | Cleanup (1-st round)Dmitry Stogov2014-04-151-3/+3
* | Fixed wrong size of key lengthXinchen Hui2014-02-241-3/+3
* | Use better data structures (incomplete)Dmitry Stogov2014-02-171-2/+2
* | Use better data structures (incomplete)Dmitry Stogov2014-02-131-48/+45
|/
* Bump yearXinchen Hui2014-01-031-1/+1
* Reduce (some) compile noise of 'unused variable' and 'may be used uninitializ...Christopher Jones2013-08-141-3/+3
* Fix bug #64011 (get_html_translation_table())Gustavo Lopes2013-01-181-2/+2
* Happy New YearXinchen Hui2013-01-011-1/+1