[PHP-CVS] cvs: php-src /ext/standard html.c html.h /ext/standard/tests/strings htmlentities-utf-2.phpt htmlentities-utf.phpt

2008-11-25 Thread Arnaud Le Blanc
lbarnaudWed Nov 26 02:57:32 2008 UTC Added files: /php-src/ext/standard/tests/strings htmlentities-utf-2.phpt Modified files: /php-src/ext/standard/tests/strings htmlentities-utf.phpt /php-src/ext/standard html.c html.h Log

[PHP-CVS] cvs: php-src /ext/standard html.c

2008-11-25 Thread Arnaud Le Blanc
lbarnaudWed Nov 26 02:43:43 2008 UTC Modified files: /php-src/ext/standard html.c Log: MFB 5.2 http://cvs.php.net/viewvc.cgi/php-src/ext/standard/html.c?r1=1.136&r2=1.137&diff_format=u Index: php-src/ext/standard/html.c diff -u php-src/ext/stand

[PHP-CVS] cvs: php-src /ext/standard html.c

2008-08-17 Thread Moriyoshi Koizumi
moriyoshi Mon Aug 18 03:26:07 2008 UTC Modified files: /php-src/ext/standard html.c Log: - Beware of signedness http://cvs.php.net/viewvc.cgi/php-src/ext/standard/html.c?r1=1.134&r2=1.135&diff_format=u Index: php-src/ext/standard/html.c diff -u ph

[PHP-CVS] cvs: php-src /ext/standard html.c /ext/standard/tests/strings htmlentities18.phpt

2008-08-10 Thread Arnaud Le Blanc
lbarnaudSun Aug 10 13:25:53 2008 UTC Modified files: /php-src/ext/standard html.c /php-src/ext/standard/tests/strings htmlentities18.phpt Log: Fixed bug #45581 (htmlspecialchars() double encoding &#x hex items) http://cvs.php.net/viewvc.cgi

[PHP-CVS] cvs: php-src /ext/standard html.c /ext/standard/tests/strings bug44703.phpt

2008-04-11 Thread Felipe Pena
felipe Fri Apr 11 19:08:05 2008 UTC Modified files: /php-src/ext/standard html.c /php-src/ext/standard/tests/strings bug44703.phpt Log: MFB: Fixed bug #44703 (htmlspecialchars() does not detect bad character set argument) http://cvs.php.net/viewv

[PHP-CVS] cvs: php-src /ext/standard html.c

2008-01-29 Thread Stanislav Malyshev
stasTue Jan 29 22:03:44 2008 UTC Modified files: /php-src/ext/standard html.c Log: no sleep here either http://cvs.php.net/viewvc.cgi/php-src/ext/standard/html.c?r1=1.131&r2=1.132&diff_format=u Index: php-src/ext/standard/html.c diff -u php-src/ext/

[PHP-CVS] cvs: php-src /ext/standard html.c /ext/standard/tests/strings bug43927.phpt

2008-01-28 Thread Antony Dovgal
tony2001Mon Jan 28 23:08:07 2008 UTC Modified files: /php-src/ext/standard html.c /php-src/ext/standard/tests/strings bug43927.phpt Log: MFB: fix #43927 (koi8r is missing from html_entity_decode()) patch by andy at demos dot su http://cvs

[PHP-CVS] cvs: php-src /ext/standard html.c

2008-01-25 Thread Scott MacVicar
scottmacFri Jan 25 18:11:19 2008 UTC Modified files: /php-src/ext/standard html.c Log: MFB: Fix html_entity_decode when converting numeric html entities, the numeric values for the extended character set don't correspond to that of windows-1251 and

[PHP-CVS] cvs: php-src /ext/standard html.c

2007-12-11 Thread Jani Taskinen
janiTue Dec 11 12:25:52 2007 UTC Modified files: /php-src/ext/standard html.c Log: - Revert previous patch, it was correct to do this, error is logged if logging is enabled http://cvs.php.net/viewvc.cgi/php-src/ext/standard/html.c?r1=1.127&r2=1.128&di

[PHP-CVS] cvs: php-src /ext/standard html.c

2007-12-11 Thread Jani Taskinen
janiTue Dec 11 11:28:43 2007 UTC Modified files: /php-src/ext/standard html.c Log: - Fix error display (Stas: PG(display_errors) is handled by the php_error_docref() function :) http://cvs.php.net/viewvc.cgi/php-src/ext/standard/html.c?r1=1.126&r2=1.1

[PHP-CVS] cvs: php-src /ext/standard html.c

