Re: [PHP-DEV] Major isssue with foreach() in PHP 4.3.10

2004-12-16 Thread Derick Rethans
On Thu, 16 Dec 2004, Jeremy Johnstone wrote: > On Thu, 16 Dec 2004 22:00:11 +0100 (CET), Derick Rethans <[EMAIL PROTECTED]> > wrote: > > And yes, there is another foreach bug of you do: > > > > foreach($array as $key => $key) > > As you mentioned in the bug report, IMHO that isn't a bug. I can't

Re: [PHP-DEV] Major isssue with foreach() in PHP 4.3.10

2004-12-16 Thread Jeremy Johnstone
On Thu, 16 Dec 2004 22:08:24 +0100, Edin Kadribasic <[EMAIL PROTECTED]> wrote: > Maybe we should print a warning on the download page since many PHP users > seem to be experiencing it. That was my suggestion too as no previous subminor version release of PHP broke like this due to a Zend extension

Re: [PHP-DEV] Major isssue with foreach() in PHP 4.3.10

2004-12-16 Thread Jeremy Johnstone
On Thu, 16 Dec 2004 22:00:11 +0100 (CET), Derick Rethans <[EMAIL PROTECTED]> wrote: > And yes, there is another foreach bug of you do: > > foreach($array as $key => $key) As you mentioned in the bug report, IMHO that isn't a bug. I can't think of any instance where this should be a valid syntax

Re: [PHP-DEV] Major isssue with foreach() in PHP 4.3.10

2004-12-16 Thread Edin Kadribasic
> http://bugs.php.net/bug.php?id=31134 > > This is breaking a large number of scripts. That's not a PHP bug. Its an issue with older versions of ZendOptimizer which is clearly stated in that bug report. Maybe we should print a warning on the download page since many PHP users seem to be experienc

Re: [PHP-DEV] Major isssue with foreach() in PHP 4.3.10

2004-12-16 Thread Derick Rethans
On Thu, 16 Dec 2004, Jeremy Johnstone wrote: > http://bugs.php.net/bug.php?id=31134 > > This is breaking a large number of scripts. The bug you have there is a Zend optimizer bug as you conclude yourself. So why bother the mailinglist with it? And yes, there is another foreach bug of you do: fo

[PHP-DEV] Major isssue with foreach() in PHP 4.3.10

2004-12-16 Thread Jeremy Johnstone
http://bugs.php.net/bug.php?id=31134 This is breaking a large number of scripts. -- --- Jeremy Johnstone http://www.jeremyjohnstone.com [EMAIL PROTECTED] -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php