Hello Simeon, Saturday, January 3, 2004, 2:04:45 PM, you wrote:
> Hello internals, > Could anyone who can commit to CVS review this patch and commit it if it's OK? > The patch was made for php5-200401021030 snapshot, the file > zend_object_handlers.c. It fixes the bug that using $a[] = 'Something' where > $a is instance of ArrayAccess will invoke offsetSet() with empty offset. That's avery bad thing because you check all possible values. And meanwhile we already decided not to support $a[] with ArrayAccess. If you really want it then i would sugget that the index/offset passed to offsetSet is NULL. -- Best regards, Marcus mailto:[EMAIL PROTECTED] -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php