2007-10-02 Thread Stanislav Malyshev
stasWed Oct 3 05:07:31 2007 UTC Modified files: /php-src/ext/standard html.c Log: MFB do not accept partial multibyte sequences in html* functions http://cvs.php.net/viewvc.cgi/php-src/ext/standard/html.c?r1=1.125&r2=1.126&diff_format=u Index: php-

[PHP-CVS] cvs: php-src /ext/standard html.c

2007-07-10 Thread Dmitry Stogov
dmitry Tue Jul 10 15:12:15 2007 UTC Modified files: /php-src/ext/standard html.c Log: MFB htmlentities() / htmlspecialchars() "don't double encode" flag support http://cvs.php.net/viewvc.cgi/php-src/ext/standard/html.c?r1=1.122&r2=1.123&diff_format=u I

[PHP-CVS] cvs: php-src /ext/standard html.c

2006-12-20 Thread Antony Dovgal
tony2001Thu Dec 21 01:13:50 2006 UTC Modified files: /php-src/ext/standard html.c Log: fix leak on error http://cvs.php.net/viewvc.cgi/php-src/ext/standard/html.c?r1=1.119&r2=1.120&diff_format=u Index: php-src/ext/standard/html.c diff -u php-src

[PHP-CVS] cvs: php-src /ext/standard html.c

2006-11-22 Thread Andrei Zmievski
andrei Wed Nov 22 22:18:46 2006 UTC Modified files: /php-src/ext/standard html.c Log: Unicode support in get_html_translation_table(). http://cvs.php.net/viewvc.cgi/php-src/ext/standard/html.c?r1=1.118&r2=1.119&diff_format=u Index: php-src/ext/standard

[PHP-CVS] cvs: php-src /ext/standard html.c

2006-11-06 Thread Andrei Zmievski
andrei Mon Nov 6 21:45:49 2006 UTC Modified files: /php-src/ext/standard html.c Log: Unicode support in entities/special chars funcs. See the NOTE at the top. http://cvs.php.net/viewvc.cgi/php-src/ext/standard/html.c?r1=1.117&r2=1.118&diff_format=u

[PHP-CVS] cvs: php-src /ext/standard html.c

2006-10-31 Thread Ilia Alshanetsky
iliaa Wed Nov 1 01:56:21 2006 UTC Modified files: /php-src/ext/standard html.c Log: MFB: Added missing boundary checks. http://cvs.php.net/viewvc.cgi/php-src/ext/standard/html.c?r1=1.116&r2=1.117&diff_format=u Index: php-src/ext/standard/html.c diff

[PHP-CVS] cvs: php-src /ext/standard html.c

2006-08-15 Thread Antony Dovgal
tony2001Tue Aug 15 15:09:21 2006 UTC Modified files: /php-src/ext/standard html.c Log: don't try to use "auto", "none" and "pass" charsets returned from mbstring http://cvs.php.net/viewvc.cgi/php-src/ext/standard/html.c?r1=1.114&r2=1.115&diff_fo

[PHP-CVS] cvs: php-src /ext/standard html.c

2006-02-25 Thread Rasmus Lerdorf
rasmus Sat Feb 25 21:30:33 2006 UTC Modified files: /php-src/ext/standard html.c Log: Binary safety patch from Moriyoshi http://cvs.php.net/viewcvs.cgi/php-src/ext/standard/html.c?r1=1.112&r2=1.113&diff_format=u Index: php-src/ext/standard/html.c diff

[PHP-CVS] cvs: php-src /ext/standard html.c

2005-05-11 Thread Joe Orton
jorton Wed May 11 08:54:32 2005 EDT Modified files: /php-src/ext/standard html.c Log: Mark pointers in entity tables as const. http://cvs.php.net/diff.php/php-src/ext/standard/html.c?r1=1.108&r2=1.109&ty=u Index: php-src/ext/standard/html.c diff -u php

[PHP-CVS] cvs: php-src /ext/standard html.c

2005-05-11 Thread Joe Orton
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

[PHP-CVS] cvs: php-src /ext/standard html.c

2005-05-01 Thread Ilia Alshanetsky
iliaa Sun May 1 15:48:56 2005 EDT Modified files: /php-src/ext/standard html.c Log: Fixed bug #32608 (html_entity_decode() converts single quotes even if ENT_NOQUOTES is given). http://cvs.php.net/diff.php/php-src/ext/standard/html.c?r1=1.106&r2=1

[PHP-CVS] cvs: php-src /ext/standard html.c

