From: Reini U. <ru...@x-...> - 2005-01-17 07:31:23
|
Reini Urban schrieb: > As soon as the annoying bugs are fixed. > I still got repeatable crashes (session related?) on certain cfg's. > Looks like I'm the only one so far, but I have to find it. > php-4.3.10 behaves strangely with full zend optimizations. Ok, the php-4.3.10 issue is resolved. I had to update to ZendOptimizer 2.5.7 Desc: my 4.3.10 creates numerical arrays as hash [0] => 'entry', ... so that foreach (array('entry0','entry1','entry2','entry3') as $n) ... will print "Illegal offset type". Only without zend debugger. with while (list(,$n) = each($array)) ... it works okay. Pear not working after update to 4.3.10 http://bugs.php.net/bug.php?id=31116 foreach returns the wrong value http://bugs.php.net/bug.php?id=30914 -- Reini Urban http://xarch.tu-graz.ac.at/home/rurban/ |