Hello
I have written a PHP script in order to make a couple of modifications in
the table "old" (for a research project onWikipedia groups).
I am using all the functions present in Mediawiki (by including them in my
PHP script).
Globally, the script launches a bunch of "select" queries on the table, and
update some fields.
However, my script stops after 30 seconds, each time it is launched, with no
error or anything like that. I've checked many times, and it is always after
30 seconds that it stops.
Is there any time constant defined in the source code that may explain such
a behavior? or anything in the global variables?
I've checked differrent files such as setup.php, localSettings.php,
DefaultSettings.php, but I have not found anything.
Thank you.
Kevin Carillo