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
{{ message }}
This repository was archived by the owner on Jun 22, 2021. It is now read-only.
Copy file name to clipboardexpand all lines: source/includes/_php.md
+16
Original file line number
Diff line number
Diff line change
@@ -63,6 +63,22 @@ not need to be installed directly.
63
63
<td>
64
64
<span class="step">2</span>
65
65
</td>
66
+
<td style="padding-top: 15px">
67
+
<p>Install the <code>scoutapm</code> php extension (optional, recommended):</p>
68
+
<prestyle="width:500px">
69
+
sudo pecl install scoutapm
70
+
</pre>
71
+
<p>
72
+
Several instruments require the native extension to be included, including timing of <code>libcurl</code> and <code>file_get_contents</code>.
73
+
74
+
For more information, or to compile manually, the <ahref="https://github.com/scoutapp/scout-apm-php-ext">README</a> has additional instructions.
75
+
</p>
76
+
</td>
77
+
</tr>
78
+
<tr>
79
+
<td>
80
+
<span class="step">3</span>
81
+
</td>
66
82
<td style="padding-top: 15px">
67
83
<p>Configure Scout in your <code>.env</code> file:</p>
0 commit comments