Skip to content

Commit 0db3dfb

Browse files
committed
add support to mongodb 2.0
1 parent 3998323 commit 0db3dfb

File tree

7 files changed

+115
-2
lines changed

7 files changed

+115
-2
lines changed
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
kind: Changed
2+
body: update mongodb reference to version 2.0.0
3+
time: 2025-04-14T13:04:56.978905497Z

data/reference/extension/mongodb/1/classes.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,7 @@
102102
{
103103
"name": "MongoDB\\Driver\\CursorId",
104104
"ext_min": "1.15.0",
105+
"ext_max": "1.21.0",
105106
"php_min": "7.2.0"
106107
},
107108
{
@@ -162,6 +163,7 @@
162163
{
163164
"name": "MongoDB\\Driver\\Exception\\SSLConnectionException",
164165
"ext_min": "1.15.0",
166+
"ext_max": "1.21.0",
165167
"php_min": "7.2.0"
166168
},
167169
{
@@ -172,6 +174,7 @@
172174
{
173175
"name": "MongoDB\\Driver\\Exception\\WriteException",
174176
"ext_min": "1.15.0",
177+
"ext_max": "1.21.0",
175178
"php_min": "7.2.0"
176179
},
177180
{

data/reference/extension/mongodb/1/functions.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,31 +2,37 @@
22
{
33
"name": "MongoDB\\BSON\\fromJSON",
44
"ext_min": "1.15.0",
5+
"ext_max": "1.21.0",
56
"php_min": "7.2.0"
67
},
78
{
89
"name": "MongoDB\\BSON\\fromPHP",
910
"ext_min": "1.15.0",
11+
"ext_max": "1.21.0",
1012
"php_min": "7.2.0"
1113
},
1214
{
1315
"name": "MongoDB\\BSON\\toCanonicalExtendedJSON",
1416
"ext_min": "1.15.0",
17+
"ext_max": "1.21.0",
1518
"php_min": "7.2.0"
1619
},
1720
{
1821
"name": "MongoDB\\BSON\\toJSON",
1922
"ext_min": "1.15.0",
23+
"ext_max": "1.21.0",
2024
"php_min": "7.2.0"
2125
},
2226
{
2327
"name": "MongoDB\\BSON\\toPHP",
2428
"ext_min": "1.15.0",
29+
"ext_max": "1.21.0",
2530
"php_min": "7.2.0"
2631
},
2732
{
2833
"name": "MongoDB\\BSON\\toRelaxedExtendedJSON",
2934
"ext_min": "1.15.0",
35+
"ext_max": "1.21.0",
3036
"php_min": "7.2.0"
3137
},
3238
{

0 commit comments

Comments
 (0)