summaryrefslogtreecommitdiff
path: root/ext/standard/html.c
Commit message (Expand)AuthorAgeFilesLines
* Happy New Year~Xinchen Hui2013-01-011-1/+1
* Fix bug 61713 check also that mbstring's found any internal_encodingAnatoliy Belsky2012-05-081-11/+13
* Fix bug #61713 ext\standard\tests\strings\htmlentities10.phpt failsAnatoliy Belsky2012-05-081-1/+4
* - Year++Felipe Pena2012-01-011-1/+1
* warning: suggest parentheses around && within ||Xinchen Hui2011-11-251-2/+2
* - Year++Felipe Pena2011-01-011-1/+1
* - 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-29/+61
* - 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
* - 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
* fix #43927 (koi8r is missing from html_entity_decode())Antony Dovgal2008-01-281-0/+1
* Fix html_entity_decode when converting numeric html entities, the numeric val...Scott MacVicar2008-01-251-2/+2
* MFH: Bump copyright year, 2 of 2.Sebastian Bergmann2007-12-311-1/+1
* MFH:- Revert previous patch, it was correct to do this, error is logged if lo...Jani Taskinen2007-12-111-1/+3
* MFH: fix error displayingJani Taskinen2007-12-111-3/+1
* MFH:- Moved the old regex functions to own extension: eregJani Taskinen2007-10-051-1/+0
* MFB do not accept partial multibyte sequences in html* functionsStanislav Malyshev2007-10-031-10/+44
* fix handling of && by htmlentities 'no-double-encode'Nuno Lopes2007-05-271-1/+1
* fix the new 'no-double-encoding' feature of htmlspecialchars() (the length f...Nuno Lopes2007-05-271-1/+1
* Allow skipping hint_charset (fixes ext/standard/tests/strings/htmlentities18....Hannes Magnusson2007-05-251-1/+1
* Update proto&arginfo for double_encode in htmlspecialchars()&htmlentities()Hannes Magnusson2007-05-221-2/+2
* [DOC] Added a 4th parameter flag to htmlspecialchars() and htmlentities()Ilia Alshanetsky2007-05-221-6/+36
* snprintf() -> slprintf()Ilia Alshanetsky2007-02-271-1/+1
* Eliminate strncpy() and simplify codeIlia Alshanetsky2007-02-241-6/+4
* Use strlcpy() rather then strcpy()Ilia Alshanetsky2007-02-211-1/+1
* MFHAntony Dovgal2007-01-181-1/+1
* MFH: Bump year.Sebastian Bergmann2007-01-011-1/+1
* MFHAntony Dovgal2006-12-211-2/+6
* Added missing boundary checks.Ilia Alshanetsky2006-11-011-2/+8
* protosHannes Magnusson2006-10-021-1/+1
* MFH: don't try to use "auto", "none" and "pass" charsets returned from mbstringAntony Dovgal2006-08-151-0/+9
* MFH - binary safety patch from MoriyoshiRasmus Lerdorf2006-02-251-1/+1
* bump year and license versionfoobar2006-01-011-3/+3
* - Bumber up yearfoobar2005-08-031-1/+1