Skip to content
This repository was archived by the owner on Jun 22, 2021. It is now read-only.

Commit 7fd7041

Browse files
author
Chris Schneider
committed
Update the name of the php ext now that it's not in alpha
1 parent 38b493d commit 7fd7041

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

source/includes/_php.md

+16
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,22 @@ not need to be installed directly.
6363
<td>
6464
<span class="step">2</span>
6565
</td>
66+
<td style="padding-top: 15px">
67+
<p>Install the <code>scoutapm</code> php extension (optional, recommended):</p>
68+
<pre style="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 <a href="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>
6682
<td style="padding-top: 15px">
6783
<p>Configure Scout in your <code>.env</code> file:</p>
6884
<pre style="width:500px">

0 commit comments

Comments
 (0)