19Feb/090
array_merge_recursive problem in PHP 5.2.5
I faced a problem with Plugin Everywhere project some time ago. During the deep debugging I found that the code doesn't have any problem, but PHP had.
PHP 5.2.5 has a problem with array_merge_recursive function. It was grouping NULL values into the one. I even found this bug here. Plugin Manager uses that function for queues bulding, so this caused handlers call problem.
It's just the interesting fact, so be careful