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

2009-05-21 Thread Arnaud Le Blanc
lbarnaudThu May 21 13:25:48 2009 UTC Added files: /php-src/ext/spl/tests bug45622b.phpt Modified files: /php-src/ext/splspl_array.c /php-src/ext/spl/tests arrayObject_magicMethods6.phpt Log: Better fix for #45622

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

2009-03-18 Thread Etienne Kneuss
colder Thu Mar 19 03:00:45 2009 UTC Modified files: /php-src/ext/splspl_array.c Log: Fix #47231 (offsetGet error using incorrect offset) http://cvs.php.net/viewvc.cgi/php-src/ext/spl/spl_array.c?r1=1.162&r2=1.163&diff_format=u Index: php-src/ext/spl/spl_arr

[PHP-CVS] cvs: php-src /ext/spl spl_array.c /ext/spl/tests array_018.phpt

2008-12-30 Thread Etienne Kneuss
colder Tue Dec 30 23:32:50 2008 UTC Modified files: /php-src/ext/splspl_array.c /php-src/ext/spl/tests array_018.phpt Log: Fix #45820 (Empty ArrayObject keys not allowed) http://cvs.php.net/viewvc.cgi/php-src/ext/spl/spl_array.c?r1=1.159&r2=1.160&

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

2008-11-19 Thread Arnaud Le Blanc
lbarnaudWed Nov 19 17:54:24 2008 UTC Modified files: /php-src/ext/splspl_array.c Log: CS http://cvs.php.net/viewvc.cgi/php-src/ext/spl/spl_array.c?r1=1.158&r2=1.159&diff_format=u Index: php-src/ext/spl/spl_array.c diff -u php-src/ext/spl/spl_array

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

2008-11-19 Thread Arnaud Le Blanc
lbarnaudWed Nov 19 14:42:28 2008 UTC Modified files: /php-src/ext/splspl_array.c Log: Improved ArrayObject performance (made spl_hash_verify_pos() an O(1) and removed some spl_array_get_hash_table() calls). Fixes #46039 http://cvs.php.net/viewvc.

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

2008-10-19 Thread Etienne Kneuss
colder Sun Oct 19 17:59:39 2008 UTC Modified files: /php-src/ext/splspl_array.c Log: Link to spl iterator http://cvs.php.net/viewvc.cgi/php-src/ext/spl/spl_array.c?r1=1.152&r2=1.153&diff_format=u Index: php-src/ext/spl/spl_array.c diff -u php-src/ext/spl/sp

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

2008-10-17 Thread Antony Dovgal
tony2001Fri Oct 17 22:09:35 2008 UTC Modified files: /php-src/ext/splspl_array.c Log: fix memleak http://cvs.php.net/viewvc.cgi/php-src/ext/spl/spl_array.c?r1=1.151&r2=1.152&diff_format=u Index: php-src/ext/spl/spl_array.c diff -u php-src/ext/spl/

[PHP-CVS] cvs: php-src /ext/spl spl_array.c /ext/spl/tests array_026.phpt

2008-10-05 Thread Etienne Kneuss
colder Sun Oct 5 14:19:55 2008 UTC Added files: /php-src/ext/spl/tests array_026.phpt Modified files: /php-src/ext/splspl_array.c Log: Fix #46222 (Allow indirect modifications of Arrays inside ArrayObject + fix EG(uninitialized_

[PHP-CVS] cvs: php-src /ext/spl spl_array.c /ext/spl/tests array_025.phpt

2008-09-29 Thread Etienne Kneuss
colder Mon Sep 29 22:42:49 2008 UTC Added files: /php-src/ext/spl/tests array_025.phpt Modified files: /php-src/ext/splspl_array.c Log: Fix #46192 (Serialization of ArrayObject with objects as storage) http://cvs.php.net/viewvc

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

2008-09-19 Thread Dmitry Stogov
dmitry Fri Sep 19 12:48:45 2008 UTC Modified files: /php-src/ext/splspl_array.c /php-src/ext/spl/tests bug46115.phpt Log: Fixed bug #46115 (Memory leak when calling a method using Reflection) http://cvs.php.net/viewvc.cgi/php-src/ext/spl/spl_ar

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

2008-08-25 Thread Jani Taskinen
janiMon Aug 25 19:07:13 2008 UTC Modified files: /php-src/ext/splspl_array.c Log: - Fix CS, folding tags..etc. PLEASE do not invent your own coding styles. Or commit something as fubar as this.. http://cvs.php.net/viewvc.cgi/php-src/ext/spl/spl_array.c?

[PHP-CVS] cvs: php-src /ext/spl spl_array.c /ext/spl/tests bug45826.phpt

2008-08-25 Thread Etienne Kneuss
colder Mon Aug 25 18:38:23 2008 UTC Added files: /php-src/ext/spl/tests bug45826.phpt Modified files: /php-src/ext/splspl_array.c Log: Fix #45826 (Custom serialization) http://cvs.php.net/viewvc.cgi/php-src/ext/spl/spl_array.c?r

[PHP-CVS] cvs: php-src /ext/spl spl_array.c /ext/spl/tests arrayObject_exchangeArray_basic1.phpt arrayObject_exchangeArray_basic2.phpt

2008-08-04 Thread Robin Fernandes
robinf Mon Aug 4 11:45:15 2008 UTC Added files: /php-src/ext/spl/tests arrayObject_exchangeArray_basic1.phpt arrayObject_exchangeArray_basic2.phpt Modified files: /php-src/ext/splspl_array.c Log:

