| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | updating license information in the headers. | James Cox | 2003-06-10 | 1 | -3/+3 |
| | | |||||
| * | Added missing break | Moriyoshi Koizumi | 2003-05-08 | 1 | -0/+1 |
| | | |||||
| * | Added "€" support for htmlentities() and html_entity_decode() | Moriyoshi Koizumi | 2003-05-08 | 1 | -0/+5 |
| | | |||||
| * | I should have tested more carefully.. | Moriyoshi Koizumi | 2003-05-08 | 1 | -7/+9 |
| | | |||||
| * | Improved html_entity_decode() so it can handle multibyte charsets and | Moriyoshi Koizumi | 2003-05-08 | 1 | -5/+126 |
| | | | | | | numeric entities. | ||||
| * | Added links to HTML entity resources | Moriyoshi Koizumi | 2003-05-05 | 1 | -0/+9 |
| | | |||||
| * | Fixed bug #23449 | Moriyoshi Koizumi | 2003-05-02 | 1 | -42/+46 |
| | | |||||
| * | Fix compiler error on null statement in switch | David Hill | 2003-04-24 | 1 | -0/+1 |
| | | |||||
| * | MFB: &039; which is a single-quote may also come in as &39; | Rasmus Lerdorf | 2003-04-22 | 1 | -0/+1 |
| | | | | | | I see no reason not to support both in html_entity_decode() | ||||
| * | Fixed bug #22834 (compile failure due to ugly implicit casts) | Moriyoshi Koizumi | 2003-03-24 | 1 | -0/+2 |
| | | |||||
| * | Added koi8-r, cp866, and cp1251 support for htmlentities | Moriyoshi Koizumi | 2003-03-24 | 1 | -1/+97 |
| | | |||||
| * | wrong place. | Stefan Esser | 2003-03-08 | 1 | -1/+0 |
| | | |||||
| * | fixing memory leak | Stefan Esser | 2003-03-08 | 1 | -0/+1 |
| | | |||||
| * | 64-bit correction to variables passed to zend_parse_parameters | David Hill | 2003-03-06 | 1 | -2/+3 |
| | | | | | | @64-bit correction to variables passed to zend_parse_parameters (Dave) | ||||
| * | int/long change. | Ilia Alshanetsky | 2003-02-22 | 1 | -3/+3 |
| | | |||||
| * | zend_error -> php_error_docref. | Ilia Alshanetsky | 2003-01-24 | 1 | -1/+1 |
| | | |||||
| * | Modified for NetWare. | Anantha Kesari H Y | 2003-01-03 | 1 | -0/+2 |
| | | |||||
| * | Fixed bug #21338 (crash inside html_entity_decode() when "" is passed). | Ilia Alshanetsky | 2003-01-02 | 1 | -1/+4 |
| | | | | | | Added test case for the bug. | ||||
| * | Bump year. | Sebastian Bergmann | 2002-12-31 | 1 | -1/+1 |
| | | |||||
| * | Fixed misspelling of the Greek letter lambda, | Ilia Alshanetsky | 2002-12-12 | 1 | -1/+1 |
| | | | | | | noticed by jmartin-php@notamusica.com. | ||||
| * | Fixed bug #20934 (htmlspecialchars returns latin1 from UTF-8) | Moriyoshi Koizumi | 2002-12-12 | 1 | -3/+2 |
| | | |||||
| * | Fix Win32 build. | Sebastian Bergmann | 2002-11-16 | 1 | -0/+4 |
| | | |||||
| * | Include php_config.h for HAVE_MBSTRING | Moriyoshi Koizumi | 2002-11-15 | 1 | -0/+1 |
| | | |||||
| * | Added support for windows code pages. | Moriyoshi Koizumi | 2002-11-11 | 1 | -0/+4 |
| | | |||||
| * | WS | Moriyoshi Koizumi | 2002-11-11 | 1 | -4/+4 |
| | | |||||
| * | WS fix | Moriyoshi Koizumi | 2002-10-29 | 1 | -7/+6 |
| | | |||||
| * | Fix build if mbstring is enabled as shared extension. | Moriyoshi Koizumi | 2002-10-25 | 1 | -55/+87 |
| | | |||||
| * | Improved determine_charset() to look up SG(default_charset) value | Moriyoshi Koizumi | 2002-10-24 | 1 | -31/+31 |
| | | |||||
| * | Fixed ISO-8859-1 handling. | Moriyoshi Koizumi | 2002-10-24 | 1 | -0/+3 |
| | | |||||
| * | Added € support to cp1252 table | Moriyoshi Koizumi | 2002-10-24 | 1 | -1/+1 |
| | | |||||
| * | fix warning | Marcus Boerger | 2002-10-23 | 1 | -1/+1 |
| | | |||||
| * | Improved determine_charset() to use mbstring.internal_encoding when the last | Moriyoshi Koizumi | 2002-10-22 | 1 | -0/+35 |
| | | | | | | | param is a null string. (If the param is omitted, it takes iso-8859-1 as the default charset in favour of backwards compatibility.) | ||||
| * | few ws fixes. | Andrey Hristov | 2002-10-03 | 1 | -33/+23 |
| | | |||||
| * | Fix ZTS build. | Sebastian Bergmann | 2002-09-26 | 1 | -7/+7 |
| | | |||||
| * | Emit a warning when an unsupported charset is requested in htmlentities. | Wez Furlong | 2002-09-26 | 1 | -2/+10 |
| | | | | | | Fixed #18521. | ||||
| * | Fix for #19570: last character in translation table is omitted. | Wez Furlong | 2002-09-24 | 1 | -1/+1 |
| | | |||||
| * | Description didn't match the function here | Rasmus Lerdorf | 2002-08-28 | 1 | -1/+1 |
| | | |||||
| * | WS | Wez Furlong | 2002-08-25 | 1 | -25/+25 |
| | | |||||
| * | Unify error messages | Derick Rethans | 2002-07-08 | 1 | -1/+2 |
| | | |||||
| * | Make sure len is defined here | Rasmus Lerdorf | 2002-06-03 | 1 | -1/+2 |
| | | |||||
| * | Add support for remaining entities in HTML 4 for the UTF-8 encoding in | Wez Furlong | 2002-05-05 | 1 | -3/+169 |
| | | | | | | | | | | htmlentities/htmlspecial chars. This is a fix for for #17008. # I would *really* appreciate it if someone with a good eye could verify # that all the entities are there and are correctly numbered; I've checked # it three times, but it's best to be sure. | ||||
| * | fixed possible bufferoverflow in get_next_char | Stefan Esser | 2002-03-16 | 1 | -19/+34 |
| | | | | | | | | | malformed input to htmlentities/htmlspecialchars with utf-8 encoding crashed the server ex: htmlentities("\xfd...(30times)", ENT_NOQUOTES, "utf-8"); | ||||
| * | This should help with some build problems/warnings under win32. | Wez Furlong | 2002-03-16 | 1 | -4/+3 |
| | | | | | | | | Someone still needs to add the streams.c file to the MSVC project/workspace though (there are so many that I don't really know what I am doing :-). | ||||
| * | * formatting, plus remove some old fopen wrappers | Wez Furlong | 2002-03-16 | 1 | -12/+12 |
| | | |||||
| * | New PHP streams... | Wez Furlong | 2002-03-15 | 1 | -48/+150 |
| | | |||||
| * | quelling a warning, and ensuring now undefined behavior | Dan Kalowsky | 2002-03-06 | 1 | -0/+4 |
| | | |||||
| * | Maintain headers. | Sebastian Bergmann | 2002-02-28 | 1 | -1/+1 |
| | | |||||
| * | Update headers. | Sebastian Bergmann | 2001-12-11 | 1 | -2/+2 |
| | | |||||
| * | Convert to use new parameter parsing API. | Andrei Zmievski | 2001-10-26 | 1 | -34/+11 |
| | | |||||
| * | Back-substitute for Z_* macro's. If it breaks some extension (the script ↵ | Jeroen van Wolffelaar | 2001-09-25 | 1 | -4/+4 |
| | | | | | isn't optimal, it parses for example var->zval.value incorrect) please let me know. | ||||
