|
| 1 | +.. _php-compatibility: |
| 2 | + |
| 3 | +============= |
| 4 | +Compatibility |
| 5 | +============= |
| 6 | + |
| 7 | +.. contents:: On this page |
| 8 | + :local: |
| 9 | + :backlinks: none |
| 10 | + :depth: 2 |
| 11 | + :class: singlecol |
| 12 | + |
| 13 | +.. facet:: |
| 14 | + :name: genre |
| 15 | + :values: reference |
| 16 | + |
| 17 | +.. meta:: |
| 18 | + :keywords: backwards compatibility, versions, upgrade |
| 19 | + |
| 20 | +MongoDB Compatibility |
| 21 | +--------------------- |
| 22 | + |
| 23 | +The following compatibility table specifies the recommended version or versions |
| 24 | +of the {+php-library+} and extension that you can use with a specific version of MongoDB. |
| 25 | + |
| 26 | +The first column lists the version of the library and extension. |
| 27 | + |
| 28 | +.. sharedinclude:: dbx/lifecycle-schedule-callout.rst |
| 29 | + |
| 30 | +.. sharedinclude:: dbx/compatibility-table-legend.rst |
| 31 | + |
| 32 | +.. include:: /includes/mongodb-compatibility-table-php.rst |
| 33 | + |
| 34 | +For more information on how to read the compatibility tables, see our guide on |
| 35 | +:ref:`MongoDB Compatibility Tables <about-driver-compatibility>`. |
| 36 | + |
| 37 | +Language Compatibility |
| 38 | +---------------------- |
| 39 | + |
| 40 | +The following compatibility table specifies the recommended version or versions |
| 41 | +of the {+php-library+} and extension that you can use with a specific version of PHP. |
| 42 | + |
| 43 | +The first column lists the version of the library and extension. |
| 44 | + |
| 45 | +.. include:: /includes/language-compatibility-table-php.rst |
| 46 | + |
| 47 | +.. sharedinclude:: dbx/about-driver-compatibility.rst |
| 48 | + |
| 49 | +For more information on how to read the compatibility tables, see our guide on |
| 50 | +:ref:`MongoDB Compatibility Tables <about-driver-compatibility>`. |
| 51 | + |
| 52 | +How to Get Help |
| 53 | +--------------- |
| 54 | + |
| 55 | +If you have questions about compatibility, visit the following resources for further guidance: |
| 56 | + |
| 57 | +- Ask questions on our :community-forum:`MongoDB Community Forums <>`. |
| 58 | +- Visit our :technical-support:`Support Channels </>`. |
| 59 | +- File an issue or feature request in our issue tracker, JIRA, under one of the |
| 60 | + following projects: |
| 61 | + |
| 62 | + - `PHPC - Extension <https://jira.mongodb.org/projects/PHPC/summary>`_ |
| 63 | + |
| 64 | + - `PHPLIB - Library <https://jira.mongodb.org/projects/PHPLIB/summary>`_ |
0 commit comments