| Commit message (Expand) | Author | Age | Files | Lines |
* | Bump year | Xinchen Hui | 2015-01-15 | 1 | -1/+1 |
* | Bump year | Xinchen Hui | 2014-01-03 | 1 | -1/+1 |
* | Reduce (some) compile noise of 'unused variable' and 'may be used uninitializ... | Christopher Jones | 2013-08-14 | 1 | -3/+3 |
* | Fix bug #64011 (get_html_translation_table()) | Gustavo Lopes | 2013-01-18 | 1 | -2/+2 |
* | Happy New Year | Xinchen Hui | 2013-01-01 | 1 | -1/+1 |
* | MFH: 7dcada1 for 5.4 | Gustavo André dos Santos Lopes | 2012-03-19 | 1 | -5/+13 |
* | - Fixed bug #61374: html_entity_decode tries to decode code points that don't | Gustavo André dos Santos Lopes | 2012-03-13 | 1 | -2/+3 |
* | - Merge r323056 (see bug #60965). | Gustavo André dos Santos Lopes | 2012-02-05 | 1 | -5/+12 |
* | - Year++ | Felipe Pena | 2012-01-01 | 1 | -1/+1 |
* | - Less GCC warnings; code less readable, yay! | Gustavo André dos Santos Lopes | 2011-08-31 | 1 | -6/+6 |
* | Eliminated compiler's warnings | Xinchen Hui | 2011-08-10 | 1 | -2/+2 |
* | - Elided unused argument in internal linkage function. | Gustavo André dos Santos Lopes | 2011-08-09 | 1 | -4/+3 |
* | - Fixed bug #54332 (trunk only, null pointer deref due to information loss on... | Gustavo André dos Santos Lopes | 2011-03-20 | 1 | -17/+15 |
* | - Fixed CHARSET_UNICODE_COMPAT (ISO-8859-1 is compatible in the relevant sense). | Gustavo André dos Santos Lopes | 2011-01-25 | 1 | -3/+15 |
* | - Year++ | Felipe Pena | 2011-01-01 | 1 | -1/+1 |
* | Removed compile time dependency from ext/mbstring | Dmitry Stogov | 2010-12-08 | 1 | -80/+3 |
* | Remove unused variables | Pierrick Charron | 2010-11-17 | 1 | -1/+0 |
* | - Fixed bug #49687 (utf8_decode vulnerabilities and deficiencies in the number | Gustavo André dos Santos Lopes | 2010-10-27 | 1 | -2/+14 |
* | Code cleanup & CS | Ilia Alshanetsky | 2010-10-25 | 1 | -7/+7 |
* | - Fixed uninitialized and 1 character short local variable. | Gustavo André dos Santos Lopes | 2010-10-24 | 1 | -1/+1 |
* | - Completed rewrite of html.c. Except for determine_charset, almost nothing | Gustavo André dos Santos Lopes | 2010-10-24 | 1 | -593/+980 |
* | - Fixed get_next_char(), used by htmlentities/htmlspecialchars, accepting | Gustavo André dos Santos Lopes | 2010-10-14 | 1 | -3/+3 |
* | - Added a 3rd parameter to get_html_translation_table. It now takes a charset | Gustavo André dos Santos Lopes | 2010-10-12 | 1 | -32/+63 |
* | - PHP uses a big endian representation when it converts the | Gustavo André dos Santos Lopes | 2010-10-11 | 1 | -13/+56 |
* | - Revamp of the decoding portion of html.c. | Gustavo André dos Santos Lopes | 2010-10-10 | 1 | -658/+475 |
* | - Fixed a typo in rev #304208 (24 instead of 34/'"'). | Gustavo André dos Santos Lopes | 2010-10-08 | 1 | -2/+2 |
* | - Fixed bug #53021 (In html_entity_decode, failure to convert numeric entitie... | Gustavo André dos Santos Lopes | 2010-10-08 | 1 | -6/+7 |
* | Fixed compiler warnings in the standard library | Kalle Sommer Nielsen | 2010-09-23 | 1 | -4/+5 |
* | Switch default_charset, if not specified, from ISO-8859-1 to UTF-8 | Rasmus Lerdorf | 2010-03-23 | 1 | -5/+5 |
* | - Forgot to commit this patch. Sorry. | Moriyoshi Koizumi | 2010-03-12 | 1 | -2/+2 |
* | sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.php | Sebastian Bergmann | 2010-01-03 | 1 | -1/+1 |
* | - Fix bug #46478 (htmlentities() uses obsolete mapping table for character | Moriyoshi Koizumi | 2009-12-22 | 1 | -19/+19 |
* | - Take account of surrogate pairs. | Moriyoshi Koizumi | 2009-12-07 | 1 | -0/+2 |
* | - Bug #49785: take 5. What the hell happened to me... | Moriyoshi Koizumi | 2009-10-13 | 1 | -12/+11 |
* | - Bug #49785: take 4 - typo. this flaw is unharmful since the return value of... | Moriyoshi Koizumi | 2009-10-12 | 1 | -1/+1 |
* | - A couple more fix for my previous fix. | Moriyoshi Koizumi | 2009-10-11 | 1 | -22/+46 |
* | - Fixed bug #49785 (insufficient input string validation of htmlspecialchars()). | Moriyoshi Koizumi | 2009-10-09 | 1 | -128/+103 |
* | MFH: Bump copyright year, 3 of 3. | Sebastian Bergmann | 2008-12-31 | 1 | -1/+1 |
* | MFH: Added ENT_IGNORE as a compatibility flag for htmlentities() and | Arnaud Le Blanc | 2008-11-26 | 1 | -0/+6 |
* | MFB 5.2 | Arnaud Le Blanc | 2008-11-26 | 1 | -0/+4 |
* | MFH: initialize optional vars | Arnaud Le Blanc | 2008-10-21 | 1 | -1/+1 |
* | - MFH: beware of signedness | Moriyoshi Koizumi | 2008-08-18 | 1 | -3/+3 |
* | MFH: Fixed bug #45581 (htmlspecialchars() double encoding &#x hex items) | Arnaud Le Blanc | 2008-08-10 | 1 | -3/+14 |
* | MFB: Fixed bug #44703 (htmlspecialchars() does not detect bad character set a... | Felipe Pena | 2008-04-11 | 1 | -1/+1 |
* | rm cruft | Stanislav Malyshev | 2008-01-29 | 1 | -1/+0 |
* | fix #43927 (koi8r is missing from html_entity_decode()) | Antony Dovgal | 2008-01-28 | 1 | -0/+1 |
* | Fix html_entity_decode when converting numeric html entities, the numeric val... | Scott MacVicar | 2008-01-25 | 1 | -2/+2 |
* | MFH: Bump copyright year, 2 of 2. | Sebastian Bergmann | 2007-12-31 | 1 | -1/+1 |
* | MFH:- Revert previous patch, it was correct to do this, error is logged if lo... | Jani Taskinen | 2007-12-11 | 1 | -1/+3 |
* | MFH: fix error displaying | Jani Taskinen | 2007-12-11 | 1 | -3/+1 |