Sjef wrote:
> Hello!
> I wrote a recursive function, but when running the function appache stalls, 
> the error log says:
> 
> module mod_php4.c is already running, skipping

this error message is from the apache start up routine - you seem to
loading the php4 apache module twice. fix you apache config file.

> 
> Is this a bug, or am I doing something wrong?

you are doing something wrong - but it is nothing to do with your
recursive function (at least from what you write I fairly certain that
you can rule it out)

> 
> Thanxs, Sjef 
> 

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to