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

2012-02-05 Thread Gustavo André dos Santos Lopes
cataphract Sun, 05 Feb 2012 14:57:57 + Revision: http://svn.php.net/viewvc?view=revision&revision=323079 Log: - Fixed possible unsigned int wrap around in html.c. Note that 5.3 has the same (potential) problem; even though the code is substantially different, t

[PHP-CVS] svn: /php/php-src/trunk/ext/standard/ html.c tests/strings/bug60965.phpt

2012-02-04 Thread Gustavo André dos Santos Lopes
cataphract Sat, 04 Feb 2012 18:12:18 + Revision: http://svn.php.net/viewvc?view=revision&revision=323056 Log: - Fixed bug #60965 (Buffer overflow on htmlspecialchars/entities with $double=false). - Removed unused variable. - Given maxlen the usual meaning of *l

[PHP-CVS] svn: /php/php-src/trunk/ext/standard/ html.c tests/strings/bug54322.phpt

2011-03-20 Thread Gustavo André dos Santos Lopes
cataphract Sun, 20 Mar 2011 15:15:08 + Revision: http://svn.php.net/viewvc?view=revision&revision=309482 Log: - Fixed bug #54332 (trunk only, null pointer deref due to information loss on long to int conversion) - Fixed some int* pointers being passed as size_t*

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

2010-10-25 Thread Ilia Alshanetsky
iliaaMon, 25 Oct 2010 16:46:55 + Revision: http://svn.php.net/viewvc?view=revision&revision=304882 Log: Code cleanup & CS Changed paths: U php/php-src/trunk/ext/standard/html.c Modified: php/php-src/trunk/ext/standard/html.c

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

2010-10-24 Thread Gustavo André dos Santos Lopes
cataphract Sun, 24 Oct 2010 21:19:04 + Revision: http://svn.php.net/viewvc?view=revision&revision=304713 Log: - Fixed uninitialized and 1 character short local variable. Changed paths: U php/php-src/trunk/ext/standard/html.c Modified: php/php-src/trunk/ex

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

2010-10-11 Thread Gustavo André dos Santos Lopes
cataphract Mon, 11 Oct 2010 22:26:10 + Revision: http://svn.php.net/viewvc?view=revision&revision=304326 Log: - PHP uses a big endian representation when it converts the code unit sequences to integers so as to store the entity maps. Code in traverse_for_enti

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

2010-03-12 Thread Felipe Pena
5_3 doesn't build... It's with same problem... /home/felipe/dev/php5/ext/standard/html.c: In function ‘determine_charset’: /home/felipe/dev/php5/ext/standard/html.c:744: error: ‘mbfl_no_encoding_sjis_win’ undeclared (first use in this function) /home/felipe/dev/php5/ext/standard/html.c:744: error:

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

2010-03-12 Thread Moriyoshi Koizumi
I forgot to apply the patch to trunk at that time. So 5_3 should have been working. Doesn't it? Moriyoshi On Fri, Mar 12, 2010 at 11:53 PM, Felipe Pena wrote: > and 5_3? Thanks. > > 2010/3/12 Moriyoshi Koizumi > >> moriyoshi                                Fri, 12 Mar 2010 14:44:35 + >> >> R

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

2010-03-12 Thread Felipe Pena
and 5_3? Thanks. 2010/3/12 Moriyoshi Koizumi > moriyoshiFri, 12 Mar 2010 14:44:35 + > > Revision: http://svn.php.net/viewvc?view=revision&revision=296118 > > Log: > - Oops. > > Changed paths: >U php/php-src/trunk/ext/standard/html.c > > Modified: php/php

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

2010-03-12 Thread Moriyoshi Koizumi
moriyoshiFri, 12 Mar 2010 14:44:35 + Revision: http://svn.php.net/viewvc?view=revision&revision=296118 Log: - Oops. Changed paths: U php/php-src/trunk/ext/standard/html.c Modified: php/php-src/trunk/ext/standard/html.c ==

[PHP-CVS] svn: /php/php-src/trunk/ext/standard/ html.c tests/strings/html_entity_decode_html4.phpt tests/strings/htmlentities_html4.phpt

2009-12-24 Thread Moriyoshi Koizumi
moriyoshiThu, 24 Dec 2009 09:32:52 + Revision: http://svn.php.net/viewvc?view=revision&revision=292588 Log: - MFB: Fix bug #46478 (htmlentities() uses obsolete mapping table for character entity references) (this should be gone to r292467) Bug: http://bugs