Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:123420 X-Original-To: internals@lists.php.net Delivered-To: internals@lists.php.net Received: from php-smtp4.php.net (php-smtp4.php.net [45.112.84.5]) by qa.php.net (Postfix) with ESMTPS id CC5541A009C for ; Thu, 23 May 2024 18:26:25 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=php.net; s=mail; t=1716488842; bh=2a0rJlN0/GJoEg/W+KZ4ReTpqhc+3WX6jgsPly1shD0=; h=Date:Subject:To:Cc:References:From:In-Reply-To:From; b=JfteTUzFUCLYM5upePnzir+VPBZzSsAENJxZzSHn3gdSWkkA80lmYiy7+xHKglAyG Naazda1on7TGMGaJNJK4d2g+F/fKSvfea4Nhbctjb7UtZsluvL9f//dKwFQ2FoffQ7 8bvz90heIvq71bQj/Zy++6IU5BrB9tp5GbclsCgpszvO84cFgyWLWsgKppt6rlRtWz chMqXduQnXPDMoQHLiZt53Uy/2A/aT1LjRWVyYPcdykuFcs5W/arVnu9m1tqONr0+8 P56/QYhZ9Hw6hp0vleXcUrSq84ma0byyd+9OLnLdDuoDOVoUpVfc5Ho5eobB1lqpph zIlImTmqJ7JWg== Received: from php-smtp4.php.net (localhost [127.0.0.1]) by php-smtp4.php.net (Postfix) with ESMTP id 214C518007E for ; Thu, 23 May 2024 18:27:22 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 4.0.0 (2022-12-13) on php-smtp4.php.net X-Spam-Level: X-Spam-Status: No, score=0.6 required=5.0 tests=BAYES_50,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,DMARC_PASS,SPF_HELO_NONE, SPF_PASS,T_SCC_BODY_TEXT_LINE autolearn=no autolearn_force=no version=4.0.0 X-Spam-Virus: Error (Cannot connect to unix socket '/var/run/clamav/clamd.ctl': connect: Connection refused) X-Envelope-From: Received: from chrono.xqk7.com (chrono.xqk7.com [176.9.45.72]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by php-smtp4.php.net (Postfix) with ESMTPS for ; Thu, 23 May 2024 18:27:21 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bastelstu.be; s=mail20171119; t=1716488783; bh=2a0rJlN0/GJoEg/W+KZ4ReTpqhc+3WX6jgsPly1shD0=; h=Message-ID:Date:MIME-Version:Subject:To:Cc:References:From: In-Reply-To:Content-Type:from:to:cc:subject:message-id; b=NA4GmSPbxtaB+zT0y3FGX0M8IxK6b1V+bWcQQ1GBYdlH63T7pysIBzPCR6iumn5xD aTrer0qrPbA3O4JMlKWca6UTiEkxnRCEmhvPl3XpCjZreXlcHMrSm3jGurhTzXOW7p 8MHZlDqen2GGgGavyQgytqVMLKDzEdsjUa4lOwFgHTojKL2qHEoE6EtQfTvVvAv0/7 v12aY3mfICdfUBC4WZXY+x1mDkTuvvUFAAJdUmG1nhYczUYcsRe88WL7KiwQxiw9Ph cweJAQtsURefK4u7BIht2ji6yirsx2L1aOELinDWiUQN4fstNt1SVv6S6IbNAmCKtT 0beWETun84MSw== Message-ID: <1b557f5f-e782-4e68-ba1c-c2cfa3151c83@bastelstu.be> Date: Thu, 23 May 2024 20:26:21 +0200 Precedence: bulk list-help: list-post: List-Id: internals.lists.php.net MIME-Version: 1.0 Subject: Re: [PHP-DEV] Switching max_execution_time from CPU time to wall-clock time and from SIGPROF to SIGALRM To: Arnaud Le Blanc , Robert Landers Cc: PHP internals References: Content-Language: en-US In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit From: tim@bastelstu.be (=?UTF-8?Q?Tim_D=C3=BCsterhus?=) Hi On 5/21/24 14:39, Arnaud Le Blanc wrote: > This is what I believe as well. FWIW I was able to reproduce the issue > outside of PHP [2]. I've reported the bug to Apple, but I don't expect > it to be fixed quickly, if at all. Is the bug report public / can you provide a link to it? Best regards Tim Düsterhus