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:
29
29
$ pecl install mongodb
30
30
$ echo "extension=mongodb.so" >> `php --ini | grep "Loaded Configuration" | sed -e "s|.*:\s*||"`
31
31
32
+ The MongoDB PHP Driver follows [ semantic versioning] ( https://semver.org/ ) for its releases.
33
+
32
34
Additional installation instructions may be found in the
33
35
[ PHP.net documentation] ( https://php.net/manual/en/mongodb.installation.php ) .
34
36
@@ -84,8 +86,6 @@ gpg --verify php_mongodb.dll.sig php_mongodb.dll.tgz
84
86
> and cannot be verified. If you need to verify the integrity of the downloaded
85
87
> binary, always download them from the GitHub release.
86
88
87
- The MongoDB PHP Driver follows [ semantic versioning] ( https://semver.org/ ) for its releases.
88
-
89
89
## Reporting Issues
90
90
91
91
Issues pertaining to the extension should be reported in the
You can’t perform that action at this time.
0 commit comments