#
dd5d1b2b |
| 08-Oct-2010 |
Gustavo André dos Santos Lopes |
- Fixed a typo in rev #304208 (24 instead of 34/'"'). - Improved the test bug53021.phpt to reflect other fixes in rev #304208. - Updated NEWS to reflect other fixes in rev #304208.
|
#
485a0943 |
| 08-Oct-2010 |
Gustavo André dos Santos Lopes |
- Fixed bug #53021 (In html_entity_decode, failure to convert numeric entities with ENT_NOQUOTES and ISO-8859-1).
|
#
df428304 |
| 08-Oct-2010 |
Gustavo André dos Santos Lopes |
- Fixed bug #53021 (In html_entity_decode, failure to convert numeric entities with ENT_NOQUOTES and ISO-8859-1).
|
#
cb500110 |
| 23-Sep-2010 |
Kalle Sommer Nielsen |
Fixed compiler warnings in the standard library
|
Revision tags: oci8-1.4.3, php-5.2.14, php-5.3.3, php-5.3.3RC3, php-5.2.14RC3, php-5.3.3RC2, php-5.2.14RC2, php-5.3.3RC1, php-5.2.14RC1 |
|
#
906dd4ea |
| 23-Mar-2010 |
Rasmus Lerdorf |
Switch default_charset, if not specified, from ISO-8859-1 to UTF-8 I have been wanting to make this change for years, but there is a small chance of BC issues, so it shouldn't go into a minor
Switch default_charset, if not specified, from ISO-8859-1 to UTF-8 I have been wanting to make this change for years, but there is a small chance of BC issues, so it shouldn't go into a minor release.
show more ...
|
#
73ba4956 |
| 12-Mar-2010 |
Moriyoshi Koizumi |
- Forgot to commit this patch. Sorry.
|
Revision tags: php-5.3.2, php-5.2.13, php-5.3.2RC3, php-5.3.2RC2, php-5.2.13RC2, php-5.2.13RC1 |
|
#
9ba1e816 |
| 03-Jan-2010 |
Sebastian Bergmann |
sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.php
|
Revision tags: php-5.3.2RC1 |
|
#
7d9a7dba |
| 22-Dec-2009 |
Moriyoshi Koizumi |
- Fix bug #46478 (htmlentities() uses obsolete mapping table for character entity references)
|
Revision tags: php-5.2.12, php-5.2.12RC4 |
|
#
413196c5 |
| 07-Dec-2009 |
Moriyoshi Koizumi |
- Take account of surrogate pairs.
|
Revision tags: php-5.2.12RC3, php-5.2.12RC2, php-5.3.1, php-5.3.1RC4, php-5.2.12RC1, php-5.3.1RC3, php-5.3.1RC2 |
|
#
20737bac |
| 13-Oct-2009 |
Moriyoshi Koizumi |
- Bug #49785: take 5. What the hell happened to me...
|
#
884cf3f1 |
| 12-Oct-2009 |
Moriyoshi Koizumi |
- Bug #49785: take 4 - typo. this flaw is unharmful since the return value of get_next_char() is only used when UTF-8 is specified to the third argument.
|
#
1835a63d |
| 11-Oct-2009 |
Moriyoshi Koizumi |
- A couple more fix for my previous fix. (one of the fix by Arnaud Le Blanc. Thanks!)
|
#
9d198664 |
| 09-Oct-2009 |
Moriyoshi Koizumi |
- Fixed bug #49785 (insufficient input string validation of htmlspecialchars()).
|
Revision tags: oci8-1.4.0, php-5.2.11, php-5.2.11RC3, php-5.3.1RC1, php-5.2.11RC2, php-5.2.11RC1, php-5.3.0, php-5.3.0RC4, php-5.2.10, php-5.2.10RC2, php-5.3.0RC3, php-5.2.10RC1, php-5.3.0RC2, php-5.3.0RC1, RELEASE_1_3_5, php-5.2.9, php-5.2.9RC3, php-5.2.9RC2, php-5.2.9RC1, php-5.3.0beta1 |
|
#
08659c2d |
| 31-Dec-2008 |
Sebastian Bergmann |
MFH: Bump copyright year, 3 of 3.
|
Revision tags: NEWS, php-5.2.8, BEFORE_HEAD_NS_CHANGES_MERGE, php-5.3.0alpha3, php-5.3.0alpha2, php-5.2.7, php-5.2.7RC5 |
|
#
18794add |
| 26-Nov-2008 |
Arnaud Le Blanc |
MFH: Added ENT_IGNORE as a compatibility flag for htmlentities() and htmlspecialchars() to skip multibyte sequences intead of returning an empty string (as iconv's //IGNORE). These functions
MFH: Added ENT_IGNORE as a compatibility flag for htmlentities() and htmlspecialchars() to skip multibyte sequences intead of returning an empty string (as iconv's //IGNORE). These functions will still never return an invalid or incomplete multibyte sequence. Fixes #43896
show more ...
|
#
a05edaf2 |
| 26-Nov-2008 |
Arnaud Le Blanc |
MFB 5.2
|
Revision tags: php-5.2.7RC4, BEFORE_HEAD_NS_CHANGE, BEFORE_NS_RULES_CHANGE, php-5.2.7RC3, php-5.2.7RC2 |
|
#
d69dfa4b |
| 21-Oct-2008 |
Arnaud Le Blanc |
MFH: initialize optional vars
|
Revision tags: php-5.2.7RC1 |
|
#
06998948 |
| 18-Aug-2008 |
Moriyoshi Koizumi |
- MFH: beware of signedness
|
#
71e50de4 |
| 10-Aug-2008 |
Arnaud Le Blanc |
MFH: Fixed bug #45581 (htmlspecialchars() double encoding &#x hex items)
|
Revision tags: php-4.4.9, php-5.3.0alpha1, php-4.4.9RC1, BEFORE_NEW_PARAMETER_PARSE, RELEASE_1_2_5, RELEASE_2_0_0b1, php-5.2.6, RELEASE_1_0_2 |
|
#
fce4f960 |
| 11-Apr-2008 |
Felipe Pena |
MFB: Fixed bug #44703 (htmlspecialchars() does not detect bad character set argument)
|
Revision tags: php-5.2.6RC5, php-5.2.6RC4, php-5.2.6RC3, RELEASE_2_0_0a2, RELEASE_2_0_0a1, php-5.2.6RC2, php-5.2.6RC1, RELEASE_1_3_1 |
|
#
223a53fd |
| 29-Jan-2008 |
Stanislav Malyshev |
rm cruft
|
#
37a607c7 |
| 28-Jan-2008 |
Antony Dovgal |
fix #43927 (koi8r is missing from html_entity_decode()) patch by andy at demos dot su
|
#
23e3baf6 |
| 25-Jan-2008 |
Scott MacVicar |
Fix html_entity_decode when converting numeric html entities, the numeric values for the extended characters don't correspond to that of windows-1251 and cp866.
|
Revision tags: php-4.4.8 |
|
#
d1dded87 |
| 31-Dec-2007 |
Sebastian Bergmann |
MFH: Bump copyright year, 2 of 2.
|
Revision tags: php-4.4.8RC1 |
|
#
14ca778e |
| 11-Dec-2007 |
Jani Taskinen |
MFH:- Revert previous patch, it was correct to do this, error is logged if logging is enabled
|