We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 298b9ad commit a15ba4cCopy full SHA for a15ba4c
source/drivers/php.txt
@@ -107,7 +107,7 @@ Compatibility
107
Due to potential problems representing 64-bit integers on 32-bit platforms,
108
users are advised to use 64-bit environments. When using a 32-bit platform, be
109
aware that any 64-bit integer read from the database will be returned as a
110
-`MongoDB\BSON\Int64 <https://www.php.net/manual/en/class.mongodb-bson-int64.php>`_
+`MongoDB\\BSON\\Int64 <https://www.php.net/manual/en/class.mongodb-bson-int64.php>`_
111
instance instead of a PHP integer type.
112
113
MongoDB Compatibility
0 commit comments