summaryrefslogtreecommitdiff
path: root/ext/standard/html.c
Commit message (Expand)AuthorAgeFilesLines
* MFH: Bump year.Sebastian Bergmann2002-12-311-1/+1
* MFHIlia Alshanetsky2002-12-121-1/+1
* MFH: Fixed bug #20934 (htmlspecialchars returns latin1 from UTF-8)Moriyoshi Koizumi2002-12-121-1/+1
* MFHSebastian Bergmann2002-11-161-0/+4
* MFHMoriyoshi Koizumi2002-11-151-0/+1
* Added support for windows code pages.Moriyoshi Koizumi2002-11-111-0/+4
* WSMoriyoshi Koizumi2002-11-111-4/+4
* WS fixMoriyoshi Koizumi2002-10-291-7/+6
* Fix build if mbstring is enabled as shared extension.Moriyoshi Koizumi2002-10-251-55/+87
* Improved determine_charset() to look up SG(default_charset) valueMoriyoshi Koizumi2002-10-241-31/+31
* Fixed ISO-8859-1 handling.Moriyoshi Koizumi2002-10-241-0/+3
* Added € support to cp1252 tableMoriyoshi Koizumi2002-10-241-1/+1
* fix warningMarcus Boerger2002-10-231-1/+1
* Improved determine_charset() to use mbstring.internal_encoding when the lastMoriyoshi Koizumi2002-10-221-0/+35
* few ws fixes.Andrey Hristov2002-10-031-33/+23
* Fix ZTS build.Sebastian Bergmann2002-09-261-7/+7
* Emit a warning when an unsupported charset is requested in htmlentities.Wez Furlong2002-09-261-2/+10
* Fix for #19570: last character in translation table is omitted.Wez Furlong2002-09-241-1/+1
* Description didn't match the function hereRasmus Lerdorf2002-08-281-1/+1
* WSWez Furlong2002-08-251-25/+25
* Unify error messagesDerick Rethans2002-07-081-1/+2
* Make sure len is defined hereRasmus Lerdorf2002-06-031-1/+2
* Add support for remaining entities in HTML 4 for the UTF-8 encoding inWez Furlong2002-05-051-3/+169
* fixed possible bufferoverflow in get_next_charStefan Esser2002-03-161-19/+34
* This should help with some build problems/warnings under win32.Wez Furlong2002-03-161-4/+3
* * formatting, plus remove some old fopen wrappersWez Furlong2002-03-161-12/+12
* New PHP streams...Wez Furlong2002-03-151-48/+150
* quelling a warning, and ensuring now undefined behaviorDan Kalowsky2002-03-061-0/+4
* Maintain headers.Sebastian Bergmann2002-02-281-1/+1
* Update headers.Sebastian Bergmann2001-12-111-2/+2
* Convert to use new parameter parsing API.Andrei Zmievski2001-10-261-34/+11
* Back-substitute for Z_* macro's. If it breaks some extension (the script isn'...Jeroen van Wolffelaar2001-09-251-4/+4
* Added support for japanese encoding to htmlentites() and htmlspecialchars()....Rui Hirokawa2001-09-151-1/+76
* - Don't wrap lines... this is annoying while coding.Derick Rethans2001-09-091-2/+2
* Fix htmlspecialchars problem.Wez Furlong2001-08-241-2/+3
* - Add support for chinese encodings to htmlentities/htmlspecialcharsWez Furlong2001-08-231-82/+113
* WhitespaceZeev Suraski2001-08-111-32/+32
* Fix probs on OpenBSD-current and RedHat 6.1Wez Furlong2001-08-081-1/+1
* (PHP nl_langinfo) Added function when provided by OSWez Furlong2001-07-041-31/+43
* Fix folding and clean up some extensionsRasmus Lerdorf2001-06-061-2/+17
* vim-6 does folding - clean up a bunch of missing folding tags plusRasmus Lerdorf2001-06-051-0/+1
* Fix compile warningWez Furlong2001-05-291-4/+4
* Added charset awareness to htmlentities() and htmlspecialchars(); use anWez Furlong2001-05-281-42/+316
* * Made ENT_* defines availabe to other functions.Andrei Zmievski2001-04-251-4/+0
* ws fixfoobar2001-03-021-14/+16
* - Fix copyright notices with 2001Andi Gutmans2001-02-261-1/+1
* fixed bug 7961Andre Langhorst2000-11-241-2/+4
* # missed proto commentsRasmus Lerdorf2000-09-121-2/+2
* Clean up htmlspecialchars/htmlentities inconsistencies.Rasmus Lerdorf2000-09-121-13/+33
* Remove single quote from HTMLSpecialChars() ... use addslashes(),Colin Viebrock2000-08-301-4/+0