Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:47602 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 42826 invoked from network); 25 Mar 2010 13:37:24 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 25 Mar 2010 13:37:24 -0000 Authentication-Results: pb1.pair.com smtp.mail=kalle.php@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=kalle.php@gmail.com; sender-id=pass; domainkeys=bad Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.218.216 as permitted sender) DomainKey-Status: bad X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: kalle.php@gmail.com X-Host-Fingerprint: 209.85.218.216 mail-bw0-f216.google.com Received: from [209.85.218.216] ([209.85.218.216:45284] helo=mail-bw0-f216.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 8F/52-31790-2176BAB4 for ; Thu, 25 Mar 2010 08:37:23 -0500 Received: by bwz8 with SMTP id 8so2091385bwz.23 for ; Thu, 25 Mar 2010 06:37:20 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:sender:received:in-reply-to :references:date:x-google-sender-auth:message-id:subject:from:to:cc :content-type; bh=UuyPh+y/YYe8ZXslTNJvv/6/6izglJwku7pLfSVKoQQ=; b=shxZ8epHiNMnYzjiiW0cSm9pD0QielaMmbMTljXv+JAcjizCagGtyHJau2FWcP83je 4AI/OvMxd7/uTo8meJ18wctEkG64+t3IORbNDhCOZSeLOKaZv/V6SOH/RdpD1Osp7Ija skoS4GfVW10TFNkB7A6zJscFp/vQQjSHo0ups= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type; b=gV+hcKxa8HrqtmXY549ohkKEYhLFDaqBm6bMwQKMKnZmNG9xvl+5JZOlGPij1KerXP cWgutD5ul2QXFrsM0GlbaAEMfx7AtlxIOqqhpA6UX71/1eYzr2R5BxbcKe/SI3aTMRto JJ7P45INC00nH5pO96+VDtURlhUlEuoi2GmKc= MIME-Version: 1.0 Sender: kalle.php@gmail.com Received: by 10.204.36.82 with SMTP id s18mr927440bkd.94.1269524239720; Thu, 25 Mar 2010 06:37:19 -0700 (PDT) In-Reply-To: References: Date: Thu, 25 Mar 2010 14:37:19 +0100 X-Google-Sender-Auth: b6d60f90fbb6cb9f Message-ID: <2dedb8a1003250637w212ed8x3bc0ac705d17ef4e@mail.gmail.com> To: David Soria Parra Cc: internals@lists.php.net Content-Type: text/plain; charset=ISO-8859-1 Subject: Re: [PHP-DEV] DTrace RFC From: kalle@php.net (Kalle Sommer Nielsen) Hi 2010/3/25 David Soria Parra : > Hi, > > I would like to backport the DTrace patches that were committet to the > latest trunk. This is related to RFC http://wiki.php.net/rfc/dtrace > . If there are no objections I'll commit this within the next weeks. > As DTrace doesn't break BC I think it should be a big deal. The only thing I remember that should be fixed with the old patch was that the #include "zend_dtrace.h" didn't have any surrounding #if HAVE_DTRACE around it which broke the builds on platforms without DTrace, such as Windows. Also, what are the status of DTrace support on Windows for this patch? -- regards, Kalle Sommer Nielsen kalle@php.net