[PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/ext/spl/spl_observer.c trunk/ext/spl/spl_observer.c

2010-10-24 Thread Gustavo André dos Santos Lopes
cataphract Mon, 25 Oct 2010 02:03:20 + Revision: http://svn.php.net/viewvc?view=revision&revision=304724 Log: - Small optimization of the fix of bug #53071. It's not necessary to destroy the debug info as it's not holding references anymore (the fix removed t

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/NEWS branches/PHP_5_3/ext/spl/spl_observer.c branches/PHP_5_3/ext/spl/tests/bug53071.phpt trunk/ext/spl/spl_observer.c trunk/ext/spl/tests/bug53071.phpt

2010-10-24 Thread Gustavo André dos Santos Lopes
cataphract Mon, 25 Oct 2010 01:41:54 + Revision: http://svn.php.net/viewvc?view=revision&revision=304723 Log: - Fixed bug #53071 (SPLObjectStorage defeats gc_collect_cycles). Bug: http://bugs.php.net/53071 (Open) Use of SPLObjectStorage Defeats gc_collect_cycle

[PHP-CVS] svn: /php/php-src/trunk/ext/standard/ html_tables/html_table_gen.php html_tables.h

2010-10-24 Thread Gustavo André dos Santos Lopes
cataphract Sun, 24 Oct 2010 23:51:40 + Revision: http://svn.php.net/viewvc?view=revision&revision=304718 Log: - A BOM had slipped in a commit and broke the build under GCC. Fixed. Changed paths: U php/php-src/trunk/ext/standard/html_tables/html_table_gen.p

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_2/ext/recode/CREDITS branches/PHP_5_3/ext/recode/CREDITS trunk/ext/recode/CREDITS

2010-10-24 Thread Pierre Joye
pajoye Sun, 24 Oct 2010 21:51:54 + Revision: http://svn.php.net/viewvc?view=revision&revision=304717 Log: - fix Isotopp Changed paths: U php/php-src/branches/PHP_5_2/ext/recode/CREDITS U php/php-src/branches/PHP_5_3/ext/recode/CREDITS U php

[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_tables/html_table_gen.php html_tables.h

2010-10-24 Thread Gustavo André dos Santos Lopes
cataphract Sun, 24 Oct 2010 19:05:21 + Revision: http://svn.php.net/viewvc?view=revision&revision=304708 Log: - Removed out-of-date comments and one enum constant from html_tables.h and its generator. - Other minor aesthetic improvements in the generator. Chang

[PHP-CVS] svn: /php/php-src/branches/PHP_5_3/ NEWS

2010-10-24 Thread Felipe Pena
felipe Sun, 24 Oct 2010 14:05:10 + Revision: http://svn.php.net/viewvc?view=revision&revision=304701 Log: - BFN Changed paths: U php/php-src/branches/PHP_5_3/NEWS Modified: php/php-src/branches/PHP_5_3/NEWS

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/ext/spl/spl_observer.c branches/PHP_5_3/ext/spl/tests/bug53144.phpt trunk/ext/spl/spl_observer.c trunk/ext/spl/tests/bug53144.phpt

2010-10-24 Thread Felipe Pena
felipe Sun, 24 Oct 2010 14:03:07 + Revision: http://svn.php.net/viewvc?view=revision&revision=304700 Log: - Fixed bug #53144 (SplObjectStorage::removeAll()) Bug: http://bugs.php.net/53144 (Closed) Segfault in SplObjectStorage::removeAll() Changed pat