summaryrefslogtreecommitdiff
path: root/ext/standard/html.c
Commit message (Expand)AuthorAgeFilesLines
...
| * 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
* - Revamp of the decoding portion of html.c.Gustavo André dos Santos Lopes2010-10-101-658/+475
* - Fixed a typo in rev #304208 (24 instead of 34/'"').Gustavo André dos Santos Lopes2010-10-081-2/+2
* - Fixed bug #53021 (In html_entity_decode, failure to convert numeric entitie...Gustavo André dos Santos Lopes2010-10-081-6/+7
* Fixed compiler warnings in the standard libraryKalle Sommer Nielsen2010-09-231-4/+5
* Switch default_charset, if not specified, from ISO-8859-1 to UTF-8Rasmus Lerdorf2010-03-231-5/+5
* - Forgot to commit this patch. Sorry.Moriyoshi Koizumi2010-03-121-2/+2
* sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.phpSebastian Bergmann2010-01-031-1/+1
* - Fix bug #46478 (htmlentities() uses obsolete mapping table for characterMoriyoshi Koizumi2009-12-221-19/+19
* - Take account of surrogate pairs.Moriyoshi Koizumi2009-12-071-0/+2
* - Bug #49785: take 5. What the hell happened to me...Moriyoshi Koizumi2009-10-131-12/+11
* - Bug #49785: take 4 - typo. this flaw is unharmful since the return value of...Moriyoshi Koizumi2009-10-121-1/+1
* - A couple more fix for my previous fix.Moriyoshi Koizumi2009-10-111-22/+46
* - Fixed bug #49785 (insufficient input string validation of htmlspecialchars()).Moriyoshi Koizumi2009-10-091-128/+103
* MFH: Bump copyright year, 3 of 3.Sebastian Bergmann2008-12-311-1/+1
* MFH: Added ENT_IGNORE as a compatibility flag for htmlentities() andArnaud Le Blanc2008-11-261-0/+6
* MFB 5.2Arnaud Le Blanc2008-11-261-0/+4
* MFH: initialize optional varsArnaud Le Blanc2008-10-211-1/+1
* - MFH: beware of signednessMoriyoshi Koizumi2008-08-181-3/+3
* MFH: Fixed bug #45581 (htmlspecialchars() double encoding &#x hex items)Arnaud Le Blanc2008-08-101-3/+14
* MFB: Fixed bug #44703 (htmlspecialchars() does not detect bad character set a...Felipe Pena2008-04-111-1/+1
* rm cruftStanislav Malyshev2008-01-291-1/+0