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

2009-05-09 Thread Scott MacVicar
scottmacSat May 9 19:37:34 2009 UTC Modified files: /php-src/ext/splspl_iterators.c Log: Fix bug #48206 - Iterating over an invalid data structure leads to a segfault

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

2009-05-09 Thread Scott MacVicar
scottmacSat May 9 19:42:43 2009 UTC Modified files: /php-src/ext/splspl_iterators.c Log: Fix bug #48206 again http://cvs.php.net/viewvc.cgi/php-src/ext/spl/spl_iterators.c?r1=1.189r2=1.190diff_format=u Index: php-src/ext/spl/spl_iterators.c diff

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

2009-05-09 Thread Johannes Schlüter
On Sat, 2009-05-09 at 19:37 +, Scott MacVicar wrote: scottmac Sat May 9 19:37:34 2009 UTC Modified files: /php-src/ext/spl spl_iterators.c Log: Fix bug #48206 - Iterating over an invalid data structure leads to a segfault is there a test case

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

2009-05-09 Thread Scott MacVicar
On 9 May 2009, at 21:42, Johannes Schlüter wrote: On Sat, 2009-05-09 at 19:37 +, Scott MacVicar wrote: scottmacSat May 9 19:37:34 2009 UTC Modified files: /php-src/ext/spl spl_iterators.c Log: Fix bug #48206 - Iterating over an invalid data structure leads to

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

2009-05-09 Thread zoe
Johannes Schlüter wrote: On Sat, 2009-05-09 at 19:37 +, Scott MacVicar wrote: scottmacSat May 9 19:37:34 2009 UTC Modified files: /php-src/ext/spl spl_iterators.c Log: Fix bug #48206 - Iterating over an invalid data structure leads to a

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

2009-01-19 Thread Felipe Pena
felipe Tue Jan 20 00:40:17 2009 UTC Modified files: /php-src/ext/splspl_iterators.c Log: - Added missing return; http://cvs.php.net/viewvc.cgi/php-src/ext/spl/spl_iterators.c?r1=1.185r2=1.186diff_format=u Index: php-src/ext/spl/spl_iterators.c diff -u

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

2008-09-22 Thread Felipe Pena
felipe Mon Sep 22 13:06:29 2008 UTC Added files: /php-src/ext/spl/tests bug46088.phpt Modified files: /php-src/ext/splspl_iterators.c Log: - Fixed bug #46088 (RegexIterator::accept - segfault)

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

2008-09-09 Thread Arnaud Le Blanc
lbarnaudTue Sep 9 19:43:52 2008 UTC Added files: /php-src/ext/spl/tests bug46031.phpt Modified files: /php-src/ext/splspl_iterators.c Log: Fixed bug #46031 (Segfault in AppendIterator::next)

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

2008-07-29 Thread Dmitry Stogov
dmitry Tue Jul 29 11:50:23 2008 UTC Modified files: /php-src/ext/splspl_iterators.c Log: Removed warning http://cvs.php.net/viewvc.cgi/php-src/ext/spl/spl_iterators.c?r1=1.174r2=1.175diff_format=u Index: php-src/ext/spl/spl_iterators.c diff -u

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

2008-07-19 Thread Derick Rethans
derick Sat Jul 19 19:23:54 2008 UTC Modified files: /php-src/ext/splspl_iterators.c Log: - Fixed ZTS build. http://cvs.php.net/viewvc.cgi/php-src/ext/spl/spl_iterators.c?r1=1.171r2=1.172diff_format=u Index: php-src/ext/spl/spl_iterators.c diff -u

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

2008-07-19 Thread Etienne Kneuss
colder Sat Jul 19 19:45:25 2008 UTC Modified files: /php-src/ext/splspl_iterators.c Log: Complete the ZTS build fix http://cvs.php.net/viewvc.cgi/php-src/ext/spl/spl_iterators.c?r1=1.172r2=1.173diff_format=u Index: php-src/ext/spl/spl_iterators.c diff -u

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

2008-07-19 Thread Marcus Boerger
Hello Derick, Etienne, hmmm. And I though I had that on. marcus Saturday, July 19, 2008, 9:45:25 PM, you wrote: colder Sat Jul 19 19:45:25 2008 UTC Modified files: /php-src/ext/splspl_iterators.c Log: Complete the ZTS build fix

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

2008-03-12 Thread Etienne Kneuss
colder Wed Mar 12 13:35:04 2008 UTC Modified files: /php-src/ext/splspl_iterators.c /php-src/ext/spl/tests bug41828.phpt Log: Fix bug #41828 (Fix crash on wrong instantiation)

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

2008-01-10 Thread Marcus Boerger
helly Thu Jan 10 10:11:21 2008 UTC Modified files: /php-src/ext/splspl_iterators.c Log: - Fix bug in example code found by Surf Chen http://cvs.php.net/viewvc.cgi/php-src/ext/spl/spl_iterators.c?r1=1.167r2=1.168diff_format=u Index:

[PHP-CVS] cvs: php-src /ext/spl spl_iterators.c /ext/standard formatted_print.c type.c

2007-05-17 Thread Antony Dovgal
tony2001Thu May 17 17:29:09 2007 UTC Modified files: /php-src/ext/splspl_iterators.c /php-src/ext/standard formatted_print.c type.c Log: zend_make_printable_zval - zend_make_string_zval

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

2007-05-10 Thread Marcus Boerger
helly Fri May 11 00:14:37 2007 UTC Modified files: /php-src/ext/splspl_iterators.c spl_iterators.h Log: -Addvert optionto RegexIterator http://cvs.php.net/viewvc.cgi/php-src/ext/spl/spl_iterators.c?r1=1.160r2=1.161diff_format=u Index:

[PHP-CVS] cvs: php-src /ext/spl spl_iterators.c /ext/spl/internal parentiterator.inc

2007-03-04 Thread Marcus Boerger
helly Sun Mar 4 12:06:55 2007 UTC Modified files: /php-src/ext/splspl_iterators.c /php-src/ext/spl/internal parentiterator.inc Log: - Match docu with implementation - RecursiveFilterIterator::accept() needs to be abstract

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

2006-11-07 Thread Johannes Schl
johannesTue Nov 7 15:17:42 2006 UTC Modified files: /php-src/ext/splspl_iterators.c Log: - No C++ comments (fix #39414) http://cvs.php.net/viewvc.cgi/php-src/ext/spl/spl_iterators.c?r1=1.153r2=1.154diff_format=u Index:

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

2006-11-03 Thread Hannes Magnusson
bjori Fri Nov 3 14:08:11 2006 UTC Modified files: /php-src/ext/splspl_iterators.c Log: CS fix http://cvs.php.net/viewvc.cgi/php-src/ext/spl/spl_iterators.c?r1=1.151r2=1.152diff_format=u Index: php-src/ext/spl/spl_iterators.c diff -u

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

2006-10-31 Thread Hannes Magnusson
bjori Tue Oct 31 23:57:30 2006 UTC Modified files: /php-src/ext/splspl_iterators.c Log: Fix segfault on invalid regex http://cvs.php.net/viewvc.cgi/php-src/ext/spl/spl_iterators.c?r1=1.150r2=1.151diff_format=u Index: php-src/ext/spl/spl_iterators.c

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

2006-09-19 Thread Dmitry Stogov
dmitry Tue Sep 19 07:39:07 2006 UTC Modified files: /php-src/ext/splspl_iterators.c Log: Fixed PCRE related compilation errors http://cvs.php.net/viewvc.cgi/php-src/ext/spl/spl_iterators.c?r1=1.149r2=1.150diff_format=u Index:

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

2006-08-29 Thread Antony Dovgal
tony2001Tue Aug 29 21:49:32 2006 UTC Modified files: /php-src/ext/splspl_iterators.c Log: fix build http://cvs.php.net/viewvc.cgi/php-src/ext/spl/spl_iterators.c?r1=1.148r2=1.149diff_format=u Index: php-src/ext/spl/spl_iterators.c diff -u

[PHP-CVS] cvs: php-src /ext/spl spl_iterators.c /ext/spl/internal regexiterator.inc

2006-07-21 Thread Marcus Boerger
helly Fri Jul 21 19:57:36 2006 UTC Modified files: /php-src/ext/splspl_iterators.c /php-src/ext/spl/internal regexiterator.inc Log: - Add control functions to RegexIterator

[PHP-CVS] cvs: php-src /ext/spl spl_iterators.c /ext/spl/internal recursiveregexiterator.inc

2006-07-21 Thread Marcus Boerger
helly Fri Jul 21 21:09:49 2006 UTC Modified files: /php-src/ext/splspl_iterators.c /php-src/ext/spl/internal recursiveregexiterator.inc Log: - Match code with docu

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

2006-07-20 Thread Marcus Boerger
helly Thu Jul 20 21:32:44 2006 UTC Modified files: /php-src/ext/splspl_iterators.c Log: # Sometimes i hate CVS and have no idea what it is doing http://cvs.php.net/viewvc.cgi/php-src/ext/spl/spl_iterators.c?r1=1.142r2=1.143diff_format=u Index:

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

2006-07-20 Thread Marcus Boerger
helly Thu Jul 20 22:52:16 2006 UTC Modified files: /php-src/ext/splspl_iterators.c Log: - Need to initialized zvals completley http://cvs.php.net/viewvc.cgi/php-src/ext/spl/spl_iterators.c?r1=1.144r2=1.145diff_format=u Index:

[PHP-CVS] cvs: php-src /ext/spl spl_iterators.c /ext/spl/internal regexiterator.inc /ext/spl/tests iterator_050.phpt iterator_051.phpt iterator_052.phpt iterator_053.phpt iterator_054.phpt iterator_

2006-07-20 Thread Marcus Boerger
helly Thu Jul 20 22:35:44 2006 UTC Modified files: /php-src/ext/splspl_iterators.c /php-src/ext/spl/internal regexiterator.inc /php-src/ext/spl/tests iterator_050.phpt iterator_051.phpt iterator_052.phpt

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

2006-07-18 Thread Ilia Alshanetsky
iliaa Tue Jul 18 22:45:56 2006 UTC Modified files: /php-src/ext/splspl_iterators.c Log: MFB: Fixed memory leak http://cvs.php.net/viewvc.cgi/php-src/ext/spl/spl_iterators.c?r1=1.140r2=1.141diff_format=u Index: php-src/ext/spl/spl_iterators.c diff -u

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

2006-07-17 Thread Dmitry Stogov
dmitry Mon Jul 17 06:46:19 2006 UTC Modified files: /php-src/ext/splspl_iterators.c Log: ZTS fix http://cvs.php.net/viewvc.cgi/php-src/ext/spl/spl_iterators.c?r1=1.138r2=1.139diff_format=u Index: php-src/ext/spl/spl_iterators.c diff -u

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

2006-07-17 Thread Marcus Boerger
helly Mon Jul 17 21:09:10 2006 UTC Modified files: /php-src/ext/splspl_iterators.c Log: - Fix #38125 undefined reference to spl_dual_it_free_storage http://cvs.php.net/viewvc.cgi/php-src/ext/spl/spl_iterators.c?r1=1.139r2=1.140diff_format=u Index:

[PHP-CVS] cvs: php-src /ext/spl spl_iterators.c spl_iterators.h /ext/spl/internal regexiterator.inc /ext/spl/tests iterator_050.phpt iterator_051.phpt iterator_052.phpt iterator_053.phpt iterator_05

2006-07-16 Thread Marcus Boerger
helly Sun Jul 16 20:52:21 2006 UTC Added files: /php-src/ext/spl/tests iterator_050.phpt iterator_051.phpt iterator_052.phpt iterator_053.phpt iterator_054.phpt iterator_055.phpt Modified

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

2006-06-06 Thread Antony Dovgal
tony2001Tue Jun 6 20:12:46 2006 UTC Modified files: /php-src/ext/splspl_iterators.c Log: MFB: plug a leak http://cvs.php.net/viewcvs.cgi/php-src/ext/spl/spl_iterators.c?r1=1.136r2=1.137diff_format=u Index: php-src/ext/spl/spl_iterators.c diff -u

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

2006-05-21 Thread Marcus Boerger
helly Sun May 21 12:42:00 2006 UTC Added files: /php-src/ext/spl/tests iterator_042.phpt Modified files: /php-src/ext/splspl_iterators.c Log: - Remove duplicate error message and add new test

[PHP-CVS] cvs: php-src /ext/spl spl_iterators.c spl_iterators.h /ext/spl/tests iterator_043.phpt iterator_044.phpt iterator_045.phpt iterator_046.phpt iterator_047.phpt iterator_048.phpt

2006-05-21 Thread Marcus Boerger
helly Sun May 21 17:27:12 2006 UTC Added files: /php-src/ext/spl/tests iterator_043.phpt iterator_044.phpt iterator_045.phpt iterator_046.phpt iterator_047.phpt iterator_048.phpt Modified

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

2006-05-21 Thread Marcus Boerger
helly Sun May 21 17:36:53 2006 UTC Modified files: /php-src/ext/splspl_iterators.c Log: - More exception related issues http://cvs.php.net/viewcvs.cgi/php-src/ext/spl/spl_iterators.c?r1=1.133r2=1.134diff_format=u Index: php-src/ext/spl/spl_iterators.c

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

2006-05-20 Thread Marcus Boerger
helly Sat May 20 13:23:00 2006 UTC Added files: /php-src/ext/spl/tests iterator_041.phpt Modified files: /php-src/ext/splspl_iterators.c spl_iterators.h Log: - Provide a generic c-level iterator apply function - Base

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

2006-05-20 Thread Marcus Boerger
helly Sat May 20 18:48:43 2006 UTC Modified files: /php-src/ext/splspl_iterators.c Log: - No need to keep object alive, iterator api is taking care of that already

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

2006-05-20 Thread Marcus Boerger
helly Sat May 20 20:46:11 2006 UTC Modified files: /php-src/ext/splspl_iterators.c Log: - No need to fetch ce twice http://cvs.php.net/viewcvs.cgi/php-src/ext/spl/spl_iterators.c?r1=1.130r2=1.131diff_format=u Index: php-src/ext/spl/spl_iterators.c diff -u

[PHP-CVS] cvs: php-src /ext/spl spl_iterators.c spl_iterators.h /ext/spl/tests iterator_036.phpt iterator_037.phpt

2006-05-18 Thread Marcus Boerger
helly Thu May 18 21:41:37 2006 UTC Added files: /php-src/ext/spl/tests iterator_036.phpt iterator_037.phpt Modified files: /php-src/ext/splspl_iterators.c spl_iterators.h Log: - Fixed CachingIterator issues with string

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

2006-05-16 Thread Marcus Boerger
helly Tue May 16 08:19:56 2006 UTC Added files: /php-src/ext/spl/tests bug37457.phpt Modified files: /php-src/ext/splspl_iterators.c Log: - Fixed Bug #37457 (Crash when an exception is thrown in accept() method of

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

2006-05-12 Thread Antony Dovgal
tony2001Fri May 12 09:42:19 2006 UTC Modified files: /php-src/ext/splspl_iterators.c Log: fix #37416 (iterator_to_array() hides exceptions thrown in rewind() method)

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

2006-05-10 Thread Andrei Zmievski
andrei Wed May 10 16:51:18 2006 UTC Modified files: /php-src/ext/splspl_iterators.c spl_iterators.h /php-src/ext/spl/tests iterator_029.phpt Log: MFB http://cvs.php.net/viewcvs.cgi/php-src/ext/spl/spl_iterators.c?r1=1.124r2=1.125diff_format=u

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

2006-04-13 Thread Antony Dovgal
tony2001Thu Apr 13 13:21:59 2006 UTC Modified files: /php-src/ext/splspl_iterators.c Log: MF51: AIX #define's accept as naccept add a workaround http://cvs.php.net/viewcvs.cgi/php-src/ext/spl/spl_iterators.c?r1=1.123r2=1.124diff_format=u

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

2006-03-25 Thread Marcus Boerger
helly Sun Mar 26 00:22:45 2006 UTC Modified files: /php-src/ext/splspl_iterators.c Log: - Make IteratorIterator base class of most SPL iterators http://cvs.php.net/viewcvs.cgi/php-src/ext/spl/spl_iterators.c?r1=1.121r2=1.122diff_format=u Index:

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

2006-03-23 Thread Marcus Boerger
helly Thu Mar 23 22:25:46 2006 UTC Modified files: /php-src/ext/splspl_iterators.c Log: - Fix arginfo for (Recursive)RegExIterator http://cvs.php.net/viewcvs.cgi/php-src/ext/spl/spl_iterators.c?r1=1.120r2=1.121diff_format=u Index:

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

2006-03-06 Thread Marcus Boerger
helly Mon Mar 6 22:22:07 2006 UTC Modified files: /php-src/ext/splspl_iterators.c Log: - Missed 'proto' http://cvs.php.net/viewcvs.cgi/php-src/ext/spl/spl_iterators.c?r1=1.119r2=1.120diff_format=u Index: php-src/ext/spl/spl_iterators.c diff -u

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

2006-03-04 Thread Marcus Boerger
helly Sat Mar 4 17:01:16 2006 UTC Modified files: /php-src/ext/splspl_iterators.c Log: - Make the ctor static and not inline http://cvs.php.net/viewcvs.cgi/php-src/ext/spl/spl_iterators.c?r1=1.117r2=1.118diff_format=u Index:

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

2006-03-03 Thread Marcus Boerger
helly Fri Mar 3 23:34:49 2006 UTC Modified files: /php-src/ext/splspl_iterators.c Log: - Fix issue with LimitIterator and bounds checking http://cvs.php.net/viewcvs.cgi/php-src/ext/spl/spl_iterators.c?r1=1.116r2=1.117diff_format=u Index:

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

2006-01-22 Thread Marcus Boerger
helly Mon Jan 23 02:26:15 2006 UTC Modified files: /php-src/ext/splspl_iterators.c Log: - Fix error message http://cvs.php.net/viewcvs.cgi/php-src/ext/spl/spl_iterators.c?r1=1.110r2=1.111diff_format=u Index: php-src/ext/spl/spl_iterators.c diff -u

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

2006-01-18 Thread Antony Dovgal
tony2001Wed Jan 18 23:39:00 2006 UTC Modified files: /php-src/ext/splspl_iterators.c Log: fix typo (and possible segfault) http://cvs.php.net/viewcvs.cgi/php-src/ext/spl/spl_iterators.c?r1=1.109r2=1.110diff_format=u Index:

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

2006-01-01 Thread Marcus Boerger
helly Sun Jan 1 19:57:27 2006 UTC Modified files: /php-src/ext/splspl_iterators.c Log: - MFB http://cvs.php.net/viewcvs.cgi/php-src/ext/spl/spl_iterators.c?r1=1.106r2=1.107diff_format=u Index: php-src/ext/spl/spl_iterators.c diff -u

[PHP-CVS] cvs: php-src /ext/spl spl_iterators.c /ext/spl/tests array_004.phpt array_006.phpt array_008.phpt

2005-12-25 Thread Jani Taskinen
sniper Sun Dec 25 16:03:38 2005 EDT Modified files: /php-src/ext/splspl_iterators.c /php-src/ext/spl/tests array_004.phpt array_006.phpt array_008.phpt Log: - Remove wrong inline usage (and fix bug #35796)

Re: [PHP-CVS] cvs: php-src /ext/spl spl_iterators.c /ext/spl/tests array_004.phpt array_006.phpt array_008.phpt

2005-12-25 Thread Marcus Boerger
Hello Jani, a, jani there was no wrong inline usage, just stupid compilers ignoring the specs, and the way to fix it is to find the places where an inline function is used as a non inline function and prodive a non inline wrapper for it. Which is probably only one single instance. regards

Re: [PHP-CVS] cvs: php-src /ext/spl spl_iterators.c /ext/spl/tests array_004.phpt array_006.phpt array_008.phpt

2005-12-25 Thread Jani Taskinen
It was wrong since you can safely use inline anywhere. It's checked elsewhere and re-defined for each OS/compiler properly. You're not supposed to create such macros yourself. --Jani On Sun, 25 Dec 2005, Marcus Boerger wrote: Hello Jani, a, jani there was no wrong

Re: [PHP-CVS] cvs: php-src /ext/spl spl_iterators.c /ext/spl/tests array_004.phpt array_006.phpt array_008.phpt

2005-12-25 Thread Marcus Boerger
Hello Jani, though what you said is also true, i can nolonger easily get rid of those inline definitions for debugging purpose. marcus Sunday, December 25, 2005, 5:15:35 PM, you wrote: It was wrong since you can safely use inline anywhere. It's checked elsewhere and re-defined

Re: [PHP-CVS] cvs: php-src /ext/spl spl_iterators.c /ext/spl/tests array_004.phpt array_006.phpt array_008.phpt

2005-12-25 Thread Jani Taskinen
Easy: #undef inline #define inline On Sun, 25 Dec 2005, Marcus Boerger wrote: Hello Jani, though what you said is also true, i can nolonger easily get rid of those inline definitions for debugging purpose. marcus Sunday, December 25, 2005, 5:15:35 PM, you wrote: It was wrong

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

2005-12-21 Thread Marcus Boerger
helly Thu Dec 22 00:24:49 2005 EDT Modified files: /php-src/ext/splspl_iterators.c Log: - MFB Fix memleak http://cvs.php.net/viewcvs.cgi/php-src/ext/spl/spl_iterators.c?r1=1.102r2=1.103diff_format=u Index: php-src/ext/spl/spl_iterators.c diff -u

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

2005-12-21 Thread Marcus Boerger
helly Thu Dec 22 00:38:05 2005 EDT Modified files: /php-src/ext/splspl_iterators.c Log: - MFB Fix leak http://cvs.php.net/viewcvs.cgi/php-src/ext/spl/spl_iterators.c?r1=1.103r2=1.104diff_format=u Index: php-src/ext/spl/spl_iterators.c diff -u

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

2005-12-20 Thread Antony Dovgal
tony2001Tue Dec 20 12:41:38 2005 EDT Modified files: /php-src/ext/splspl_iterators.c Log: MFB: more SPL leak fixes http://cvs.php.net/viewcvs.cgi/php-src/ext/spl/spl_iterators.c?r1=1.101r2=1.102diff_format=u Index: php-src/ext/spl/spl_iterators.c

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

2005-12-18 Thread Antony Dovgal
tony2001Sun Dec 18 22:53:18 2005 EDT Modified files: /php-src/ext/splspl_iterators.c Log: MFB: fix leak in SPL iterators http://cvs.php.net/viewcvs.cgi/php-src/ext/spl/spl_iterators.c?r1=1.99r2=1.100diff_format=u Index:

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

2005-12-18 Thread Marcus Boerger
helly Mon Dec 19 00:55:40 2005 EDT Modified files: /php-src/ext/splspl_iterators.c Log: - MFH IteratorIterator::__construct() fixes http://cvs.php.net/viewcvs.cgi/php-src/ext/spl/spl_iterators.c?r1=1.100r2=1.101diff_format=u Index:

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

2005-12-05 Thread Stanislav Malyshev
stasMon Dec 5 15:08:20 2005 EDT Modified files: /php-src/ext/splspl_iterators.c Log: MF5.1: fix reallocation bug http://cvs.php.net/diff.php/php-src/ext/spl/spl_iterators.c?r1=1.97r2=1.98ty=u Index: php-src/ext/spl/spl_iterators.c diff -u

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

2005-11-01 Thread Marcus Boerger
helly Tue Nov 1 16:17:53 2005 EDT Modified files: /php-src/ext/splspl_iterators.c Log: - The iterator base interface is Traversable not IteratorAggregate http://cvs.php.net/diff.php/php-src/ext/spl/spl_iterators.c?r1=1.95r2=1.96ty=u Index:

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

2005-10-29 Thread Marcus Boerger
helly Sat Oct 29 11:44:37 2005 EDT Modified files: /php-src/ext/splspl_iterators.c Log: - Fix stupid unicode warnings http://cvs.php.net/diff.php/php-src/ext/spl/spl_iterators.c?r1=1.94r2=1.95ty=u Index: php-src/ext/spl/spl_iterators.c diff -u

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

2005-10-28 Thread Dmitry Stogov
dmitry Fri Oct 28 04:07:20 2005 EDT Modified files: /php-src/ext/splspl_iterators.c Log: Unicode support http://cvs.php.net/diff.php/php-src/ext/spl/spl_iterators.c?r1=1.92r2=1.93ty=u Index: php-src/ext/spl/spl_iterators.c diff -u

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

2005-10-28 Thread Marcus Boerger
Hello Dmitry, Friday, October 28, 2005, 10:07:20 AM, you wrote: dmitry Fri Oct 28 04:07:20 2005 EDT Modified files: /php-src/ext/splspl_iterators.c Log: Unicode support

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

2005-10-12 Thread Marcus Boerger
helly Wed Oct 12 18:52:15 2005 EDT Modified files: /php-src/ext/splspl_iterators.c spl_iterators.h Log: - Use pcre_cache_entry* rather than pcre* directly for refcounting # This prevents a theoretical crash when using too many regexes

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

2005-10-10 Thread Marcus Boerger
helly Mon Oct 10 20:18:33 2005 EDT Modified files: /php-src/ext/splspl_iterators.c spl_iterators.h /php-src/ext/spl/tests iterator_029.phpt Log: - Provide const RegExIterator::USE_KEY and actually use it in the test

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

2005-10-05 Thread Marcus Boerger
helly Wed Oct 5 17:57:46 2005 EDT Modified files: /php-src/ext/splspl_iterators.c Log: - MFB Missing constants http://cvs.php.net/diff.php/php-src/ext/spl/spl_iterators.c?r1=1.88r2=1.89ty=u Index: php-src/ext/spl/spl_iterators.c diff -u

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

2005-10-03 Thread Marcus Boerger
helly Mon Oct 3 06:08:59 2005 EDT Modified files: /php-src/ext/splspl_iterators.c Log: - Allow to use currnet() and key() in __toString() http://cvs.php.net/diff.php/php-src/ext/spl/spl_iterators.c?r1=1.86r2=1.87ty=u Index:

[PHP-CVS] cvs: php-src /ext/spl spl_iterators.c /ext/spl/internal recursiveiteratoriterator.inc /ext/spl/tests iterator_028.phpt

2005-09-25 Thread Marcus Boerger
helly Sun Sep 25 08:01:32 2005 EDT Added files: /php-src/ext/spl/tests iterator_028.phpt Modified files: /php-src/ext/splspl_iterators.c /php-src/ext/spl/internal recursiveiteratoriterator.inc Log: - Implement

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

2005-08-15 Thread Marcus Boerger
helly Mon Aug 15 15:16:30 2005 EDT Modified files: /php-src/ext/splspl_iterators.c Log: - No c comment (+ old non unicode way not needed any longer) http://cvs.php.net/diff.php/php-src/ext/spl/spl_iterators.c?r1=1.80r2=1.81ty=u Index:

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

2005-08-12 Thread Antony Dovgal
tony2001Fri Aug 12 16:58:28 2005 EDT Modified files: /php-src/ext/splspl_iterators.c Log: shut up warnings http://cvs.php.net/diff.php/php-src/ext/spl/spl_iterators.c?r1=1.78r2=1.79ty=u Index: php-src/ext/spl/spl_iterators.c diff -u

[PHP-CVS] cvs: php-src /ext/spl spl_iterators.c /ext/spl/internal parentiterator.inc recursivefilteriterator.inc

2005-08-10 Thread Marcus Boerger
helly Wed Aug 10 15:48:48 2005 EDT Added files: /php-src/ext/spl/internal recursivefilteriterator.inc Modified files: /php-src/ext/splspl_iterators.c /php-src/ext/spl/internal parentiterator.inc Log: - Add

Re: [PHP-CVS] cvs: php-src /ext/spl spl_iterators.c /ext/spl/internal recursiveiteratoriterator.inc

2005-08-02 Thread Andi Gutmans
It's really irrelevant. The fact that something isn't supported doesn't mean you should commit stuff which doesn't fit coding standards. At 04:22 AM 8/2/2005 +0200, Marcus Boerger wrote: Hello Andi, in the end we want class constants but right now we didn't commit that patch. marcus

Re: [PHP-CVS] cvs: php-src /ext/spl spl_iterators.c /ext/spl/internal recursiveiteratoriterator.inc

2005-08-01 Thread Andi Gutmans
Aren't these RIT constants against our coding standards? Might be too late now if it's in 5.0.x but we should stick to plan. Something like RECURSIVE_ITERATOR_SELF_FIRST Andi At 10:19 PM 7/27/2005 +, Marcus Boerger wrote: helly Wed Jul 27 18:19:02 2005 EDT Modified files:

Re: [PHP-CVS] cvs: php-src /ext/spl spl_iterators.c /ext/spl/internal recursiveiteratoriterator.inc

2005-08-01 Thread Marcus Boerger
Hello Andi, in the end we want class constants but right now we didn't commit that patch. marcus Tuesday, August 2, 2005, 3:28:39 AM, you wrote: Aren't these RIT constants against our coding standards? Might be too late now if it's in 5.0.x but we should stick to plan. Something like

[PHP-CVS] cvs: php-src /ext/spl spl_iterators.c /ext/spl/internal recursiveiteratoriterator.inc /ext/spl/tests iterator_023.phpt

2005-07-28 Thread Marcus Boerger
helly Thu Jul 28 17:09:02 2005 EDT Added files: /php-src/ext/spl/tests iterator_023.phpt Modified files: /php-src/ext/splspl_iterators.c /php-src/ext/spl/internal recursiveiteratoriterator.inc Log: - Before we later run

[PHP-CVS] cvs: php-src /ext/spl spl_iterators.c /ext/spl/internal recursiveiteratoriterator.inc

2005-07-27 Thread Marcus Boerger
helly Wed Jul 27 18:19:02 2005 EDT Modified files: /php-src/ext/splspl_iterators.c /php-src/ext/spl/internal recursiveiteratoriterator.inc Log: - Fix issues with iterators and excpetions # update documentation # # In 5.2 we need to implement an

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

2005-06-16 Thread Dmitry Stogov
dmitry Thu Jun 16 10:56:15 2005 EDT Modified files: /php-src/ext/splspl_iterators.c Log: Allowed return by refrence from internal functions http://cvs.php.net/diff.php/php-src/ext/spl/spl_iterators.c?r1=1.69r2=1.70ty=u Index:

[PHP-CVS] cvs: php-src /ext/spl spl_iterators.c /ext/spl/internal recursiveiteratoriterator.inc

2005-05-14 Thread Marcus Boerger
helly Sat May 14 12:40:58 2005 EDT Modified files: /php-src/ext/splspl_iterators.c /php-src/ext/spl/internal recursiveiteratoriterator.inc Log: - Execute both RecursiveIteratorIterator::beginChildren() and endChildren() on the same level (while

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

2005-03-31 Thread Marcus Boerger
helly Thu Mar 31 16:49:51 2005 EDT Modified files: /php-src/ext/splspl_iterators.c Log: - Make iterator_to_array() accept Traversable http://cvs.php.net/diff.php/php-src/ext/spl/spl_iterators.c?r1=1.67r2=1.68ty=u Index: php-src/ext/spl/spl_iterators.c

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

2005-03-06 Thread Marcus Boerger
helly Sun Mar 6 18:07:44 2005 EDT Modified files: /php-src/ext/splspl_iterators.c Log: - Fix problem with exception in other methods, too http://cvs.php.net/diff.php/php-src/ext/spl/spl_iterators.c?r1=1.65r2=1.66ty=u Index:

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

2005-03-01 Thread Marcus Boerger
helly Tue Mar 1 05:05:13 2005 EDT Modified files: /php-src/ext/splspl_iterators.c Log: - Need to store class entry http://cvs.php.net/diff.php/php-src/ext/spl/spl_iterators.c?r1=1.63r2=1.64ty=u Index: php-src/ext/spl/spl_iterators.c diff -u

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

2005-02-22 Thread Marcus Boerger
helly Tue Feb 22 20:03:18 2005 EDT Modified files: /php-src/ext/splspl_iterators.c Log: - Allow to convert traversable into Iterator http://cvs.php.net/diff.php/php-src/ext/spl/spl_iterators.c?r1=1.62r2=1.63ty=u Index: php-src/ext/spl/spl_iterators.c diff

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

2005-01-24 Thread Marcus Boerger
helly Mon Jan 24 15:21:11 2005 EDT Modified files: /php-src/ext/splspl_iterators.c Log: - bugfix 31348 http://cvs.php.net/diff.php/php-src/ext/spl/spl_iterators.c?r1=1.61r2=1.62ty=u Index: php-src/ext/spl/spl_iterators.c diff -u

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

2004-12-29 Thread Antony Dovgal
tony2001Wed Dec 29 08:53:40 2004 EDT Modified files: /php-src/ext/splspl_iterators.c Log: MFB: fix typos http://cvs.php.net/diff.php/php-src/ext/spl/spl_iterators.c?r1=1.59r2=1.60ty=u Index: php-src/ext/spl/spl_iterators.c diff -u

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

2004-12-29 Thread Antony Dovgal
tony2001Wed Dec 29 11:11:43 2004 EDT Modified files: /php-src/ext/splspl_iterators.c Log: more typos http://cvs.php.net/diff.php/php-src/ext/spl/spl_iterators.c?r1=1.60r2=1.61ty=u Index: php-src/ext/spl/spl_iterators.c diff -u

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

2004-11-11 Thread Marcus Boerger
helly Thu Nov 11 14:31:31 2004 EDT Modified files: /php-src/ext/splspl_iterators.c Log: - Drop debug message http://cvs.php.net/diff.php/php-src/ext/spl/spl_iterators.c?r1=1.57r2=1.58ty=u Index: php-src/ext/spl/spl_iterators.c diff -u

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

2004-11-11 Thread Marcus Boerger
helly Thu Nov 11 14:36:28 2004 EDT Modified files: /php-src/ext/splspl_iterators.c Log: - Use appropriate exception class where possible http://cvs.php.net/diff.php/php-src/ext/spl/spl_iterators.c?r1=1.58r2=1.59ty=u Index: php-src/ext/spl/spl_iterators.c

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

2004-11-08 Thread Marcus Boerger
helly Mon Nov 8 08:44:35 2004 EDT Modified files: /php-src/ext/splspl_iterators.c Log: - Simplify construction of RecursiveIteratorIterator http://cvs.php.net/diff.php/php-src/ext/spl/spl_iterators.c?r1=1.56r2=1.57ty=u Index:

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

2004-11-02 Thread Frank M. Kromann
fmk Tue Nov 2 20:16:11 2004 EDT Modified files: /php-src/ext/splspl_iterators.c Log: Add termination block to function table. This will allow the engine to stop registreting functions at the end. This fixes the - duplicate name - warning

[PHP-CVS] cvs: php-src /ext/spl spl_iterators.c /ext/spl/internal recursiveiteratoriterator.inc /ext/spl/tests iterator_014.phpt

2004-11-01 Thread Marcus Boerger
helly Mon Nov 1 17:54:13 2004 EDT Added files: /php-src/ext/spl/tests iterator_014.phpt Modified files: /php-src/ext/splspl_iterators.c /php-src/ext/spl/internal recursiveiteratoriterator.inc Log: - Add

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

2004-11-01 Thread Marcus Boerger
helly Mon Nov 1 18:02:11 2004 EDT Modified files: /php-src/ext/splspl_iterators.c Log: - Cache function lookup http://cvs.php.net/diff.php/php-src/ext/spl/spl_iterators.c?r1=1.52r2=1.53ty=u Index: php-src/ext/spl/spl_iterators.c diff -u

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

2004-11-01 Thread Marcus Boerger
helly Mon Nov 1 18:16:43 2004 EDT Modified files: /php-src/ext/splspl_iterators.c Log: - Don't call beginChildren/endChildren if they don't do anything http://cvs.php.net/diff.php/php-src/ext/spl/spl_iterators.c?r1=1.53r2=1.54ty=u Index:

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

2004-10-30 Thread Marcus Boerger
helly Sat Oct 30 06:04:39 2004 EDT Modified files: /php-src/ext/splspl_iterators.c Log: - Fix proto http://cvs.php.net/diff.php/php-src/ext/spl/spl_iterators.c?r1=1.41r2=1.42ty=u Index: php-src/ext/spl/spl_iterators.c diff -u

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

2004-10-30 Thread Marcus Boerger
helly Sat Oct 30 06:18:11 2004 EDT Modified files: /php-src/ext/splspl_iterators.c Log: - Fix protos http://cvs.php.net/diff.php/php-src/ext/spl/spl_iterators.c?r1=1.42r2=1.43ty=u Index: php-src/ext/spl/spl_iterators.c diff -u

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

2004-07-28 Thread Marcus Boerger
helly Wed Jul 28 18:53:11 2004 EDT Modified files: /php-src/ext/splspl_iterators.c Log: - Fix problem when inner constructor isn't called from derived constructor (foound by david)

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

2004-05-31 Thread Zeev Suraski
zeevMon May 31 04:58:32 2004 EDT Modified files: /php-src/ext/splspl_iterators.c Log: Fix typo http://cvs.php.net/diff.php/php-src/ext/spl/spl_iterators.c?r1=1.37r2=1.38ty=u Index: php-src/ext/spl/spl_iterators.c diff -u

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

2004-05-31 Thread Marcus Boerger
Hello Zeev, thanks for the fixes here an in ext/ming marcus Sunday, May 30, 2004, 7:32:32 PM, you wrote: zeev Sun May 30 13:32:32 2004 EDT Modified files: /php-src/ext/spl spl_iterators.c Log: Fix prototype

  1   2   >