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 dd5c07d commit 709a236Copy full SHA for 709a236
README.md
@@ -29,6 +29,8 @@ To build and install the driver:
29
$ pecl install mongodb
30
$ echo "extension=mongodb.so" >> `php --ini | grep "Loaded Configuration" | sed -e "s|.*:\s*||"`
31
32
+The MongoDB PHP Driver follows [semantic versioning](https://semver.org/) for its releases.
33
+
34
Additional installation instructions may be found in the
35
[PHP.net documentation](https://php.net/manual/en/mongodb.installation.php).
36
0 commit comments