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

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

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

2009-05-09 Thread Scott MacVicar
scottmacSat May 9 19:45:26 2009 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/splspl_iterators.c Log: Fix bug #48206 again

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/spl spl_iterators.c /ext/spl/tests iterator_044.phpt

2009-01-19 Thread Felipe Pena
felipe Tue Jan 20 00:43:25 2009 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/splspl_iterators.c /php-src/ext/spl/tests iterator_044.phpt Log: - MFH: Added missing return;

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

2008-09-22 Thread Felipe Pena
felipe Mon Sep 22 13:09:09 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/splspl_iterators.c Log: - MFH: Fixed bug #46088 (RegexIterator::accept - segfault)

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

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

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

2008-08-06 Thread Lukas Kahwe Smith
Hi, was this issue dealt with? regards, Lukas On 30.07.2008, at 02:46, Marcus Boerger wrote: Hello Dmitry, please revert. An array has no natural string representation. So we do want the message here as much as we see it in comparable situations. This is a design decision, I

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

2008-07-29 Thread Dmitry Stogov
dmitry Tue Jul 29 11:50:05 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/splspl_iterators.c Log: Removed warning http://cvs.php.net/viewvc.cgi/php-src/ext/spl/spl_iterators.c?r1=1.73.2.30.2.28.2.10r2=1.73.2.30.2.28.2.11diff_format=u Index:

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

2008-07-29 Thread Marcus Boerger
Hello Dmitry, please revert. An array has no natural string representation. So we do want the message here as much as we see it in comparable situations. This is a design decision, I actually played with yout version and did not like it really. marcus Tuesday, July 29, 2008, 1:50:05

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

2008-07-19 Thread Derick Rethans
derick Sat Jul 19 19:24:07 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/splspl_iterators.c Log: - MFH: Fixed ZTS build. http://cvs.php.net/viewvc.cgi/php-src/ext/spl/spl_iterators.c?r1=1.73.2.30.2.28.2.8r2=1.73.2.30.2.28.2.9diff_format=u

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

2008-07-19 Thread Etienne Kneuss
colder Sat Jul 19 19:45:55 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/splspl_iterators.c Log: MFH: Complete the ZTS build fix http://cvs.php.net/viewvc.cgi/php-src/ext/spl/spl_iterators.c?r1=1.73.2.30.2.28.2.9r2=1.73.2.30.2.28.2.10diff_format=u

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

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

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

2008-01-10 Thread Marcus Boerger
helly Thu Jan 10 10:11:33 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/splspl_iterators.c Log: - MFH Fix bug in example code found by Surf Chen

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

2007-10-17 Thread Marcus Boerger
helly Thu Oct 18 04:41:39 2007 UTC Added files: (Branch: PHP_5_3) /php-src/ext/spl/tests bug42703.phpt Modified files: /php-src/ext/splspl_iterators.c Log: - Fix #42703