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
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?
no objections from me.
should be committed :)
Hi,
I would like to backport the DTrace patches that were committet to the
+1
-Hannes
Hi
2010/3/25 David Soria Parra dsp@php.net:
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
Hi
2010/3/25 David Soria Parra dsp@php.net:
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
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 no comparable technology.
johannes