[PHP-CVS] cvs: php-src /ext/spl spl_array.c /ext/spl/tests bug45622.phpt

2008-07-26 Thread Arnaud Le Blanc
lbarnaudSat Jul 26 12:33:34 2008 UTC Added files: /php-src/ext/spl/tests bug45622.phpt Modified files: /php-src/ext/splspl_array.c Log: Fix bug #45622 (isset($arrayObject->p) misbehaves with ArrayObject::ARRAY_AS_PROPS set

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

2008-07-24 Thread Arnaud Le Blanc
lbarnaudThu Jul 24 15:51:14 2008 UTC Added files: /php-src/ext/spl/tests bug45614.phpt Modified files: /php-src/ext/splspl_array.c Log: Fixed bug #45614 (ArrayIterator::current(), ::key() can show 1st private prop of wrapp

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

2008-07-20 Thread Etienne Kneuss
colder Sun Jul 20 16:32:43 2008 UTC Modified files: /php-src/ext/splspl_array.c Log: Fix build for solaris http://cvs.php.net/viewvc.cgi/php-src/ext/spl/spl_array.c?r1=1.141&r2=1.142&diff_format=u Index: php-src/ext/spl/spl_array.c diff -u php-src/ext/spl/s

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

2008-07-19 Thread Etienne Kneuss
colder Sat Jul 19 13:13:44 2008 UTC Modified files: /php-src/ext/splspl_array.c Log: Fix valgrind errors in array_method, and possibly #45349 (Thanks tony for the patch) http://cvs.php.net/viewvc.cgi/php-src/ext/spl/spl_array.c?r1=1.140&r2=1.141&diff_forma

[PHP-CVS] cvs: php-src /ext/spl spl_array.c spl_dllist.c spl_fixedarray.c spl_heap.c /ext/spl/tests array_024.phpt dllist_008.phpt fixedarray_018.phpt heap_010.phpt sxe_004.phpt sxe_005.phpt

2008-07-06 Thread Etienne Kneuss
colder Sun Jul 6 23:45:38 2008 UTC Added files: /php-src/ext/spl/tests array_024.phpt dllist_008.phpt fixedarray_018.phpt heap_010.phpt Modified files: /php-src/ext/splspl_array.c spl_dllist.c spl_fixe

[PHP-CVS] cvs: php-src /ext/spl spl_array.c spl_heap.c

2008-05-20 Thread Antony Dovgal
tony2001Tue May 20 12:04:37 2008 UTC Modified files: /php-src/ext/splspl_array.c spl_heap.c Log: nuke unused variables http://cvs.php.net/viewvc.cgi/php-src/ext/spl/spl_array.c?r1=1.138&r2=1.139&diff_format=u Index: php-src/ext/spl/spl_array.c dif

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

2008-05-06 Thread Etienne Kneuss
colder Tue May 6 22:59:59 2008 UTC Modified files: /php-src/ext/splspl_array.c Log: Add a flag that defines whether the objects should get iterated through or not http://cvs.php.net/viewvc.cgi/php-src/ext/spl/spl_array.c?r1=1.137&r2=1.138&diff_format=u Ind

[PHP-CVS] cvs: php-src /ext/spl spl_array.c /ext/spl/tests array_023.phpt bug41528.phpt bug42654.phpt bug42703.phpt spl_autoload_001.phpt spl_autoload_007.phpt spl_autoload_008.phpt

2008-02-04 Thread Marcus Boerger
helly Mon Feb 4 16:47:06 2008 UTC Modified files: /php-src/ext/splspl_array.c /php-src/ext/spl/tests array_023.phpt bug41528.phpt bug42654.phpt bug42703.phpt spl_autoload_001.phpt spl_aut

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

2007-12-17 Thread Marcus Boerger
helly Mon Dec 17 13:47:09 2007 UTC Modified files: /php-src/ext/splspl_array.c Log: - Fix folding (again) - Fix clone mask http://cvs.php.net/viewvc.cgi/php-src/ext/spl/spl_array.c?r1=1.134&r2=1.135&diff_format=u Index: php-src/ext/spl/spl_array.c dif

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

2007-12-14 Thread David Coallier
davidc Sat Dec 15 01:18:28 2007 UTC Modified files: /php-src/ext/splspl_array.c Log: - MFB: Bug #41528 - Added possibility to serialize and unserialize classes that extend to ArrayObject - See ext/spl/tests/array_023.phpt and ext/spl/tests/bug41528.php fo

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

2007-12-14 Thread Etienne Kneuss
colder Fri Dec 14 22:52:53 2007 UTC Modified files: /php-src/ext/splspl_array.c Log: Fix folding http://cvs.php.net/viewvc.cgi/php-src/ext/spl/spl_array.c?r1=1.132&r2=1.133&diff_format=u Index: php-src/ext/spl/spl_array.c diff -u php-src/ext/spl/spl_array.c

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

2007-10-17 Thread Marcus Boerger
helly Thu Oct 18 05:19:13 2007 UTC Modified files: /php-src/ext/splspl_array.c Log: - Missing piece http://cvs.php.net/viewvc.cgi/php-src/ext/spl/spl_array.c?r1=1.131&r2=1.132&diff_format=u Index: php-src/ext/spl/spl_array.c diff -u php-src/ext/spl/spl_arr

[PHP-CVS] cvs: php-src /ext/spl spl_array.c /ext/spl/tests bug41691.phpt

