Re: recursive function problem

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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


[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux