Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:47603 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 44197 invoked from network); 25 Mar 2010 13:40:50 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 25 Mar 2010 13:40:50 -0000 X-Host-Fingerprint: 217.114.211.68 unknown Date: Thu, 25 Mar 2010 08:40:50 -0500 Received: from [217.114.211.68] ([217.114.211.68:20547] helo=localhost.localdomain) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 3D/A2-31790-1E76BAB4 for ; Thu, 25 Mar 2010 08:40:50 -0500 To: internals@lists.php.net References: <2dedb8a1003250637w212ed8x3bc0ac705d17ef4e@mail.gmail.com> User-Agent: slrn/0.9.9p1 (SunOS) Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: X-Posted-By: 217.114.211.68 Subject: Re: [PHP-DEV] DTrace RFC From: dsp@php.net (David Soria Parra) On 2010-03-25, Kalle Sommer Nielsen wrote: > Hi > > 2010/3/25 David Soria Parra : >> Hi, >> > 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. I'll take care > Also, what are the status of DTrace support on Windows for this patch? there is no Dtrace on windows therefore we will just disable dtrace on windows. Dtrace is only available on FreeBSD, Mac OS and Solaris/OpenSolaris. -- david