2007-07-20 Thread Antony Dovgal
tony2001Fri Jul 20 10:53:45 2007 UTC Added files: /php-src/ext/spl/tests bug41691.phpt Modified files: /php-src/ext/splspl_array.c Log: fix #41691 (ArrayObject::exchangeArray hangs Apache) http://cvs.php.net/viewvc.cg

[PHP-CVS] cvs: php-src /ext/spl spl_array.c /ext/spl/tests iterator_026.phpt iterator_047.phpt

2007-06-27 Thread Antony Dovgal
tony2001Wed Jun 27 12:38:20 2007 UTC Modified files: /php-src/ext/splspl_array.c /php-src/ext/spl/tests iterator_026.phpt iterator_047.phpt Log: apply corrected fix fix tests http://cvs.php.net/viewvc.cgi/php-src/ext/spl/spl_array.c?r1

[PHP-CVS] cvs: php-src /ext/spl spl_array.c /ext/spl/tests bug41692.phpt

2007-06-27 Thread Antony Dovgal
tony2001Wed Jun 27 12:17:30 2007 UTC Added files: /php-src/ext/spl/tests bug41692.phpt Modified files: /php-src/ext/splspl_array.c Log: fix #41692 (ArrayObject shows weird behaviour in respect to inheritance) http://c

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

2007-04-06 Thread Marcus Boerger
helly Fri Apr 6 21:15:44 2007 UTC Modified files: /php-src/ext/splspl_array.c Log: - Fix unicode issue http://cvs.php.net/viewvc.cgi/php-src/ext/spl/spl_array.c?r1=1.124&r2=1.125&diff_format=u Index: php-src/ext/spl/spl_array.c diff -u php-src/ext/spl/spl

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

2007-03-24 Thread Marcus Boerger
helly Sat Mar 24 16:28:45 2007 UTC Modified files: /php-src/ext/splspl_array.c Log: - Drop double variable declaration http://cvs.php.net/viewvc.cgi/php-src/ext/spl/spl_array.c?r1=1.122&r2=1.123&diff_format=u Index: php-src/ext/spl/spl_array.c diff -u php-

[PHP-CVS] cvs: php-src /ext/spl spl_array.c /ext/spl/tests bug40872.phpt

2007-03-20 Thread Marcus Boerger
helly Tue Mar 20 20:21:39 2007 UTC Added files: /php-src/ext/spl/tests bug40872.phpt Modified files: /php-src/ext/splspl_array.c Log: - Fix Bug #40872 (inconsistency in offsetSet, offsetExists treatment of string enclosed intege

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

2007-02-08 Thread Marcus Boerger
helly Thu Feb 8 20:13:49 2007 UTC Modified files: /php-src/ext/splspl_array.c spl_array.h spl_iterators.c spl_iterators.h Log: - Moving Countable from spl_array.c to spl_iterator.c allows CachingIterator to implement Countable

[PHP-CVS] cvs: php-src /ext/spl spl_array.c spl_directory.c spl_functions.c spl_functions.h spl_observer.c /ext/spl/tests dit_001.phpt fileobject_003.phpt

2007-01-20 Thread Marcus Boerger
helly Sat Jan 20 16:19:21 2007 UTC Modified files: /php-src/ext/splspl_array.c spl_directory.c spl_functions.c spl_functions.h spl_observer.c /php-src/ext/spl/tests dit_001.phpt fileobject_003.phpt Log: - Mode debug info h

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

2007-01-20 Thread Marcus Boerger
helly Sat Jan 20 14:41:04 2007 UTC Modified files: /php-src/ext/splspl_array.c Log: - Drop left-over http://cvs.php.net/viewvc.cgi/php-src/ext/spl/spl_array.c?r1=1.118&r2=1.119&diff_format=u Index: php-src/ext/spl/spl_array.c diff -u php-src/ext/spl/spl_ar

[PHP-CVS] cvs: php-src /ext/spl spl_array.c /ext/spl/tests array_001.phpt array_002.phpt array_003.phpt array_007.phpt array_015.phpt array_017.phpt array_018.phpt array_022.phpt bug33136.phpt iterat

2007-01-20 Thread Marcus Boerger
helly Sat Jan 20 14:04:00 2007 UTC Modified files: /php-src/ext/splspl_array.c /php-src/ext/spl/tests array_001.phpt array_002.phpt array_003.phpt array_007.phpt array_015.phpt array_017.phpt

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

2007-01-02 Thread Marcus Boerger
helly Tue Jan 2 18:15:22 2007 UTC Modified files: /php-src/ext/splspl_array.c Log: - Make Andrei happy - spread some U's http://cvs.php.net/viewvc.cgi/php-src/ext/spl/spl_array.c?r1=1.115&r2=1.116&diff_format=u Index: php-src/ext/spl/spl_array.c diff -u ph

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

2006-10-19 Thread Sara Golemon
pollita Thu Oct 19 22:20:44 2006 UTC Modified files: /php-src/ext/splspl_array.c Log: Fix working with ArrayObjects which contain arrays. http://cvs.php.net/viewvc.cgi/php-src/ext/spl/spl_array.c?r1=1.113&r2=1.114&diff_format=u Index: php-src/ext/spl/spl_

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

2006-10-08 Thread Hannes Magnusson
bjori Sun Oct 8 10:50:19 2006 UTC Modified files: /php-src/ext/splspl_array.c Log: Remove duplicate 'wrong param count' warning http://cvs.php.net/viewvc.cgi/php-src/ext/spl/spl_array.c?r1=1.112&r2=1.113&diff_format=u Index: php-src/ext/spl/spl_array.c

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

