File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -29,6 +29,8 @@ To build and install the driver:
2929 $ pecl install mongodb
3030 $ echo "extension=mongodb.so" >> `php --ini | grep "Loaded Configuration" | sed -e "s|.*:\s*||"`
3131
32+ The MongoDB PHP Driver follows [ semantic versioning] ( https://semver.org/ ) for its releases.
33+
3234Additional installation instructions may be found in the
3335[ PHP.net documentation] ( https://php.net/manual/en/mongodb.installation.php ) .
3436
@@ -84,8 +86,6 @@ gpg --verify php_mongodb.dll.sig php_mongodb.dll.tgz
8486> and cannot be verified. If you need to verify the integrity of the downloaded
8587> binary, always download them from the GitHub release.
8688
87- The MongoDB PHP Driver follows [ semantic versioning] ( https://semver.org/ ) for its releases.
88-
8989## Reporting Issues
9090
9191Issues pertaining to the extension should be reported in the
You can’t perform that action at this time.
0 commit comments