[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.162r2=1.163diff_format=u Index:

[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)

[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

[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.158r2=1.159diff_format=u Index: php-src/ext/spl/spl_array.c diff -u

[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.152r2=1.153diff_format=u Index: php-src/ext/spl/spl_array.c diff -u

[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.151r2=1.152diff_format=u Index: php-src/ext/spl/spl_array.c diff -u

[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

[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)

[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)

[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)

[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..

[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

[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

[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.141r2=1.142diff_format=u Index: php-src/ext/spl/spl_array.c diff -u

[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)

[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

[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.138r2=1.139diff_format=u Index: php-src/ext/spl/spl_array.c diff

[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.137r2=1.138diff_format=u

[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

[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.134r2=1.135diff_format=u Index: php-src/ext/spl/spl_array.c diff

[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.132r2=1.133diff_format=u Index: php-src/ext/spl/spl_array.c diff -u

[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

[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.131r2=1.132diff_format=u Index: php-src/ext/spl/spl_array.c diff -u

[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)

[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)

[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

[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.124r2=1.125diff_format=u Index: php-src/ext/spl/spl_array.c diff -u

[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.122r2=1.123diff_format=u Index: php-src/ext/spl/spl_array.c diff -u

[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

[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 /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-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.118r2=1.119diff_format=u Index: php-src/ext/spl/spl_array.c diff -u

[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

[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.115r2=1.116diff_format=u Index: php-src/ext/spl/spl_array.c diff -u

[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.113r2=1.114diff_format=u Index:

[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.112r2=1.113diff_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.111r2=1.112diff_format=u Index:

[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.110r2=1.111diff_format=u Index: php-src/ext/spl/spl_array.c diff -u

[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

[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)

[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.108r2=1.109diff_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 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.106r2=1.107diff_format=u Index:

[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)

[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.102r2=1.103diff_format=u Index: php-src/ext/spl/spl_array.c diff -u

[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

[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.101r2=1.102diff_format=u

[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.99r2=1.100diff_format=u Index: php-src/ext/spl/spl_array.c diff -u php-src/ext/spl/spl_array.c:1.99

[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

[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.92r2=1.93diff_format=u Index: php-src/ext/spl/spl_array.c diff -u

[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.93r2=1.94diff_format=u Index: php-src/ext/spl/spl_array.c diff -u

[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.94r2=1.95diff_format=u Index: php-src/ext/spl/spl_array.c

[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.95r2=1.96diff_format=u Index: php-src/ext/spl/spl_array.c diff -u

[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.89r2=1.90diff_format=u Index: php-src/ext/spl/spl_array.c diff -u

[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.84r2=1.85ty=u Index: php-src/ext/spl/spl_array.c diff -u

[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()

[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.81r2=1.82ty=u Index:

[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/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.79r2=1.80ty=u Index:

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 support

[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.78r2=1.79ty=u Index:

[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.75r2=1.76ty=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-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.71r2=1.72ty=u Index: php-src/ext/spl/spl_array.c diff -u php-src/ext/spl/spl_array.c:1.71

[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

[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

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

[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

[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.64r2=1.65ty=u Index: php-src/ext/spl/spl_array.c diff -u

[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.63r2=1.64ty=u Index: php-src/ext/spl/spl_array.c diff -u

[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.62r2=1.63ty=u Index:

[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.61r2=1.62ty=u Index: php-src/ext/spl/spl_array.c diff -u php-src/ext/spl/spl_array.c:1.61

[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

[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.58r2=1.59ty=u Index:

[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.55r2=1.56ty=u Index: php-src/ext/spl/spl_array.c diff -u

[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.56r2=1.57ty=u Index: php-src/ext/spl/spl_array.c diff -u

[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.49r2=1.50ty=u Index: php-src/ext/spl/spl_array.c diff -u php-src/ext/spl/spl_array.c:1.49

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

2004-05-07 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.46r2=1.47ty=u Index: php-src/ext/spl/spl_array.c diff -u php-src/ext/spl/spl_array.c:1.46

[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.45r2=1.46ty=u Index: php-src/ext/spl/spl_array.c diff -u

[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

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 *object =

[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

[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.41r2=1.42ty=u Index: php-src/ext/spl/spl_array.c diff -u php-src/ext/spl/spl_array.c:1.41

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 =

[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.40r2=1.41ty=u Index: php-src/ext/spl/spl_array.c diff -u

[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

[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.39r2=1.40ty=u Index:

[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.36r2=1.37ty=u Index: php-src/ext/spl/spl_array.c diff -u php-src/ext/spl/spl_array.c:1.36

[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.37r2=1.38ty=u Index: php-src/ext/spl/spl_array.c diff -u php-src/ext/spl/spl_array.c:1.37

[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.35r2=1.36ty=u Index: php-src/ext/spl/spl_array.c diff -u

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

2004-02-12 Thread Marcus Boerger
helly Thu Feb 12 15:52:49 2004 EDT Modified files: /php-src/ext/spl/tests array_object.phpt /php-src/ext/splspl_array.c Log: Fix ArrayObject http://cvs.php.net/diff.php/php-src/ext/spl/tests/array_object.phpt?r1=1.1r2=1.2ty=u Index:

[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.32r2=1.33ty=u Index: php-src/ext/spl/spl_array.c diff -u php-src/ext/spl/spl_array.c:1.32

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

2004-02-04 Thread Zeev Suraski
zeevWed Feb 4 07:45:48 2004 EDT Modified files: /php-src/ext/splspl_array.c spl_directory.c spl_iterators.c Log: API updates http://cvs.php.net/diff.php/php-src/ext/spl/spl_array.c?r1=1.30r2=1.31ty=u Index: php-src/ext/spl/spl_array.c diff -u