jorton Wed May 11 08:43:10 2005 EDT Modified files: /php-src/ext/standard html.c Log: - Fixed bug #29119 (html_decode_entities handling of U+0152-U+0192 range) (merge error from 4.3) http://cvs.php.net/diff.php/php-src/ext/standard/html.c?r1=1.107&r2=1.108&ty=u Index: php-src/ext/standard/html.c diff -u php-src/ext/standard/html.c:1.107 php-src/ext/standard/html.c:1.108 --- php-src/ext/standard/html.c:1.107 Sun May 1 15:48:55 2005 +++ php-src/ext/standard/html.c Wed May 11 08:43:07 2005 @@ -18,7 +18,7 @@ +----------------------------------------------------------------------+ */ -/* $Id: html.c,v 1.107 2005/05/01 19:48:55 iliaa Exp $ */ +/* $Id: html.c,v 1.108 2005/05/11 12:43:07 jorton Exp $ */ /* * HTML entity resources: @@ -115,11 +115,11 @@ "Scaron", "scaron", NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, - /* 376 (0x0178) + /* 376 (0x0178) */ "Yuml", NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, - NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, */ - /* 400 (0x0190)*/ + NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, + /* 400 (0x0190) */ NULL, NULL, "fnof" };
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php