You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+44-1Lines changed: 44 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -56,6 +56,49 @@ This will:
56
56
57
57
## Usage
58
58
59
+
### Prerequisites
60
+
61
+
The target PHP process must have the `USE_ZEND_DTRACE=1` environment variable set. This enables USDT probes in the PHP runtime, which php-dcr uses to trace file compilation events.
0 commit comments