Re: [PHP-DEV] DTrace RFC

2010-04-02 Thread Johannes Schlüter
On Thu, 2010-03-25 at 14:37 +0100, Kalle Sommer Nielsen wrote: > Also, what are the status of DTrace support on Windows for this patch? DTrace is only available on MacOS, FreeBSD and MacOS. Maybe it can be made working with SystemTap on Linux, they try to be compatible in their APIs. Windows has n

Re: [PHP-DEV] DTrace RFC

2010-03-25 Thread 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 withou

Re: [PHP-DEV] DTrace RFC

2010-03-25 Thread 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 sho

Re: [PHP-DEV] DTrace RFC

2010-03-25 Thread Hannes Magnusson
On Thu, Mar 25, 2010 at 11:24, David Soria Parra wrote: > Hi, > > I would like to backport the DTrace patches that were committet to the +1 -Hannes -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] DTrace RFC

2010-03-25 Thread Alexey Zakhlestin
On 25.03.2010, at 13:24, David Soria Parra wrote: > 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 brea

[PHP-DEV] DTrace RFC

2010-03-25 Thread 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. objections? david -- P