Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:31321 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 74587 invoked by uid 1010); 30 Jul 2007 10:25:57 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 74572 invoked from network); 30 Jul 2007 10:25:57 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 30 Jul 2007 10:25:57 -0000 Authentication-Results: pb1.pair.com smtp.mail=nsabbi@officinedigitali.it; spf=permerror; sender-id=unknown Authentication-Results: pb1.pair.com header.from=nsabbi@officinedigitali.it; sender-id=unknown Received-SPF: error (pb1.pair.com: domain officinedigitali.it from 194.244.215.2 cause and error) X-PHP-List-Original-Sender: nsabbi@officinedigitali.it X-Host-Fingerprint: 194.244.215.2 mail1.netscalibur.it Solaris 8 (1) Received: from [194.244.215.2] ([194.244.215.2:51480] helo=mail2.netscalibur.it) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id B0/A4-42019-2BCBDA64 for ; Mon, 30 Jul 2007 06:25:55 -0400 Received: from [192.168.0.197] (213.174.161.132) by mail2.netscalibur.it (7.0.027) (authenticated as nsabbi@officinedigitali.it) id 467873F4002BA961 for internals@lists.php.net; Mon, 30 Jul 2007 12:25:48 +0200 Message-ID: <46ADBC9E.4040402@officinedigitali.it> Date: Mon, 30 Jul 2007 12:25:34 +0200 User-Agent: Mozilla Thunderbird 0.7.3 (X11/20040803) X-Accept-Language: en-us, en MIME-Version: 1.0 To: internals@lists.php.net Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: pcntl_alarm() doesn't work with apache_worker (multithreaded) From: nsabbi@officinedigitali.it (Nico Sabbi) Hi, $subject says everything: when php runs under a multithreaded apache pcntl_alarm() doesn't work: the alarm is never delivered. My version of php is 5.2.3, but also all versions I tried of 5.1 work the same. Nico