Skip to content

Commit 24764a9

Browse files
GromNaNjmikola
andauthored
Add installation check in contribution doc (#1424)
Co-authored-by: Jeremy Mikola <[email protected]>
1 parent 36b39a4 commit 24764a9

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

CONTRIBUTING.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,13 @@ phpize > /dev/null && \
2121
make clean > /dev/null && make all > /dev/null && make install
2222
```
2323

24+
To verify that the installation was successful, run the following command, which
25+
will report `phpinfo()` output for the extension:
26+
27+
```
28+
$ php --ri mongodb
29+
```
30+
2431
## Generating arginfo from stub files
2532

2633
Arginfo structures are generated from stub files using the `gen_stub.php`

0 commit comments

Comments
 (0)