Skip to content

Commit

Permalink
DOCSP-2020: Inconsistencies in PHP compatibility tables
Browse files Browse the repository at this point in the history
  • Loading branch information
steveren committed Mar 19, 2018
1 parent c1788aa commit 9943a91
Show file tree
Hide file tree
Showing 3 changed files with 69 additions and 132 deletions.
71 changes: 1 addition & 70 deletions source/drivers/driver-compatibility-reference.txt
Expand Up @@ -698,75 +698,7 @@ MongoDB Compatibility

.. include:: /includes/extracts/php-driver-compatibility-matrix-mongodb.rst

.. list-table::
:header-rows: 1
:stub-columns: 1
:class: compatibility

* - PHP Driver
- MongoDB 2.6
- MongoDB 3.0
- MongoDB 3.2
- MongoDB 3.4
- MongoDB 3.6

* - PHPLIB 1.3 + mongodb-1.4
- |checkmark|
- |checkmark|
- |checkmark|
- |checkmark|
- |checkmark|

* - PHPLIB 1.1 + mongodb-1.2
- |checkmark|
- |checkmark|
- |checkmark|
- |checkmark|
-

* - PHPLIB 1.0 + mongodb-1.1
- |checkmark|
- |checkmark|
- |checkmark|
-
-

* - mongodb-1.1
- |checkmark|
- |checkmark|
- |checkmark|
-
-

* - mongodb-1.0
- |checkmark|
- |checkmark|
-
-
-

* - mongo-1.6
- |checkmark|
- |checkmark|
-
-
-

* - mongo-1.5
- |checkmark|
-
-
-
-

* - mongo-1.4
- |checkmark|
-
-
-
-

.. include:: /includes/older-server-versions-unsupported.rst
.. include:: /includes/php-mongodb-compatibility-table.rst

.. _reference-compatibility-language-php:

Expand Down Expand Up @@ -873,7 +805,6 @@ Language Compatibility
-
-


.. _reference-compatibility-python:

Python Driver Compatibility
Expand Down
63 changes: 1 addition & 62 deletions source/drivers/php.txt
Expand Up @@ -48,71 +48,10 @@ MongoDB Compatibility

.. include:: /includes/extracts/php-driver-compatibility-matrix-mongodb.rst

.. list-table::
:header-rows: 1
:stub-columns: 1
:class: compatibility

* - PHP Driver
- MongoDB 2.4
- MongoDB 2.6
- MongoDB 3.0
- MongoDB 3.2
- MongoDB 3.4
- MongoDB 3.6

* - PHPLIB 1.3 + mongodb-1.4
-
- |checkmark|
- |checkmark|
- |checkmark|
- |checkmark|
- |checkmark|

* - PHPLIB 1.1 + mongodb-1.2
- |checkmark|
- |checkmark|
- |checkmark|
- |checkmark|
- |checkmark|
-

* - PHPLIB 1.0 + mongodb-1.1
- |checkmark|
- |checkmark|
- |checkmark|
- |checkmark|
-
-

* - mongodb-1.1
- |checkmark|
- |checkmark|
- |checkmark|
- |checkmark|
-
-

* - mongodb-1.0
- |checkmark|
- |checkmark|
- |checkmark|
-
-
-

* - mongo-1.6
- |checkmark|
- |checkmark|
- |checkmark|
-
-
-
.. include:: /includes/php-mongodb-compatibility-table.rst

.. include:: /includes/extracts/php-driver-compatibility-full-mongodb.rst

.. include:: /includes/older-server-versions-unsupported.rst

Language Compatibility
~~~~~~~~~~~~~~~~~~~~~~

Expand Down
67 changes: 67 additions & 0 deletions source/includes/php-mongodb-compatibility-table.rst
@@ -0,0 +1,67 @@
.. list-table::
:header-rows: 1
:stub-columns: 1
:class: compatibility

* - PHP Driver
- MongoDB 2.6
- MongoDB 3.0
- MongoDB 3.2
- MongoDB 3.4
- MongoDB 3.6

* - PHPLIB 1.3 + mongodb-1.4
- |checkmark|
- |checkmark|
- |checkmark|
- |checkmark|
- |checkmark|

* - PHPLIB 1.2 + mongodb-1.3
- |checkmark|
- |checkmark|
- |checkmark|
- |checkmark|
-

* - PHPLIB 1.1 + mongodb-1.2
- |checkmark|
- |checkmark|
- |checkmark|
- |checkmark|
-

* - PHPLIB 1.0 + mongodb-1.1
- |checkmark|
- |checkmark|
- |checkmark|
-
-

* - mongodb-1.0
- |checkmark|
- |checkmark|
-
-
-

* - mongo-1.6
- |checkmark|
- |checkmark|
-
-
-

* - mongo-1.5
- |checkmark|
-
-
-
-

* - mongo-1.4
- |checkmark|
-
-
-
-

0 comments on commit 9943a91

Please sign in to comment.