summaryrefslogtreecommitdiff
path: root/ext/standard/html.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* MFH: 7dcada1 for 5.4Gustavo André dos Santos Lopes2012-03-191-5/+13
* - Fixed bug #61374: html_entity_decode tries to decode code points that don'tGustavo André dos Santos Lopes2012-03-131-2/+3
* - Merge r323056 (see bug #60965).Gustavo André dos Santos Lopes2012-02-051-5/+12
* - Year++Felipe Pena2012-01-011-1/+1
* - Less GCC warnings; code less readable, yay!Gustavo André dos Santos Lopes2011-08-311-6/+6
* Eliminated compiler's warningsXinchen Hui2011-08-101-2/+2
* - Elided unused argument in internal linkage function.Gustavo André dos Santos Lopes2011-08-091-4/+3
* - Fixed bug #54332 (trunk only, null pointer deref due to information loss on...Gustavo André dos Santos Lopes2011-03-201-17/+15
* - Fixed CHARSET_UNICODE_COMPAT (ISO-8859-1 is compatible in the relevant sense).Gustavo André dos Santos Lopes2011-01-251-3/+15
* - Year++Felipe Pena2011-01-011-1/+1
* Removed compile time dependency from ext/mbstringDmitry Stogov2010-12-081-80/+3
* Remove unused variablesPierrick Charron2010-11-171-1/+0
* - Fixed bug #49687 (utf8_decode vulnerabilities and deficiencies in the numberGustavo André dos Santos Lopes2010-10-271-2/+14
* Code cleanup & CSIlia Alshanetsky2010-10-251-7/+7
* - Fixed uninitialized and 1 character short local variable.Gustavo André dos Santos Lopes2010-10-241-1/+1
* - Completed rewrite of html.c. Except for determine_charset, almost nothingGustavo André dos Santos Lopes2010-10-241-593/+980
* - Fixed get_next_char(), used by htmlentities/htmlspecialchars, acceptingGustavo André dos Santos Lopes2010-10-141-3/+3
* - Added a 3rd parameter to get_html_translation_table. It now takes a charsetGustavo André dos Santos Lopes2010-10-121-32/+63
* - PHP uses a big endian representation when it converts theGustavo André dos Santos Lopes2010-10-111-13/+56