2006-08-11 Thread Nuno Lopes
nlopess Fri Aug 11 17:06:19 2006 UTC Modified files: /php-src/ext/splspl_array.c Log: MFB5.2: fix #38402 (wrong proto for Array*::offsetGet()) http://cvs.php.net/viewvc.cgi/php-src/ext/spl/spl_array.c?r1=1.111&r2=1.112&diff_format=u Index: php-src/ext/spl/sp

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

2006-05-20 Thread Marcus Boerger
helly Sat May 20 19:47:18 2006 UTC Modified files: /php-src/ext/splspl_array.c Log: - Micro optimization http://cvs.php.net/viewcvs.cgi/php-src/ext/spl/spl_array.c?r1=1.110&r2=1.111&diff_format=u Index: php-src/ext/spl/spl_array.c diff -u php-src/ext/spl/s

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

2006-04-07 Thread Antony Dovgal
tony2001Fri Apr 7 22:53:34 2006 UTC Modified files: /php-src/ext/splspl_array.c Log: MF51: fix memory corruptions and leaks when cloning ArrayObjects and ArrayIterators http://cvs.php.net/viewcvs.cgi/php-src/ext/spl/spl_array.c?r1=1.109&r2=1.110

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

2006-04-03 Thread Marcus Boerger
helly Mon Apr 3 19:58:03 2006 UTC Modified files: /php-src/ext/splspl_array.c Log: - WS http://cvs.php.net/viewcvs.cgi/php-src/ext/spl/spl_array.c?r1=1.108&r2=1.109&diff_format=u Index: php-src/ext/spl/spl_array.c diff -u php-src/ext/spl/spl_array.c:1.108

[PHP-CVS] cvs: php-src /ext/spl spl_array.c /ext/spl/tests array_022.phpt

2006-04-03 Thread Marcus Boerger
helly Mon Apr 3 19:52:02 2006 UTC Added files: /php-src/ext/spl/tests array_022.phpt Modified files: /php-src/ext/splspl_array.c Log: - Fix issue related to #36941 (when referencing itself) http://cvs.php.net/viewcvs.cgi/php-

[PHP-CVS] cvs: php-src /ext/spl spl_array.c /ext/spl/tests bug36941.phpt

2006-04-02 Thread Marcus Boerger
helly Sun Apr 2 15:04:04 2006 UTC Modified files: /php-src/ext/splspl_array.c /php-src/ext/spl/tests bug36941.phpt Log: - Behavior fix for #36941 http://cvs.php.net/viewcvs.cgi/php-src/ext/spl/spl_array.c?r1=1.106&r2=1.107&diff_format=u Index: p

Re: [PHP-CVS] cvs: php-src /ext/spl spl_array.c /ext/spl/tests bug36941.phpt

2006-04-02 Thread Antony Dovgal
No MFH ? On 02.04.2006 02:39, Marcus Boerger wrote: helly Sat Apr 1 22:39:42 2006 UTC Added files: /php-src/ext/spl/tests bug36941.phpt Modified files: /php-src/ext/spl spl_array.c Log: - Bugfix #36941 (ArrayIterator does not clone i

[PHP-CVS] cvs: php-src /ext/spl spl_array.c /ext/spl/tests bug36941.phpt

2006-04-01 Thread Marcus Boerger
helly Sat Apr 1 22:39:42 2006 UTC Added files: /php-src/ext/spl/tests bug36941.phpt Modified files: /php-src/ext/splspl_array.c Log: - Bugfix #36941 (ArrayIterator does not clone itself) http://cvs.php.net/viewcvs.cgi/php-src

[PHP-CVS] cvs: php-src /ext/spl spl_array.c /ext/spl/tests iterator_035.phpt

2006-04-01 Thread Antony Dovgal
tony2001Sat Apr 1 19:14:01 2006 UTC Modified files: /php-src/ext/splspl_array.c /php-src/ext/spl/tests iterator_035.phpt Log: MF51: fix segfault when assigning value by ref and add test http://cvs.php.net/viewcvs.cgi/php-src/ext/spl/spl

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

2006-03-23 Thread Dmitry Stogov
dmitry Thu Mar 23 11:42:42 2006 UTC Modified files: /php-src/ext/splspl_array.c Log: Fixed possible memory corruption http://cvs.php.net/viewcvs.cgi/php-src/ext/spl/spl_array.c?r1=1.102&r2=1.103&diff_format=u Index: php-src/ext/spl/spl_array.c diff -u ph

[PHP-CVS] cvs: php-src /ext/spl spl_array.c /ext/spl/tests bug36825.phpt

2006-03-22 Thread Antony Dovgal
tony2001Wed Mar 22 23:12:38 2006 UTC Modified files: /php-src/ext/splspl_array.c /php-src/ext/spl/tests bug36825.phpt Log: fix leak, add test http://cvs.php.net/viewcvs.cgi/php-src/ext/spl/spl_array.c?r1=1.101&r2=1.102&diff_format=u Inde

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

2006-03-22 Thread Antony Dovgal
tony2001Wed Mar 22 21:57:10 2006 UTC Modified files: /php-src/ext/splspl_array.c Log: MFH: fix #36825 (Exceptions thrown in ArrayObject::offsetGet cause segfault) fix similar issue in offsetExists() remove redundant semicolons http://cvs.php.n

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

