Re: [PHP-WIN] Recursive PHP method crashes Apache

2008-01-04 Thread Stut
Aaron Schiff wrote: I call my method Assembler::PrefetchComponents with an array of valid components and it crashes only when I include the line "self::PrefetchComponents($dependencies);" Please help me solve the error in this code. The code below is an infinite loop. Unless there is an error (

Re: [PHP-WIN] Recursive PHP method crashes Apache

2008-01-03 Thread Stanislav Malyshev
I call my method Assembler::PrefetchComponents with an array of valid components and it crashes only when I include the line "self::PrefetchComponents($dependencies);" Please help me solve the error in this code. Most probably you are getting infinite (or very very very deep) recursion loop in

[PHP-WIN] Recursive PHP method crashes Apache

2008-01-03 Thread Aaron Schiff
I call my method Assembler::PrefetchComponents with an array of valid components and it crashes only when I include the line "self::PrefetchComponents($dependencies);" Please help me solve the error in this code. Here's Assembler::PrefetchComponents: public static function PrefetchComponents($nam