From 3f973232e9cb556d53074c8f3758e043824a0765 Mon Sep 17 00:00:00 2001 From: norareidy Date: Fri, 16 May 2025 16:04:51 -0400 Subject: [PATCH 1/3] DOCSP-50063: sharedinclude compat tables --- source/php-drivers.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/php-drivers.txt b/source/php-drivers.txt index f9cd5fd4..67697902 100644 --- a/source/php-drivers.txt +++ b/source/php-drivers.txt @@ -179,7 +179,7 @@ The first column lists the driver version. .. sharedinclude:: dbx/lifecycle-schedule-callout.rst -.. include:: /includes/mongodb-compatibility-table-php.rst +.. sharedinclude:: dbx/mongodb-compatibility-table-php.rst Language Compatibility ~~~~~~~~~~~~~~~~~~~~~~ @@ -189,7 +189,7 @@ of the PHP driver for use with a specific version of PHP. The first column lists the driver versions. -.. include:: /includes/language-compatibility-table-php.rst +.. sharedinclude:: dbx/mongodb-compatibility-table-php.rst .. include:: /includes/about-driver-compatibility.rst From dcaeab9caa5a246a870eeb6e9525a4fd10f0c204 Mon Sep 17 00:00:00 2001 From: norareidy Date: Fri, 16 May 2025 16:13:55 -0400 Subject: [PATCH 2/3] fix --- source/php-drivers.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/php-drivers.txt b/source/php-drivers.txt index 67697902..0351997e 100644 --- a/source/php-drivers.txt +++ b/source/php-drivers.txt @@ -189,7 +189,7 @@ of the PHP driver for use with a specific version of PHP. The first column lists the driver versions. -.. sharedinclude:: dbx/mongodb-compatibility-table-php.rst +.. sharedinclude:: dbx/language-compatibility-table-php.rst .. include:: /includes/about-driver-compatibility.rst From 57191b94d09ff96bfe22cca0e66032c3e3d42617 Mon Sep 17 00:00:00 2001 From: norareidy Date: Fri, 16 May 2025 16:18:42 -0400 Subject: [PATCH 3/3] delete unused --- .../language-compatibility-table-php.rst | 64 ------------------- .../mongodb-compatibility-table-php.rst | 56 ---------------- 2 files changed, 120 deletions(-) delete mode 100644 source/includes/language-compatibility-table-php.rst delete mode 100644 source/includes/mongodb-compatibility-table-php.rst diff --git a/source/includes/language-compatibility-table-php.rst b/source/includes/language-compatibility-table-php.rst deleted file mode 100644 index 2c6432b4..00000000 --- a/source/includes/language-compatibility-table-php.rst +++ /dev/null @@ -1,64 +0,0 @@ -.. list-table:: - :header-rows: 1 - :stub-columns: 1 - :class: compatibility-large - - * - PHP Driver Versions - - PHP 8.4 - - PHP 8.3 - - PHP 8.2 - - PHP 8.1 - - PHP 8.0 - - PHP 7.4 - - PHP 7.3 - - PHP 7.2 - - * - ext + lib 1.21 to 2.0 - - ✓ - - ✓ - - ✓ - - ✓ - - - - - - - - - - * - ext + lib 1.20 - - ✓ - - ✓ - - ✓ - - ✓ - - ✓ - - ✓ - - - - - - * - ext + lib 1.17 to 1.19 - - ✓ - - ✓ - - ✓ - - ✓ - - ✓ - - ✓ - - - - - - * - ext + lib 1.16 - - - - ✓ - - ✓ - - ✓ - - ✓ - - ✓ - - ✓ - - ✓ - - * - ext + lib 1.15 - - - - ✓ - - ✓ - - ✓ - - ✓ - - ✓ - - ✓ - - ✓ diff --git a/source/includes/mongodb-compatibility-table-php.rst b/source/includes/mongodb-compatibility-table-php.rst deleted file mode 100644 index cdcba413..00000000 --- a/source/includes/mongodb-compatibility-table-php.rst +++ /dev/null @@ -1,56 +0,0 @@ -.. list-table:: - :header-rows: 1 - :stub-columns: 1 - :class: compatibility-large - - * - PHP Driver Versions - - MongoDB 8.0 - - MongoDB 7.0 - - MongoDB 6.0 - - MongoDB 5.0 - - MongoDB 4.4 - - MongoDB 4.2 - - MongoDB 4.0 - - MongoDB 3.6 - - * - ext + lib 1.21 to 2.0 - - ✓ - - ✓ - - ✓ - - ✓ - - ✓ - - ✓ - - ✓ [#deprecation-note]_ - - - - * - ext + lib 1.20 - - ✓ - - ✓ - - ✓ - - ✓ - - ✓ - - ✓ - - ✓ - - - - * - ext + lib 1.16 to 1.19 - - ⊛ - - ✓ - - ✓ - - ✓ - - ✓ - - ✓ - - ✓ - - ✓ - - * - ext + lib 1.15 - - ⊛ - - ⊛ - - ✓ - - ✓ - - ✓ - - ✓ - - ✓ - - ✓ - -.. [#deprecation-note] Support for this MongoDB version is deprecated and will be removed in a future release.