Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:43411 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 64406 invoked from network); 19 Mar 2009 13:32:29 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 19 Mar 2009 13:32:29 -0000 Authentication-Results: pb1.pair.com header.from=arnaud.lb@gmail.com; sender-id=pass; domainkeys=bad Authentication-Results: pb1.pair.com smtp.mail=arnaud.lb@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.219.179 as permitted sender) DomainKey-Status: bad X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: arnaud.lb@gmail.com X-Host-Fingerprint: 209.85.219.179 mail-ew0-f179.google.com Received: from [209.85.219.179] ([209.85.219.179:45119] helo=mail-ew0-f179.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 87/C1-55398-C6942C94 for ; Thu, 19 Mar 2009 08:32:28 -0500 Received: by ewy27 with SMTP id 27so397869ewy.23 for ; Thu, 19 Mar 2009 06:32:24 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:sender:subject:from:to:cc :content-type:date:message-id:mime-version:x-mailer :content-transfer-encoding; bh=t+Ij6FRa0gUv6TX0+W5g7kBPYtGEs4IzhNXhSGYproo=; b=n4LObA1yIPsaksu76zEsXi1xEyz/Da6+IEAtnAdQuzkdeLDYRaZ+EuAhEHD93rSIBU KePixeL1Sl9YkQjJlr4x+gwgGoiJvY9BWy0HMWj5K4lgdrrFL7cznP7Ru8UOuQFI1RWD c9KtT9ti3yRJDtH/V96CRfCSSRr/gop3XvwAs= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=sender:subject:from:to:cc:content-type:date:message-id:mime-version :x-mailer:content-transfer-encoding; b=pdbDW38TJpFZHBfnzKkEv4wqh6C+KLvApaIaRrl3Q6PPGknZut1+U7c+h90umgapt4 3r7As3uGZ9KakkDXeZIXAGbzUrRGM0ps/uDF/TEl/vXYt1i6tVh5Z0PuFy9hqzfvvP6r EZ1hiIXXvrES4iFiRcdulrm3ClIxHWWHfj6FM= Received: by 10.216.21.194 with SMTP id r44mr1118470wer.80.1237469544595; Thu, 19 Mar 2009 06:32:24 -0700 (PDT) Received: from ?192.168.1.10? (207-177-41-213.getmyip.com [213.41.177.207]) by mx.google.com with ESMTPS id c4sm2072691nfi.20.2009.03.19.06.32.23 (version=TLSv1/SSLv3 cipher=RC4-MD5); Thu, 19 Mar 2009 06:32:24 -0700 (PDT) Sender: Arnaud LB To: php-dev Cc: Johannes =?ISO-8859-1?Q?Schl=FCter?= , Lukas Kahwe Smith Content-Type: text/plain Date: Thu, 19 Mar 2009 14:32:22 +0100 Message-ID: <1237469542.7120.81.camel@localhost> Mime-Version: 1.0 X-Mailer: Evolution 2.24.5 Content-Transfer-Encoding: 7bit Subject: un-deprecating ticks ? From: lbarnaud@php.net (Arnaud Le Blanc) Hi, After having seen some complaints about ticks being deprecated I'm wondering if they could be un-deprecated for now. Ticks are used by the pcntl extension to call signal handlers when signals are triggered. I added some functions as an alternative, but this does not covers all use cases (and forces a code change). When searching bug reports about ticks, one can feel the ticks to be broken (and this is why they have been deprecated). However, looking in depth at these bugs and viewing what caused them and how they have been fixed does not show really bad things about ticks. Actually one thing is broken (and is marked as such in the documentation), tick functions do not work in ZTS, this looks fixable. Any thoughts on removing the deprecation warning for now ? (at least until a replacement is found). Sorry for posting this so close to the freeze. Regards, Arnaud