[PHP-CVS] cvs: php-src(PHP_5_2) /ext/spl spl_array.c /ext/spl/tests arrayObject_magicMethods6.phpt bug45622b.phpt

2009-05-21 Thread Arnaud Le Blanc
lbarnaudThu May 21 13:26:29 2009 UTC Added files: (Branch: PHP_5_2) /php-src/ext/spl/tests bug45622b.phpt Modified files: /php-src/ext/splspl_array.c /php-src/ext/spl/tests arrayObject_magicMethods6.phpt Log: MFH:

[PHP-CVS] cvs: php-src(PHP_5_2) /ext/spl spl_array.c /ext/spl/tests bug45614.phpt

2009-05-14 Thread Arnaud Le Blanc
lbarnaudThu May 14 16:43:38 2009 UTC Added files: (Branch: PHP_5_2) /php-src/ext/spl/tests bug45614.phpt Modified files: /php-src/ext/splspl_array.c Log: MFB: Fixed bug #45614 (ArrayIterator::current(), ::key() can show 1st

[PHP-CVS] cvs: php-src(PHP_5_2) /ext/spl spl_array.c /ext/spl/tests arrayObject___construct_basic4.phpt arrayObject___construct_basic5.phpt arrayObject_magicMethods6.phpt arrayObject_setFlags_basic1.

2009-05-14 Thread Arnaud Le Blanc
lbarnaudThu May 14 16:44:54 2009 UTC Added files: (Branch: PHP_5_2) /php-src/ext/spl/tests bug45622.phpt Modified files: /php-src/ext/spl/tests arrayObject___construct_basic4.phpt

[PHP-CVS] cvs: php-src(PHP_5_2) /ext/spl spl_array.c /ext/spl/tests arrayObject___construct_error1.phpt arrayObject_setIteratorClass_error1.phpt

2008-10-19 Thread Etienne Kneuss
colder Sun Oct 19 18:00:42 2008 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/splspl_array.c /php-src/ext/spl/tests arrayObject___construct_error1.phpt arrayObject_setIteratorClass_error1.phpt Log: MFB: Fix

[PHP-CVS] cvs: php-src(PHP_5_2) /ext/spl spl_array.c

2008-10-18 Thread Antony Dovgal
tony2001Sat Oct 18 09:33:21 2008 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/splspl_array.c Log: revert the patch, it's not needed in this branch

[PHP-CVS] cvs: php-src(PHP_5_2) /ext/spl spl_array.c

2008-10-17 Thread Antony Dovgal
tony2001Fri Oct 17 22:10:27 2008 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/splspl_array.c Log: MFH: fix memleak http://cvs.php.net/viewvc.cgi/php-src/ext/spl/spl_array.c?r1=1.71.2.17.2.18r2=1.71.2.17.2.19diff_format=u Index:

[PHP-CVS] cvs: php-src(PHP_5_2) /ext/spl spl_array.c /ext/spl/tests bug46115.phpt

2008-10-06 Thread Etienne Kneuss
colder Mon Oct 6 13:45:42 2008 UTC Added files: (Branch: PHP_5_2) /php-src/ext/spl/tests bug46115.phpt Modified files: /php-src/ext/splspl_array.c Log: MFH: bug #46115 (Fixes nothing in 5.2, but sync code)

[PHP-CVS] cvs: php-src(PHP_5_2) /ext/spl spl_array.c

2008-07-06 Thread Etienne Kneuss
colder Mon Jul 7 00:02:22 2008 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/splspl_array.c Log: Avoid a leak on return_value http://cvs.php.net/viewvc.cgi/php-src/ext/spl/spl_array.c?r1=1.71.2.17.2.15r2=1.71.2.17.2.16diff_format=u Index:

[PHP-CVS] cvs: php-src(PHP_5_2) /ext/spl spl_array.c spl_iterators.c /ext/spl/tests bug42654.phpt bug42703.phpt

2007-10-17 Thread Marcus Boerger
helly Thu Oct 18 04:49:55 2007 UTC Added files: (Branch: PHP_5_2) /php-src/ext/spl/tests bug42654.phpt bug42703.phpt Modified files: /php-src/ext/splspl_array.c spl_iterators.c Log: - MFB #42654, #42704

[PHP-CVS] cvs: php-src(PHP_5_2) /ext/spl spl_array.c spl_iterators.c /ext/spl/tests bug41692.phpt bug42654.phpt

2007-10-17 Thread Marcus Boerger
helly Thu Oct 18 05:26:55 2007 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/splspl_array.c spl_iterators.c /php-src/ext/spl/tests bug41692.phpt bug42654.phpt Log: - MF53 Fix for #41692, #42703 # Now in correct branch with fixed checkout and

[PHP-CVS] cvs: php-src(PHP_5_2) /ext/spl spl_array.c /ext/spl/tests bug40442.phpt

2007-04-06 Thread Marcus Boerger
helly Fri Apr 6 15:32:29 2007 UTC Added files: (Branch: PHP_5_2) /php-src/ext/spl/tests bug40442.phpt Modified files: /php-src/ext/splspl_array.c Log: - Fix #40442

[PHP-CVS] cvs: php-src(PHP_5_2) /ext/spl spl_array.c

2007-03-24 Thread Marcus Boerger
helly Sat Mar 24 16:28:53 2007 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/splspl_array.c Log: - MFH Drop double variable declaration http://cvs.php.net/viewvc.cgi/php-src/ext/spl/spl_array.c?r1=1.71.2.17.2.9r2=1.71.2.17.2.10diff_format=u Index:

[PHP-CVS] cvs: php-src(PHP_5_2) /ext/spl spl_array.c spl_array.h spl_iterators.c spl_iterators.h

2007-02-08 Thread Marcus Boerger
helly Thu Feb 8 22:17:40 2007 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/splspl_array.c spl_array.h spl_iterators.c spl_iterators.h Log: - MFH Rearrange code: mode Countable from spl_array.c to spl_iterator.c

[PHP-CVS] cvs: php-src(PHP_5_2) /ext/spl spl_array.c

2006-08-11 Thread Nuno Lopes
nlopess Fri Aug 11 17:05:23 2006 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/splspl_array.c Log: fix #38402: wrong proto for Array*::offsetGet() http://cvs.php.net/viewvc.cgi/php-src/ext/spl/spl_array.c?r1=1.71.2.17.2.2r2=1.71.2.17.2.3diff_format=u

[PHP-CVS] cvs: php-src(PHP_5_2) /ext/spl spl_array.c spl_array.h spl_exceptions.c spl_iterators.c spl_iterators.h

2006-05-09 Thread Marcus Boerger
helly Wed May 10 00:03:38 2006 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/splspl_array.c spl_array.h spl_exceptions.c spl_iterators.c spl_iterators.h Log: - Update after api changes - MFH . ArrayIterator/ArrayObject: