Skip to content

Commit

Permalink
Add missing version info for Document::toPHP and Iterator ctor
Browse files Browse the repository at this point in the history
  • Loading branch information
jmikola committed Sep 30, 2024
1 parent 07e4b98 commit 0581484
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion reference/mongodb/versions.xml
Original file line number Diff line number Diff line change
Expand Up @@ -406,7 +406,7 @@
<function name='mongodb\bson\document::offsetunset' from='mongodb &gt;=1.17.0'/>
<function name='mongodb\bson\document::serialize' from='mongodb &gt;=1.16.0'/>
<function name='mongodb\bson\document::tocanonicalextendedjson' from='mongodb &gt;=1.16.0'/>
<function name='mongodb\bson\document::to' from='mongodb &gt;=1.16.0'/>
<function name='mongodb\bson\document::tophp' from='mongodb &gt;=1.16.0'/>
<function name='mongodb\bson\document::torelaxedextendedjson' from='mongodb &gt;=1.16.0'/>
<function name='mongodb\bson\document::unserialize' from='mongodb &gt;=1.16.0'/>

Expand All @@ -418,6 +418,7 @@
<function name='mongodb\bson\int64::unserialize' from='mongodb &gt;=1.5.0'/>

<function name='mongodb\bson\iterator' from='mongodb &gt;=1.16.0'/>
<function name='mongodb\bson\iterator::__construct' from='mongodb &gt;=1.16.0'/>
<function name='mongodb\bson\iterator::current' from='mongodb &gt;=1.16.0'/>
<function name='mongodb\bson\iterator::key' from='mongodb &gt;=1.16.0'/>
<function name='mongodb\bson\iterator::next' from='mongodb &gt;=1.16.0'/>
Expand Down

0 comments on commit 0581484

Please sign in to comment.