#51122 [Bgs]: the iteration on arrays with calling functions is very slow

2010-02-23 Thread y_kopel at walla dot com
ID: 51122 User updated by: y_kopel at walla dot com Reported By: y_kopel at walla dot com Status: Bogus Bug Type: Arrays related Operating System: linux PHP Version: 5.3.1 New Comment: so... maybe it worth to erite an optimization on it? Previou

#51122 [Bgs]: the iteration on arrays with calling functions is very slow

2010-02-23 Thread rasmus
ID: 51122 Updated by: ras...@php.net Reported By: y_kopel at walla dot com Status: Bogus Bug Type: Arrays related Operating System: linux PHP Version: 5.3.1 New Comment: With gc on there are gc checks on every iteration. Just because it doe

#51122 [Bgs]: the iteration on arrays with calling functions is very slow

2010-02-23 Thread y_kopel at walla dot com
ID: 51122 User updated by: y_kopel at walla dot com Reported By: y_kopel at walla dot com Status: Bogus Bug Type: Arrays related Operating System: linux PHP Version: 5.3.1 New Comment: but... with and without gc_enable/gc_disable it consume the sa

#51122 [Bgs]: the iteration on arrays with calling functions is very slow

2010-02-23 Thread jani
ID: 51122 Updated by: j...@php.net Reported By: y_kopel at walla dot com Status: Bogus Bug Type: Arrays related Operating System: linux PHP Version: 5.3.1 New Comment: Or run the script in 32bit system (and turn of GC :). With latest SVN che