Introduction¶
Fujitsu Support and Downloads- Notebooks, Tablet PCs, Scanners, Servers, Storage, Ethernet Switches, Communications Networks, Retail POS Systems, Touch Panels. Windows 10 64 bit, Windows 8.1 64 bit, Windows 8 64 bit, Windows 7 64 bit, Windows Vista 64 bit, Windows 2008, Windows XP 64 bit, Windows 2003.
- Microsoft® ODBC Driver 13.1 for SQL Server® - Windows, Linux, & macOS. The Microsoft ODBC Driver for SQL Server provides native connectivity from Windows, Linux, & macOS to Microsoft SQL Server and Microsoft Azure SQL Database.
- Global Nav Open Menu Global Nav Close Menu; Apple; Shopping Bag +.
The PHP driver consists of two components, the MongoDB extensionand library.
Samsung USB Driver for Mobile Phones 1.7.31 on 32-bit and 64-bit PCs. This download is licensed as freeware for the Windows (32-bit and 64-bit) operating system on a laptop or desktop PC from drivers without restrictions. Samsung USB Driver for Mobile Phones 1.7.31 is available to all software users as a free download for Windows.
The extension provides a low-level API and mainly serves to integratelibmongoc and libbson with PHP.
While it is possible to use the extension alone, users are strongly encouragedto use the extension and library together. The library provides a high-level APIconsistent with other MongoDB language drivers.
Documentation
Changelog
Source Code
Mogow Driver Download For Windows 64-bit
Installation¶
Mogow Driver Download For Windows
First, make sure you have a recent version of PHP installed on yoursystem. See theofficial PHP manualfor download and installation instructions.
Install the PHP MongoDB Extension before installing the PHP Library forMongoDB. You can install the extension usingPECL onthe command line:
Finally, add the following line to your php.ini
file:
On some systems, there may be multiple INI files for individual SAPIs (e.g.CLI, FPM). Make sure to enable the extension in all SAPIs that you need.
The preferred method of installing the PHP library is withComposer by running the following from your project root:
Additional installation instructions may be found in thelibrary documentation.
Connect to MongoDB Atlas¶
To connect to a MongoDB Atlas cluster, use theAtlas connection string for your cluster:
Compatibility¶
Due to potential problems representing 64-bit integers on 32-bit platforms,users are advised to use 64-bit environments. When using a 32-bit platform, beaware that any 64-bit integer read from the database will be returned as aMongoDBBSONInt64instance instead of a PHP integer type.
MongoDB Compatibility¶
PHP Driver | MongoDB 4.4 | MongoDB 4.2 | MongoDB 4.0 | MongoDB 3.6 | MongoDB 3.4 | MongoDB 3.2 | MongoDB 3.0 | MongoDB 2.6 |
---|---|---|---|---|---|---|---|---|
ext 1.9 + lib 1.8 | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | |
ext 1.8 + lib 1.7 | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | |
ext 1.7 + lib 1.6 | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ||
ext 1.6 + lib 1.5 | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ||
ext 1.5 + lib 1.4 | ✓ | ✓ | ✓ | ✓ | ✓ | |||
ext 1.4 + lib 1.3 | ✓ | ✓ | ✓ | ✓ | ✓ | |||
ext 1.3 + lib 1.2 | ✓ | ✓ | ✓ | ✓ | ||||
ext 1.2 + lib 1.1 | ✓ | ✓ | ✓ | ✓ | ||||
ext 1.1 + lib 1.0 | ✓ | ✓ | ✓ | |||||
ext 1.0 | ✓ | ✓ |
Language Compatibility¶
PHP Driver | PHP 8.0 | PHP 7.4 | PHP 7.3 | PHP 7.2 | PHP 7.1 | PHP 7.0 | PHP 5.6 | PHP 5.5 |
---|---|---|---|---|---|---|---|---|
ext 1.9 + lib 1.8 | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ||
ext 1.8 + lib 1.7 | ✓ | ✓ | ✓ | ✓ | ✓ | |||
ext 1.7 + lib 1.6 | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ||
ext 1.6 + lib 1.5 | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ||
ext 1.5 + lib 1.4 | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ||
ext 1.4 + lib 1.3 | ✓ | ✓ | ✓ | ✓ | ✓ | |||
ext 1.3 + lib 1.2 | ✓ | ✓ | ✓ | ✓ | ✓ |
For more information on how to read the compatibility tables, see our guide onMongoDB Compatibility Tables.
How to get help¶
- Ask questions on our MongoDB Community Forums.
- Visit our Support Channels.
- File an issue or feature request in JIRA under one of the following:- Extension- Library
See Also¶
© MongoDB, Inc 2008-present. MongoDB, Mongo, and the leaf logo are registered trademarks of MongoDB, Inc.