summaryrefslogtreecommitdiff
path: root/ext/standard/html.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* Netware also uses autoconf based config nowfoobar2005-06-301-2/+0
* Mark pointers in entity tables as const.Joe Orton2005-05-111-1/+1
* - Fixed bug #29119 (html_decode_entities handling of U+0152-U+0192 range)Joe Orton2005-05-111-3/+3
* Fixed bug #32608 (html_entity_decode() converts single quotes even ifIlia Alshanetsky2005-05-011-1/+5
* Fix /*-within-comment warning from GCC.Joe Orton2005-03-101-1/+1
* - MF43: Fixed bug #28067 (partially incorrect utf8 to htmlentities mapping).Derick Rethans2005-03-091-20/+18
* Improve the performance of htmlspecialchars_decode() by 20-30%.Ilia Alshanetsky2005-03-081-24/+45
* Added htmlspecialchars_decode() function for fast conversion fromIlia Alshanetsky2005-03-071-0/+51
* Make html_entity_decode() 15-20% faster by avoiding pointless stringIlia Alshanetsky2005-03-061-7/+11