2006-03-04 Thread Marcus Boerger
helly Sat Mar 4 16:45:45 2006 UTC Modified files: /php-src/ext/splspl_array.c Log: - WS/CS http://cvs.php.net/viewcvs.cgi/php-src/ext/spl/spl_array.c?r1=1.99&r2=1.100&diff_format=u Index: php-src/ext/spl/spl_array.c diff -u php-src/ext/spl/spl_array.c:1.9

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

2006-02-05 Thread Marcus Boerger
helly Mon Feb 6 02:07:09 2006 UTC Modified files: /php-src/ext/splspl_array.c Log: - Finally enable optimization http://cvs.php.net/viewcvs.cgi/php-src/ext/spl/spl_array.c?r1=1.95&r2=1.96&diff_format=u Index: php-src/ext/spl/spl_array.c diff -u php-src/ex

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

2006-02-05 Thread Marcus Boerger
helly Mon Feb 6 01:49:13 2006 UTC Modified files: /php-src/ext/splspl_array.c Log: - WS - current() doesn't return anything http://cvs.php.net/viewcvs.cgi/php-src/ext/spl/spl_array.c?r1=1.94&r2=1.95&diff_format=u Index: php-src/ext/spl/spl_array.c di

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

2006-02-05 Thread Marcus Boerger
helly Mon Feb 6 01:42:37 2006 UTC Modified files: /php-src/ext/splspl_array.c Log: - Simplify http://cvs.php.net/viewcvs.cgi/php-src/ext/spl/spl_array.c?r1=1.93&r2=1.94&diff_format=u Index: php-src/ext/spl/spl_array.c diff -u php-src/ext/spl/spl_array.c:1

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

2006-02-05 Thread Marcus Boerger
helly Mon Feb 6 01:30:26 2006 UTC Modified files: /php-src/ext/splspl_array.c Log: - Simplify http://cvs.php.net/viewcvs.cgi/php-src/ext/spl/spl_array.c?r1=1.92&r2=1.93&diff_format=u Index: php-src/ext/spl/spl_array.c diff -u php-src/ext/spl/spl_array.c:1

[PHP-CVS] cvs: php-src /ext/spl spl_array.c /ext/spl/tests array_019.phpt array_020.phpt

2006-02-05 Thread Marcus Boerger
helly Mon Feb 6 00:58:11 2006 UTC Added files: /php-src/ext/spl/tests array_019.phpt array_020.phpt Modified files: /php-src/ext/splspl_array.c Log: - Synch c-level iterator and iterator methods - Fix iterator checks # A ni

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

2006-02-02 Thread Marcus Boerger
helly Thu Feb 2 22:11:49 2006 UTC Modified files: /php-src/ext/splspl_array.c Log: - Fix ArrayIterator::seek() edge cases http://cvs.php.net/viewcvs.cgi/php-src/ext/spl/spl_array.c?r1=1.89&r2=1.90&diff_format=u Index: php-src/ext/spl/spl_array.c diff -u p

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

2005-10-29 Thread Marcus Boerger
helly Sat Oct 29 11:37:58 2005 EDT Modified files: /php-src/ext/splspl_array.c spl_array.h spl_iterators.c Log: - Add AppendIterator::getIteratorIndex - Add AppendIterator::getArrayIterator http://cvs.php.net/diff.php/php-src/ext/spl/spl_array.c?r1=1.

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

2005-10-09 Thread Marcus Boerger
helly Sun Oct 9 05:55:32 2005 EDT Modified files: /php-src/ext/splspl_array.c Log: - Fix potential SEGV with overloaded objects http://cvs.php.net/diff.php/php-src/ext/spl/spl_array.c?r1=1.84&r2=1.85&ty=u Index: php-src/ext/spl/spl_array.c diff -u php-src

[PHP-CVS] cvs: php-src /ext/spl spl_array.c /ext/spl/tests array_018.phpt

2005-10-03 Thread Marcus Boerger
helly Mon Oct 3 13:58:47 2005 EDT Added files: /php-src/ext/spl/tests array_018.phpt Modified files: /php-src/ext/splspl_array.c Log: - Throw an exception if an illegal string value is being used in ArrayObject::offsetSet()

[PHP-CVS] cvs: php-src /ext/spl spl_array.c /ext/spl/examples class_tree.php

2005-10-03 Thread Marcus Boerger
helly Mon Oct 3 08:55:11 2005 EDT Modified files: /php-src/ext/splspl_array.c /php-src/ext/spl/examples class_tree.php Log: - Add sorting to ArrayObject/Iterator http://cvs.php.net/diff.php/php-src/ext/spl/spl_array.c?r1=1.81&r2=1.82&ty=u Index: ph

[PHP-CVS] cvs: php-src /ext/spl spl_array.c /ext/spl/examples class_tree.php /ext/spl/internal recursivearrayiterator.inc

2005-10-03 Thread Marcus Boerger
helly Mon Oct 3 05:12:39 2005 EDT Modified files: /php-src/ext/splspl_array.c /php-src/ext/spl/internal recursivearrayiterator.inc /php-src/ext/spl/examples class_tree.php Log: - Fix issue with RecursiveArrayIterator::getChildren() http:/

Re: [PHP-CVS] cvs: php-src /ext/spl spl_array.c /ext/spl/tests iterator_024.phpt iterator_027.phpt

