Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:58735 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 79236 invoked from network); 7 Mar 2012 11:47:53 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 7 Mar 2012 11:47:53 -0000 Authentication-Results: pb1.pair.com header.from=christian.kaps@mohiva.com; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=christian.kaps@mohiva.com; spf=permerror; sender-id=unknown Received-SPF: error (pb1.pair.com: domain mohiva.com from 80.67.31.98 cause and error) X-PHP-List-Original-Sender: christian.kaps@mohiva.com X-Host-Fingerprint: 80.67.31.98 smtprelay05.ispgateway.de Linux 2.6 Received: from [80.67.31.98] ([80.67.31.98:50203] helo=smtprelay05.ispgateway.de) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 12/E7-38795-8EA475F4 for ; Wed, 07 Mar 2012 06:47:53 -0500 Received: from [80.67.16.111] (helo=webmail.df.eu) by smtprelay05.ispgateway.de with esmtpa (Exim 4.68) (envelope-from ) id 1S5FLR-0005GK-1E for internals@lists.php.net; Wed, 07 Mar 2012 12:47:49 +0100 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Date: Wed, 07 Mar 2012 12:47:49 +0100 To: Message-ID: <13d068672408452a58ccb0d650cfdc82@mohiva.com> X-Sender: christian.kaps@mohiva.com User-Agent: Roundcube Webmail/0.6 X-Df-Sender: Y2hyaXN0aWFuLmthcHNAbW9oaXZhLmNvbQ== Subject: PHP-FPM and =?UTF-8?Q?max=5Fexecution=5Ftime?= From: christian.kaps@mohiva.com (Christian Kaps) Hi, before I submit a Bug report I wanted to validate if it's a bug or not. I try to increase the max_execution_time for a test script. What I have done is to set php_admin_value[max_execution_time] = 100 in the config for my pool. The phpinfo() output shows this value for max_execution_time. But the scripts displays an Internal Server Error after 30 seconds. The Apache has no limit sets. Here is the simple script: