We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 36b39a4 commit 24764a9Copy full SHA for 24764a9
CONTRIBUTING.md
@@ -21,6 +21,13 @@ phpize > /dev/null && \
21
make clean > /dev/null && make all > /dev/null && make install
22
```
23
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
31
## Generating arginfo from stub files
32
33
Arginfo structures are generated from stub files using the `gen_stub.php`
0 commit comments