2005-09-19 Thread Marcus Boerger
Hello Dmitry, many thanks! Monday, September 19, 2005, 9:49:14 AM, you wrote: > dmitry Mon Sep 19 03:49:14 2005 EDT > Modified files: > /php-src/ext/splspl_array.c > /php-src/ext/spl/tests iterator_024.phpt iterator_027.phpt > Log: > Unicode sup

[PHP-CVS] cvs: php-src /ext/spl spl_array.c /ext/spl/tests iterator_024.phpt iterator_027.phpt

2005-09-19 Thread Dmitry Stogov
dmitry Mon Sep 19 03:49:14 2005 EDT Modified files: /php-src/ext/splspl_array.c /php-src/ext/spl/tests iterator_024.phpt iterator_027.phpt Log: Unicode support http://cvs.php.net/diff.php/php-src/ext/spl/spl_array.c?r1=1.79&r2=1.80&ty=u Index:

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

2005-09-18 Thread Marcus Boerger
helly Sun Sep 18 13:32:54 2005 EDT Modified files: /php-src/ext/splspl_array.c Log: - Derick changed the test but forgot to make the code use E_RECOVERABLE_ERROR http://cvs.php.net/diff.php/php-src/ext/spl/spl_array.c?r1=1.78&r2=1.79&ty=u Index: php-src/ex

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

2005-08-12 Thread Dmitry Stogov
dmitry Fri Aug 12 08:59:20 2005 EDT Modified files: /php-src/ext/splspl_array.c Log: Unicode support http://cvs.php.net/diff.php/php-src/ext/spl/spl_array.c?r1=1.75&r2=1.76&ty=u Index: php-src/ext/spl/spl_array.c diff -u php-src/ext/spl/spl_array.c:1.75

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

2005-08-12 Thread Dmitry Stogov
dmitry Fri Aug 12 08:14:32 2005 EDT Modified files: /php-src/ext/splspl_array.c Log: Fixed SIGSEGV http://cvs.php.net/diff.php/php-src/ext/spl/spl_array.c?r1=1.74&r2=1.75&ty=u Index: php-src/ext/spl/spl_array.c diff -u php-src/ext/spl/spl_array.c:1.74 ph

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

2005-08-10 Thread Marcus Boerger
helly Wed Aug 10 17:53:56 2005 EDT Modified files: /php-src/ext/splspl_array.c Log: - WS http://cvs.php.net/diff.php/php-src/ext/spl/spl_array.c?r1=1.71&r2=1.72&ty=u Index: php-src/ext/spl/spl_array.c diff -u php-src/ext/spl/spl_array.c:1.71 php-src/ext/sp

[PHP-CVS] cvs: php-src /ext/spl spl_array.c /ext/spl/tests bug33136.phpt

2005-06-19 Thread Marcus Boerger
helly Sun Jun 19 23:02:52 2005 EDT Added files: /php-src/ext/spl/tests bug33136.phpt Modified files: /php-src/ext/splspl_array.c Log: - Fixed #33136: - Allow ArrayObject::offsetSet(NULL, $value) as replacement for [] = $value

[PHP-CVS] cvs: php-src /ext/spl spl_array.c /ext/spl/tests array_017.phpt

2005-06-19 Thread Marcus Boerger
helly Sun Jun 19 20:19:18 2005 EDT Added files: /php-src/ext/spl/tests array_017.phpt Modified files: /php-src/ext/splspl_array.c Log: - Fix handling of ArrayObject/ArrayIterator flags and provide test http://cvs.php.net/dif

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

2005-05-24 Thread Marcus Boerger
helly Tue May 24 13:59:48 2005 EDT Modified files: /php-src/ext/splspl_array.c Log: - Small fix (found by joerg) http://cvs.php.net/diff.php/php-src/ext/spl/spl_array.c?r1=1.67&r2=1.68&ty=u Index: php-src/ext/spl/spl_array.c diff -u php-src/ext/spl/spl_arr

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

2005-05-19 Thread Marcus Boerger
helly Thu May 19 11:52:02 2005 EDT Modified files: /php-src/ext/splspl_array.c Log: - Add ability to reference the object itself - Add ability to exchange the refrenced object - Add ArrayObject::getFlags/setFlags and 2nd param to __construct to contr

[PHP-CVS] cvs: php-src /ext/spl spl_array.c /ext/spl/tests bug32394.phpt

2005-03-21 Thread Marcus Boerger
helly Mon Mar 21 15:07:33 2005 EDT Added files: /php-src/ext/spl/tests bug32394.phpt Modified files: /php-src/ext/splspl_array.c Log: - Fix Bug #32394 offsetUnset() segfaults in a foreach http://cvs.php.net/diff.php/php-src

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

2005-03-13 Thread Marcus Boerger
helly Sun Mar 13 11:35:01 2005 EDT Modified files: /php-src/ext/splspl_array.c Log: - Fix signature definition http://cvs.php.net/diff.php/php-src/ext/spl/spl_array.c?r1=1.64&r2=1.65&ty=u Index: php-src/ext/spl/spl_array.c diff -u php-src/ext/spl/spl_array

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

2005-03-10 Thread Marcus Boerger
helly Thu Mar 10 19:41:42 2005 EDT Modified files: /php-src/ext/splspl_array.c Log: - Don't touch refcount/is_ref http://cvs.php.net/diff.php/php-src/ext/spl/spl_array.c?r1=1.63&r2=1.64&ty=u Index: php-src/ext/spl/spl_array.c diff -u php-src/ext/spl/spl_ar

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

