summaryrefslogtreecommitdiff
path: root/ext/standard/html.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* - 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