2005-03-10 Thread Joe Orton
jorton Thu Mar 10 06:19:32 2005 EDT Modified files: /php-src/ext/standard html.c Log: Fix /*-within-comment warning from GCC. http://cvs.php.net/diff.php/php-src/ext/standard/html.c?r1=1.105&r2=1.106&ty=u Index: php-src/ext/standard/html.c diff -u php-

[PHP-CVS] cvs: php-src /ext/standard html.c

2005-03-09 Thread Derick Rethans
derick Wed Mar 9 05:13:05 2005 EDT Modified files: /php-src/ext/standard html.c Log: - MF43: Fixed bug #28067 (partially incorrect utf8 to htmlentities mapping). http://cvs.php.net/diff.php/php-src/ext/standard/html.c?r1=1.104&r2=1.105&ty=u Index: php

[PHP-CVS] cvs: php-src /ext/standard html.c

2005-03-08 Thread Ilia Alshanetsky
iliaa Tue Mar 8 16:13:05 2005 EDT Modified files: /php-src/ext/standard html.c Log: Improve the performance of htmlspecialchars_decode() by 20-30%. http://cvs.php.net/diff.php/php-src/ext/standard/html.c?r1=1.103&r2=1.104&ty=u Index: php-src/ext/stan

[PHP-CVS] cvs: php-src /ext/standard html.c

2005-03-06 Thread Ilia Alshanetsky
iliaa Sun Mar 6 14:36:52 2005 EDT Modified files: /php-src/ext/standard html.c Log: Make html_entity_decode() 15-20% faster by avoiding pointless string duplication. http://cvs.php.net/diff.php/php-src/ext/standard/html.c?r1=1.101&r2=1.102&ty=u In

[PHP-CVS] cvs: php-src /ext/standard html.c

2005-01-11 Thread Moriyoshi Koizumi
moriyoshi Tue Jan 11 15:58:47 2005 EDT Modified files: /php-src/ext/standard html.c Log: - Fix the fix :) http://cvs.php.net/diff.php/php-src/ext/standard/html.c?r1=1.100&r2=1.101&ty=u Index: php-src/ext/standard/html.c diff -u php-src/ext/standar

[PHP-CVS] cvs: php-src /ext/standard html.c /ext/standard/tests/strings htmlentities17.phpt

2005-01-11 Thread Moriyoshi Koizumi
moriyoshi Tue Jan 11 15:44:05 2005 EDT Added files: /php-src/ext/standard/tests/strings htmlentities17.phpt Modified files: /php-src/ext/standard html.c Log: - Fix htmlentities() / html_decode_entity() UTF-8 related bugs ini

[PHP-CVS] cvs: php-src /ext/standard html.c /ext/standard/tests/strings bug29199.phpt

2004-07-19 Thread Moriyoshi Koizumi
moriyoshi Mon Jul 19 13:46:30 2004 EDT Added files: /php-src/ext/standard/tests/strings bug29199.phpt Modified files: /php-src/ext/standard html.c Log: - Fix bug #29199 (html_entity_decode() misbehaves with UTF-8) http://c

[PHP-CVS] cvs: php-src /ext/standard html.c

2004-07-13 Thread Wez Furlong
wez Tue Jul 13 13:14:49 2004 EDT Modified files: /php-src/ext/standard html.c Log: add missing break http://cvs.php.net/diff.php/php-src/ext/standard/html.c?r1=1.96&r2=1.97&ty=u Index: php-src/ext/standard/html.c diff -u php-src/ext/standard/html.c:

[PHP-CVS] cvs: php-src /ext/standard html.c

2004-04-17 Thread Derick Rethans
derick Sat Apr 17 19:08:02 2004 EDT Modified files: /php-src/ext/standard html.c Log: - MFH: Fix for bug #28042 (greek letters in html to entitity mapping not correct) http://cvs.php.net/diff.php/php-src/ext/standard/html.c?r1=1.95&r2=1.96&ty=u Ind

[PHP-CVS] cvs: php-src /ext/standard html.c

2004-03-06 Thread Ilia Alshanetsky
iliaa Sat Mar 6 13:35:41 2004 EDT Modified files: /php-src/ext/standard html.c Log: Fixed bug #27505 (htmlentities() does not handle BIG5 correctly). http://cvs.php.net/diff.php/php-src/ext/standard/html.c?r1=1.94&r2=1.95&ty=u Index: php-src/ext/stan

[PHP-CVS] cvs: php-src /ext/standard html.c

2003-12-10 Thread Derick Rethans
derick Wed Dec 10 16:02:34 2003 EDT Modified files: /php-src/ext/standard html.c Log: - Test before commit - test before commit Index: php-src/ext/standard/html.c diff -u php-src/ext/standard/html.c:1.92 php-src/ext/standard/html.c:1.93 --- php-src/ext

[PHP-CVS] cvs: php-src /ext/standard html.c

2003-12-10 Thread Derick Rethans
derick Wed Dec 10 13:17:24 2003 EDT Modified files: /php-src/ext/standard html.c Log: - Added support for MacRoman encoding to htmlentities(). (Marcus Bointon) Index: php-src/ext/standard/html.c diff -u php-src/ext/standard/html.c:1.91 php-src/ext/stan

[PHP-CVS] cvs: php-src /ext/standard html.c

2003-10-20 Thread Moriyoshi Koizumi
moriyoshi Mon Oct 20 21:46:55 2003 EDT Modified files: /php-src/ext/standard html.c Log: Missing '&' in the result of get_html_translation_table() Index: php-src/ext/standard/html.c diff -u php-src/ext/standard/html.c:1.90 php-src/ext/standard/htm

Re: [PHP-CVS] cvs: php-src /ext/standard html.c

2003-10-03 Thread Wez Furlong
It's probably best not to do it as it sounds more like a new feature than a fix. --Wez. > > Any thoughts on backporting this into the 4.3.X tree? > > Since I'm not the person who introduced this feature in the first place, > perhaps we should ask him (Wez, IIRC) whether to go ahead. IMO, it'd be

Re: [PHP-CVS] cvs: php-src /ext/standard html.c

2003-10-02 Thread Moriyoshi Koizumi
Ilia Alshanetsky <[EMAIL PROTECTED]> wrote: > Any thoughts on backporting this into the 4.3.X tree? Since I'm not the person who introduced this feature in the first place, perhaps we should ask him (Wez, IIRC) whether to go ahead. IMO, it'd be better not to do that as the numeric entity patch m

Re: [PHP-CVS] cvs: php-src /ext/standard html.c

2003-10-02 Thread Ilia Alshanetsky
Any thoughts on backporting this into the 4.3.X tree? Ilia On October 2, 2003 04:06 pm, Moriyoshi Koizumi wrote: > The fix is irrelevant for 4.3.x because numeric entities are supported > only in HEAD. > > Moriyoshi > > Ilia Alshanetsky <[EMAIL PROTECTED]> wrote: > > On October 2, 2003 03:23 pm,

Re: [PHP-CVS] cvs: php-src /ext/standard html.c

2003-10-02 Thread Moriyoshi Koizumi
The fix is irrelevant for 4.3.x because numeric entities are supported only in HEAD. Moriyoshi Ilia Alshanetsky <[EMAIL PROTECTED]> wrote: > On October 2, 2003 03:23 pm, Moriyoshi Koizumi wrote: > > moriyoshi Thu Oct 2 15:23:01 2003 EDT > > Fix for the fix for #25707 > > MFH? > >

Re: [PHP-CVS] cvs: php-src /ext/standard html.c

2003-10-02 Thread Ilia Alshanetsky
On October 2, 2003 03:23 pm, Moriyoshi Koizumi wrote: > moriyoshi Thu Oct 2 15:23:01 2003 EDT > Fix for the fix for #25707 MFH? Ilia -- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-CVS] cvs: php-src /ext/standard html.c

2003-10-02 Thread Moriyoshi Koizumi
moriyoshi Thu Oct 2 15:23:01 2003 EDT Modified files: /php-src/ext/standard html.c Log: Fix for the fix for #25707 Index: php-src/ext/standard/html.c diff -u php-src/ext/standard/html.c:1.89 php-src/ext/standard/html.c:1.90 --- php-src/ext/standa

[PHP-CVS] cvs: php-src /ext/standard html.c

2003-10-02 Thread Moriyoshi Koizumi
moriyoshi Thu Oct 2 15:07:59 2003 EDT Modified files: /php-src/ext/standard html.c Log: Add support for hexadecimal-style numeric entities (&#x..;) Index: php-src/ext/standard/html.c diff -u php-src/ext/standard/html.c:1.88 php-src/ext/standard/h

[PHP-CVS] cvs: php-src /ext/standard html.c

2003-10-02 Thread Moriyoshi Koizumi
moriyoshi Thu Oct 2 15:06:45 2003 EDT Modified files: /php-src/ext/standard html.c Log: Drop multibyte character support in html_entity_decode(). # This has never worked as expected. Index: php-src/ext/standard/html.c diff -u php-src/ext/standa

[PHP-CVS] cvs: php-src /ext/standard html.c /ext/standard/tests/strings bug25707.phpt

2003-10-01 Thread Moriyoshi Koizumi
moriyoshi Thu Oct 2 02:57:22 2003 EDT Added files: /php-src/ext/standard/tests/strings bug25707.phpt Modified files: /php-src/ext/standard html.c Log: Fixed bug #25707 (html_entity_decode over-decodes <) Index: php-src