Re: [PHP-DEV] array_key_exists BC break

2008-11-20 Thread Johannes Schlüter
On Thu, 2008-11-20 at 15:52 -0800, Stanislav Malyshev wrote: > Hi! > > > . end > > . prev > > . next > > . reset > > . current > > . key > > I think those should be more friendly with Iterators, but for other > objects probably not much sense to allow it. In 5.2 they modify or use > current has

[PHP-DEV] PHP 5.2.7RC4 Testing

2008-11-20 Thread Ilia Alshanetsky
The fourth & final release candidate of 5.2.7 was just released for testing and can be downloaded here: http://downloads.php.net/ilia/php-5.2.7RC4.tar.bz2 (md5sum: 0ff0fa65a16a98657fda3aed9adefdef) The Windows are available as well at the following URL: http://windows.php.net/qa/ . The num

Re: [PHP-DEV] array_key_exists BC break

2008-11-20 Thread Stanislav Malyshev
Hi! . end . prev . next . reset . current . key I think those should be more friendly with Iterators, but for other objects probably not much sense to allow it. In 5.2 they modify or use current hash pointer, but for objects that doesn't make too much sense. . array_key_exists Here it m