On Mon, Jan 2, 2012 at 4:52 PM, Chris Tapp <opensource@xxxxxxxxxxxx> wrote: > Yes, I don't think there is anything I haven't checked. The configuration > under CentOS 6 is more the 'old way' - i.e. a conf/ and conf.d/. All the php > configuration is in /etc/php.ini with conf.d/php.conf enabling Apache php > support. > > Dokuwiki is installed as a virtual host located at /usr/share/dokuwiki. If I > create a php file in that directory that runs php_info(), then the output > that's produced shows max_execution_time (global and local) as 120 seconds. > > Chris > It is also possible to set the max execution time in PHP with set_time_limit() function, maybe one of the scripts does that? Look at the apache log at which file the timeout occurs, that might give you a clue. Matijn -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php