2005-03-08 Thread Johannes Schlüter
johannesTue Mar 8 16:33:17 2005 EDT Modified files: /php-src/ext/splspl_array.c Log: - Fix #32238 (spl_array.c: void function cannot return value) http://cvs.php.net/diff.php/php-src/ext/spl/spl_array.c?r1=1.62&r2=1.63&ty=u Index: php-src/ext/spl/sp

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

2005-03-06 Thread Marcus Boerger
helly Sun Mar 6 18:09:21 2005 EDT Modified files: /php-src/ext/splspl_array.c Log: - Use new objects http://cvs.php.net/diff.php/php-src/ext/spl/spl_array.c?r1=1.61&r2=1.62&ty=u Index: php-src/ext/spl/spl_array.c diff -u php-src/ext/spl/spl_array.c:1.61 p

[PHP-CVS] cvs: php-src /ext/spl spl_array.c /ext/spl/tests array_014.phpt

2005-03-05 Thread Marcus Boerger
helly Sat Mar 5 06:35:13 2005 EDT Modified files: /php-src/ext/splspl_array.c /php-src/ext/spl/tests array_014.phpt Log: - Negative seeking is not supported http://cvs.php.net/diff.php/php-src/ext/spl/spl_array.c?r1=1.60&r2=1.61&ty=u Index: p

[PHP-CVS] cvs: php-src /ext/spl spl_array.c /ext/spl/tests bug32134.phpt

2005-03-03 Thread Marcus Boerger
helly Thu Mar 3 05:35:34 2005 EDT Added files: /php-src/ext/spl/tests bug32134.phpt Modified files: /php-src/ext/splspl_array.c Log: - Fix bug #32134 http://cvs.php.net/diff.php/php-src/ext/spl/spl_array.c?r1=1.59&r2=1.60&t

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

2005-03-01 Thread Marcus Boerger
helly Tue Mar 1 05:06:11 2005 EDT Modified files: /php-src/ext/splspl_array.c Log: - Fix #32130 (ArrayIterator::seek() does not throw an Exception on invalid index) http://cvs.php.net/diff.php/php-src/ext/spl/spl_array.c?r1=1.58&r2=1.59&ty=u Index: php-s

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

2005-01-26 Thread Marcus Boerger
helly Wed Jan 26 19:22:08 2005 EDT Modified files: /php-src/ext/splspl_array.c Log: - Know whether ew refer to an external array (is_ref) or not http://cvs.php.net/diff.php/php-src/ext/spl/spl_array.c?r1=1.57&r2=1.58&ty=u Index: php-src/ext/spl/spl_array.c

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

2004-11-11 Thread Marcus Boerger
helly Thu Nov 11 15:06:26 2004 EDT Modified files: /php-src/ext/splspl_array.c Log: - Correct exception throwing http://cvs.php.net/diff.php/php-src/ext/spl/spl_array.c?r1=1.56&r2=1.57&ty=u Index: php-src/ext/spl/spl_array.c diff -u php-src/ext/spl/spl_arr

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

2004-11-11 Thread Marcus Boerger
helly Thu Nov 11 14:42:13 2004 EDT Modified files: /php-src/ext/splspl_array.c Log: - Use exceptions now they work http://cvs.php.net/diff.php/php-src/ext/spl/spl_array.c?r1=1.55&r2=1.56&ty=u Index: php-src/ext/spl/spl_array.c diff -u php-src/ext/spl/spl_a

[PHP-CVS] cvs: php-src /ext/spl spl_array.c spl_array.h spl_directory.c spl_directory.h spl_exceptions.c spl_exceptions.h spl_iterators.c spl_iterators.h /ext/standard array.c

2004-11-01 Thread Marcus Boerger
helly Mon Nov 1 15:57:24 2004 EDT Modified files: /php-src/ext/standard array.c /php-src/ext/splspl_array.c spl_array.h spl_directory.c spl_directory.h spl_exceptions.c spl_exceptions.h spl_iterators.c

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

2004-08-31 Thread Marcus Boerger
helly Tue Aug 31 16:54:00 2004 EDT Modified files: /php-src/ext/splspl_array.c Log: Fix seeking http://cvs.php.net/diff.php/php-src/ext/spl/spl_array.c?r1=1.49&r2=1.50&ty=u Index: php-src/ext/spl/spl_array.c diff -u php-src/ext/spl/spl_array.c:1.49 php-src

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

2004-06-20 Thread Marcus Boerger
helly Sun Jun 20 12:46:27 2004 EDT Modified files: /php-src/ext/splspl_array.c Log: Fix 2nd issue of bug #28831 http://cvs.php.net/diff.php/php-src/ext/spl/spl_array.c?r1=1.47&r2=1.48&ty=u Index: php-src/ext/spl/spl_array.c diff -u php-src/ext/spl/spl_arra

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

2004-05-06 Thread Marcus Boerger
helly Fri May 7 02:13:21 2004 EDT Modified files: /php-src/ext/splspl_array.c Log: - Fix bug #28309 http://cvs.php.net/diff.php/php-src/ext/spl/spl_array.c?r1=1.46&r2=1.47&ty=u Index: php-src/ext/spl/spl_array.c diff -u php-src/ext/spl/spl_array.c:1.46 ph

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

2004-05-06 Thread Marcus Boerger
helly Thu May 6 04:57:21 2004 EDT Modified files: /php-src/ext/splspl_array.c Log: Count support for ArrayIterator & ArrayObject http://cvs.php.net/diff.php/php-src/ext/spl/spl_array.c?r1=1.45&r2=1.46&ty=u Index: php-src/ext/spl/spl_array.c diff -u php

