summaryrefslogtreecommitdiff
path: root/ext/standard/html.c
Commit message (Expand)AuthorAgeFilesLines
* - 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
* - Fix the fix :)Moriyoshi Koizumi2005-01-111-4/+4
* - Fix htmlentities() / html_decode_entity() UTF-8 related bugsMoriyoshi Koizumi2005-01-111-33/+32
* - Fix outside-source-tree builds. Always include generated header filesfoobar2005-01-091-1/+1
* - Fix bug #29199 (html_entity_decode() misbehaves with UTF-8)Moriyoshi Koizumi2004-07-191-5/+6
* add missing breakWez Furlong2004-07-131-0/+1
* - MFH: Fix for bug #28042 (greek letters in html to entitity mapping notDerick Rethans2004-04-171-4/+4
* Fixed bug #27505 (htmlentities() does not handle BIG5 correctly).Ilia Alshanetsky2004-03-061-2/+2
* - A belated happy holidays and PHP 5Andi Gutmans2004-01-081-2/+2
* - Test before commit - test before commitDerick Rethans2003-12-101-1/+1
* - Added support for MacRoman encoding to htmlentities(). (Marcus Bointon)Derick Rethans2003-12-101-0/+43
* Missing '&' in the result of get_html_translation_table()Moriyoshi Koizumi2003-10-211-1/+3
* Fix for the fix for #25707Moriyoshi Koizumi2003-10-021-9/+17
* Add support for hexadecimal-style numeric entities (&#x..;)Moriyoshi Koizumi2003-10-021-1/+5
* Drop multibyte character support in html_entity_decode().Moriyoshi Koizumi2003-10-021-4/+27
* Fixed bug #25707 (html_entity_decode over-decodes <)Moriyoshi Koizumi2003-10-021-38/+52
* updating license information in the headers.James Cox2003-06-101-3/+3
* Added missing breakMoriyoshi Koizumi2003-05-081-0/+1
* Added "€" support for htmlentities() and html_entity_decode()Moriyoshi Koizumi2003-05-081-0/+5
* I should have tested more carefully..Moriyoshi Koizumi2003-05-081-7/+9
* Improved html_entity_decode() so it can handle multibyte charsets andMoriyoshi Koizumi2003-05-081-5/+126
* Added links to HTML entity resourcesMoriyoshi Koizumi2003-05-051-0/+9
* Fixed bug #23449Moriyoshi Koizumi2003-05-021-42/+46
* Fix compiler error on null statement in switchDavid Hill2003-04-241-0/+1
* MFB: &039; which is a single-quote may also come in as &39;Rasmus Lerdorf2003-04-221-0/+1
* Fixed bug #22834 (compile failure due to ugly implicit casts)Moriyoshi Koizumi2003-03-241-0/+2
* Added koi8-r, cp866, and cp1251 support for htmlentitiesMoriyoshi Koizumi2003-03-241-1/+97
* wrong place.Stefan Esser2003-03-081-1/+0
* fixing memory leakStefan Esser2003-03-081-0/+1
* 64-bit correction to variables passed to zend_parse_parametersDavid Hill2003-03-061-2/+3
* int/long change.Ilia Alshanetsky2003-02-221-3/+3
* zend_error -> php_error_docref.Ilia Alshanetsky2003-01-241-1/+1
* Modified for NetWare.Anantha Kesari H Y2003-01-031-0/+2
* Fixed bug #21338 (crash inside html_entity_decode() when "" is passed).Ilia Alshanetsky2003-01-021-1/+4
* Bump year.Sebastian Bergmann2002-12-311-1/+1
* Fixed misspelling of the Greek letter lambda,Ilia Alshanetsky2002-12-121-1/+1
* Fixed bug #20934 (htmlspecialchars returns latin1 from UTF-8)Moriyoshi Koizumi2002-12-121-3/+2
* Fix Win32 build.Sebastian Bergmann2002-11-161-0/+4
* Include php_config.h for HAVE_MBSTRINGMoriyoshi Koizumi2002-11-151-0/+1
* Added support for windows code pages.Moriyoshi Koizumi2002-11-111-0/+4
* WSMoriyoshi Koizumi2002-11-111-4/+4