Recusive? I don't really know PHP internals, but most other languages use stack to keep track of recursion nesting. Making such function recursive will most likely crash the script sooner or later.
If anything this could be done in an infinite while loop. Also time execution timer should be set up high enough and reset in each loop pass.