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

2008-06-12 Thread Antony Dovgal
tony2001Thu Jun 12 12:40:07 2008 UTC Modified files: /php-src/ext/splspl_fastarray.c Log: avoid invalid reads when reached memory_limit during initialization http://cvs.php.net/viewvc.cgi/php-src/ext/spl/spl_fastarray.c?r1=1.6r2=1.7diff_format=u

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

2008-06-09 Thread Etienne Kneuss
colder Mon Jun 9 17:29:09 2008 UTC Modified files: /php-src/ext/splspl_fastarray.c Log: add get_Debug_info + fix proto http://cvs.php.net/viewvc.cgi/php-src/ext/spl/spl_fastarray.c?r1=1.5r2=1.6diff_format=u Index: php-src/ext/spl/spl_fastarray.c diff -u

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

2008-06-07 Thread Antony Dovgal
tony2001Sat Jun 7 14:08:59 2008 UTC Modified files: /php-src/ext/splspl_fastarray.c Log: fix several memleaks and invalid reads http://cvs.php.net/viewvc.cgi/php-src/ext/spl/spl_fastarray.c?r1=1.3r2=1.4diff_format=u Index:

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

2008-06-07 Thread Marcus Boerger
Hello Antony, Saturday, June 7, 2008, 2:46:54 PM, you wrote: tony2001Sat Jun 7 12:46:54 2008 UTC Modified files: /php-src/ext/splspl_fastarray.c Log: disallow $a[] = value syntax

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

2008-06-07 Thread Antony Dovgal
On 07.06.2008 22:59, Marcus Boerger wrote: + if (!offset) { + /* '$array[] = value' syntax is not supported */ + zend_throw_exception(spl_ce_RuntimeException, Index invalid or out of range, 0 TSRMLS_CC); Why not use OverflowException here? Do you think it's

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

2008-06-07 Thread Antony Dovgal
tony2001Sat Jun 7 21:35:53 2008 UTC Added files: /php-src/ext/spl/tests fastarray_015.phpt Modified files: /php-src/ext/splspl_fastarray.c Log: more checks and tests

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

2008-06-06 Thread Etienne Kneuss
colder Sat Jun 7 01:46:27 2008 UTC Modified files: /php-src/ext/splspl_fastarray.c Log: Fix segfault caused by get_current_data on an uninitialized element http://cvs.php.net/viewvc.cgi/php-src/ext/spl/spl_fastarray.c?r1=1.1r2=1.2diff_format=u Index: