Kevin Carillo wrote:
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.
http://www.php.net/manual/en/ref.info.php#ini.max-execution-time http://www.php.net/manual/en/function.set-time-limit.php
-- brion vibber (brion @ pobox.com)