[PHP-CVS] cvs: php-src /ext/spl spl_array.c /ext/spl/examples appenditerator.inc /ext/spl/tests array_013.phpt

2004-04-29 Thread Marcus Boerger
helly Thu Apr 29 18:25:45 2004 EDT Added files: /php-src/ext/spl/tests array_013.phpt Modified files: /php-src/ext/splspl_array.c /php-src/ext/spl/examples appenditerator.inc Log: - ArrayObject::append() must not be called

Re: [PHP-CVS] cvs: php-src /ext/spl spl_array.c

2004-04-29 Thread Marcus Boerger
Hello Jon, Thursday, April 29, 2004, 12:19:50 AM, you wrote: > On Wed, Apr 28, 2004 at 09:45:41PM -, Marcus Boerger wrote: >> +/* {{{ proto bool ArrayObject::count() >> + Return the number of elements in the Iterator. */ >> +SPL_METHOD(Array, count) >> +{ >> +long position; >> +zval

[PHP-CVS] cvs: php-src /ext/spl spl_array.c /ext/spl/tests array_012.phpt

2004-04-29 Thread Marcus Boerger
helly Thu Apr 29 03:22:02 2004 EDT Added files: /php-src/ext/spl/tests array_012.phpt Modified files: /php-src/ext/splspl_array.c Log: - Remove unused variable - Respect visibility in count() and add a test for that http:

Re: [PHP-CVS] cvs: php-src /ext/spl spl_array.c

2004-04-28 Thread Jon Parise
On Wed, Apr 28, 2004 at 09:45:41PM -, Marcus Boerger wrote: > +/* {{{ proto bool ArrayObject::count() > + Return the number of elements in the Iterator. */ > +SPL_METHOD(Array, count) > +{ > + long position; > + zval *object = getThis(); > + spl_array_object *intern = > (spl_array

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

2004-04-28 Thread Marcus Boerger
helly Wed Apr 28 17:45:41 2004 EDT Modified files: /php-src/ext/splspl_array.c Log: Count() was missing http://cvs.php.net/diff.php/php-src/ext/spl/spl_array.c?r1=1.41&r2=1.42&ty=u Index: php-src/ext/spl/spl_array.c diff -u php-src/ext/spl/spl_array.c:1.41

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

2004-04-27 Thread Marcus Boerger
helly Tue Apr 27 11:42:45 2004 EDT Modified files: /php-src/ext/splspl_array.c Log: - Fix ArrayIterator iteration - Make it seekable http://cvs.php.net/diff.php/php-src/ext/spl/spl_array.c?r1=1.40&r2=1.41&ty=u Index: php-src/ext/spl/spl_array.c diff -

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

2004-04-25 Thread Marcus Boerger
helly Sun Apr 25 09:04:36 2004 EDT Modified files: /php-src/ext/splspl_array.c Log: With the new inheritance rules we need an explicit append method. http://cvs.php.net/diff.php/php-src/ext/spl/spl_array.c?r1=1.39&r2=1.40&ty=u Index: php-src/ext/spl/spl

[PHP-CVS] cvs: php-src /ext/spl spl_array.c spl_iterators.c /ext/spl/examples directorytree.php /ext/spl/tests array_003.phpt array_004.phpt array_006.phpt array_007.phpt array_008.phpt array_009.phpt array_010.phpt array_011.phpt iterator_get_inner.phpt limititerator.phpt

2004-04-25 Thread Marcus Boerger
helly Sun Apr 25 07:14:12 2004 EDT Added files: /php-src/ext/spl/tests array_006.phpt array_007.phpt array_008.phpt array_009.phpt array_010.phpt array_011.phpt iterator_get_inner.phpt Modif

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

2004-04-13 Thread Marcus Boerger
helly Tue Apr 13 15:06:16 2004 EDT Modified files: /php-src/ext/splspl_array.c Log: Bugfix #27979 http://cvs.php.net/diff.php/php-src/ext/spl/spl_array.c?r1=1.37&r2=1.38&ty=u Index: php-src/ext/spl/spl_array.c diff -u php-src/ext/spl/spl_array.c:1.37 php-s

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

2004-04-13 Thread Stanislav Malyshev
stasTue Apr 13 12:21:24 2004 EDT Modified files: /php-src/ext/splspl_array.c Log: fix bug #27979 http://cvs.php.net/diff.php/php-src/ext/spl/spl_array.c?r1=1.36&r2=1.37&ty=u Index: php-src/ext/spl/spl_array.c diff -u php-src/ext/spl/spl_array.c:1.36 p

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

2004-03-20 Thread Marcus Boerger
helly Sat Mar 20 11:10:58 2004 EDT Modified files: /php-src/ext/splspl_array.c Log: Fix return value to match std array func behavior http://cvs.php.net/diff.php/php-src/ext/spl/spl_array.c?r1=1.35&r2=1.36&ty=u Index: php-src/ext/spl/spl_array.c diff -u ph

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

2004-02-12 Thread Marcus Boerger
helly Thu Feb 12 16:43:11 2004 EDT Modified files: /php-src/ext/splspl_array.c Log: Fix (thx Andi) http://cvs.php.net/diff.php/php-src/ext/spl/spl_array.c?r1=1.32&r2=1.33&ty=u Index: php-src/ext/spl/spl_array.c diff -u php-src/ext/spl/spl_array.c:1.32 p

  1   2   >