History log of /PHP-5.5/ext/standard/html.c (Results 51 – 75 of 200)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 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


# b984960e 11-Dec-2007 Jani Taskinen

MFH: fix error displaying


Revision tags: RELEASE_1_2_3, php-5.2.5, php-5.2.5RC2, php-5.2.5RC1, BEFORE_IMPORT_OF_MYSQLND_IN_5_3
# aa3eee1d 05-Oct-2007 Jani Taskinen

MFH:- Moved the old regex functions to own extension: ereg


Revision tags: RELEASE_1_2_2
# 6e1dfff1 03-Oct-2007 Stanislav Malyshev

MFB do not accept partial multibyte sequences in html* functions


Revision tags: RELEASE_1_2_4, RELEASE_1_2_1, php-5.2.4, RELEASE_1_5, php-5.2.4RC3, php-5.2.4RC2, php-5.2.4RC1, BEFORE_REAL_IMPORT_OF_MYSQLND, BEFORE_IMPORT_OF_MYSQLND, php-5.2.3, RELEASE_1_4
# 2c5368c0 27-May-2007 Nuno Lopes

fix handling of &&amp; by htmlentities 'no-double-encode'
expand the test cases


# 452524fe 27-May-2007 Nuno Lopes

fix the new 'no-double-encoding' feature of htmlspecialchars() (the length for char search was wrong. this could lead to crashes..)


12345678