rzhugging commited on
Commit
416e1ba
·
verified ·
1 Parent(s): 3cc5c6c

Add PHP MongoDB & MSSQL extension binaries (Windows DLL + Linux .so) for PHP 7.4-8.3

Browse files
Files changed (39) hide show
  1. .gitattributes +35 -0
  2. LINUX-MSSQL-BUILD.md +61 -0
  3. README.md +105 -0
  4. SHA256SUMS +35 -0
  5. linux/php7.4/x64/mongodb.so +3 -0
  6. linux/php8.0/x64/mongodb.so +3 -0
  7. linux/php8.1/x64/mongodb.so +3 -0
  8. linux/php8.2/x64/mongodb.so +3 -0
  9. linux/php8.3/x64/mongodb.so +3 -0
  10. windows/php7.4/nts/x64/php_mongodb.dll +3 -0
  11. windows/php7.4/nts/x64/php_pdo_sqlsrv.dll +3 -0
  12. windows/php7.4/nts/x64/php_sqlsrv.dll +3 -0
  13. windows/php7.4/ts/x64/php_mongodb.dll +3 -0
  14. windows/php7.4/ts/x64/php_pdo_sqlsrv.dll +3 -0
  15. windows/php7.4/ts/x64/php_sqlsrv.dll +3 -0
  16. windows/php8.0/nts/x64/php_mongodb.dll +3 -0
  17. windows/php8.0/nts/x64/php_pdo_sqlsrv.dll +3 -0
  18. windows/php8.0/nts/x64/php_sqlsrv.dll +3 -0
  19. windows/php8.0/ts/x64/php_mongodb.dll +3 -0
  20. windows/php8.0/ts/x64/php_pdo_sqlsrv.dll +3 -0
  21. windows/php8.0/ts/x64/php_sqlsrv.dll +3 -0
  22. windows/php8.1/nts/x64/php_mongodb.dll +3 -0
  23. windows/php8.1/nts/x64/php_pdo_sqlsrv.dll +3 -0
  24. windows/php8.1/nts/x64/php_sqlsrv.dll +3 -0
  25. windows/php8.1/ts/x64/php_mongodb.dll +3 -0
  26. windows/php8.1/ts/x64/php_pdo_sqlsrv.dll +3 -0
  27. windows/php8.1/ts/x64/php_sqlsrv.dll +3 -0
  28. windows/php8.2/nts/x64/php_mongodb.dll +3 -0
  29. windows/php8.2/nts/x64/php_pdo_sqlsrv.dll +3 -0
  30. windows/php8.2/nts/x64/php_sqlsrv.dll +3 -0
  31. windows/php8.2/ts/x64/php_mongodb.dll +3 -0
  32. windows/php8.2/ts/x64/php_pdo_sqlsrv.dll +3 -0
  33. windows/php8.2/ts/x64/php_sqlsrv.dll +3 -0
  34. windows/php8.3/nts/x64/php_mongodb.dll +3 -0
  35. windows/php8.3/nts/x64/php_pdo_sqlsrv.dll +3 -0
  36. windows/php8.3/nts/x64/php_sqlsrv.dll +3 -0
  37. windows/php8.3/ts/x64/php_mongodb.dll +3 -0
  38. windows/php8.3/ts/x64/php_pdo_sqlsrv.dll +3 -0
  39. windows/php8.3/ts/x64/php_sqlsrv.dll +3 -0
.gitattributes CHANGED
@@ -33,3 +33,38 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
33
  *.zip filter=lfs diff=lfs merge=lfs -text
34
  *.zst filter=lfs diff=lfs merge=lfs -text
35
  *tfevents* filter=lfs diff=lfs merge=lfs -text
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
33
  *.zip filter=lfs diff=lfs merge=lfs -text
34
  *.zst filter=lfs diff=lfs merge=lfs -text
35
  *tfevents* filter=lfs diff=lfs merge=lfs -text
36
+ linux/php7.4/x64/mongodb.so filter=lfs diff=lfs merge=lfs -text
37
+ linux/php8.0/x64/mongodb.so filter=lfs diff=lfs merge=lfs -text
38
+ linux/php8.1/x64/mongodb.so filter=lfs diff=lfs merge=lfs -text
39
+ linux/php8.2/x64/mongodb.so filter=lfs diff=lfs merge=lfs -text
40
+ linux/php8.3/x64/mongodb.so filter=lfs diff=lfs merge=lfs -text
41
+ windows/php7.4/nts/x64/php_mongodb.dll filter=lfs diff=lfs merge=lfs -text
42
+ windows/php7.4/nts/x64/php_pdo_sqlsrv.dll filter=lfs diff=lfs merge=lfs -text
43
+ windows/php7.4/nts/x64/php_sqlsrv.dll filter=lfs diff=lfs merge=lfs -text
44
+ windows/php7.4/ts/x64/php_mongodb.dll filter=lfs diff=lfs merge=lfs -text
45
+ windows/php7.4/ts/x64/php_pdo_sqlsrv.dll filter=lfs diff=lfs merge=lfs -text
46
+ windows/php7.4/ts/x64/php_sqlsrv.dll filter=lfs diff=lfs merge=lfs -text
47
+ windows/php8.0/nts/x64/php_mongodb.dll filter=lfs diff=lfs merge=lfs -text
48
+ windows/php8.0/nts/x64/php_pdo_sqlsrv.dll filter=lfs diff=lfs merge=lfs -text
49
+ windows/php8.0/nts/x64/php_sqlsrv.dll filter=lfs diff=lfs merge=lfs -text
50
+ windows/php8.0/ts/x64/php_mongodb.dll filter=lfs diff=lfs merge=lfs -text
51
+ windows/php8.0/ts/x64/php_pdo_sqlsrv.dll filter=lfs diff=lfs merge=lfs -text
52
+ windows/php8.0/ts/x64/php_sqlsrv.dll filter=lfs diff=lfs merge=lfs -text
53
+ windows/php8.1/nts/x64/php_mongodb.dll filter=lfs diff=lfs merge=lfs -text
54
+ windows/php8.1/nts/x64/php_pdo_sqlsrv.dll filter=lfs diff=lfs merge=lfs -text
55
+ windows/php8.1/nts/x64/php_sqlsrv.dll filter=lfs diff=lfs merge=lfs -text
56
+ windows/php8.1/ts/x64/php_mongodb.dll filter=lfs diff=lfs merge=lfs -text
57
+ windows/php8.1/ts/x64/php_pdo_sqlsrv.dll filter=lfs diff=lfs merge=lfs -text
58
+ windows/php8.1/ts/x64/php_sqlsrv.dll filter=lfs diff=lfs merge=lfs -text
59
+ windows/php8.2/nts/x64/php_mongodb.dll filter=lfs diff=lfs merge=lfs -text
60
+ windows/php8.2/nts/x64/php_pdo_sqlsrv.dll filter=lfs diff=lfs merge=lfs -text
61
+ windows/php8.2/nts/x64/php_sqlsrv.dll filter=lfs diff=lfs merge=lfs -text
62
+ windows/php8.2/ts/x64/php_mongodb.dll filter=lfs diff=lfs merge=lfs -text
63
+ windows/php8.2/ts/x64/php_pdo_sqlsrv.dll filter=lfs diff=lfs merge=lfs -text
64
+ windows/php8.2/ts/x64/php_sqlsrv.dll filter=lfs diff=lfs merge=lfs -text
65
+ windows/php8.3/nts/x64/php_mongodb.dll filter=lfs diff=lfs merge=lfs -text
66
+ windows/php8.3/nts/x64/php_pdo_sqlsrv.dll filter=lfs diff=lfs merge=lfs -text
67
+ windows/php8.3/nts/x64/php_sqlsrv.dll filter=lfs diff=lfs merge=lfs -text
68
+ windows/php8.3/ts/x64/php_mongodb.dll filter=lfs diff=lfs merge=lfs -text
69
+ windows/php8.3/ts/x64/php_pdo_sqlsrv.dll filter=lfs diff=lfs merge=lfs -text
70
+ windows/php8.3/ts/x64/php_sqlsrv.dll filter=lfs diff=lfs merge=lfs -text
LINUX-MSSQL-BUILD.md ADDED
@@ -0,0 +1,61 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Building sqlsrv & pdo_sqlsrv (.so) on Linux
2
+
3
+ Microsoft ships the MSSQL PHP drivers as **source through PECL**, so the `.so` must be compiled
4
+ against your exact PHP version. This is fast and repeatable. Example for **Debian/Ubuntu, x64**.
5
+
6
+ ## 1. Install the Microsoft ODBC driver (runtime dependency)
7
+
8
+ ```bash
9
+ # Debian/Ubuntu
10
+ curl https://packages.microsoft.com/keys/microsoft.asc | sudo tee /etc/apt/trusted.gpg.d/microsoft.asc
11
+ curl https://packages.microsoft.com/config/debian/12/prod.list | sudo tee /etc/apt/sources.list.d/mssql-release.list
12
+ sudo apt-get update
13
+ sudo ACCEPT_EULA=Y apt-get install -y msodbcsql18 unixodbc-dev
14
+ ```
15
+
16
+ ## 2. Install PHP build tooling
17
+
18
+ ```bash
19
+ # replace 8.3 with your PHP minor version
20
+ sudo apt-get install -y php8.3-dev php-pear gcc g++ make
21
+ ```
22
+
23
+ ## 3. Build the extensions with PECL
24
+
25
+ ```bash
26
+ # For PHP 8.1+ the latest 5.13.x works; for PHP 7.4/8.0 pin 5.10.1:
27
+ sudo pecl install sqlsrv pdo_sqlsrv
28
+ # or a pinned version:
29
+ # sudo pecl install sqlsrv-5.10.1 pdo_sqlsrv-5.10.1 # PHP 7.4 / 8.0
30
+ # sudo pecl install sqlsrv-5.12.0 pdo_sqlsrv-5.12.0 # PHP 8.1 / 8.2
31
+ # sudo pecl install sqlsrv-5.13.3 pdo_sqlsrv-5.13.3 # PHP 8.3
32
+ ```
33
+
34
+ The compiled `sqlsrv.so` and `pdo_sqlsrv.so` land in your `extension_dir`
35
+ (`php-config --extension-dir`).
36
+
37
+ ## 4. Enable them
38
+
39
+ ```bash
40
+ echo "extension=sqlsrv.so" | sudo tee /etc/php/8.3/mods-available/sqlsrv.ini
41
+ echo "extension=pdo_sqlsrv.so" | sudo tee /etc/php/8.3/mods-available/pdo_sqlsrv.ini
42
+ sudo phpenmod sqlsrv pdo_sqlsrv
43
+ php -m | grep -i sqlsrv
44
+ ```
45
+
46
+ ## Version compatibility (msphpsql)
47
+
48
+ | Driver version | Supported PHP |
49
+ |----------------|---------------|
50
+ | 5.10.x | 7.4 – 8.1 |
51
+ | 5.11.x | 8.0 – 8.2 |
52
+ | 5.12.x | 8.1 – 8.3 |
53
+ | 5.13.x | 8.1 – 8.4 |
54
+
55
+ ## Alpine Linux (musl)
56
+
57
+ ```bash
58
+ apk add --no-cache unixodbc-dev php83-dev php83-pear gcc g++ make
59
+ # plus the msodbcsql18 musl package from Microsoft
60
+ pecl install sqlsrv pdo_sqlsrv
61
+ ```
README.md ADDED
@@ -0,0 +1,105 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: other
3
+ tags:
4
+ - php
5
+ - php-extension
6
+ - mongodb
7
+ - mssql
8
+ - sqlsrv
9
+ - pdo_sqlsrv
10
+ - binaries
11
+ pretty_name: PHP MongoDB & MSSQL Extension Binaries (Windows + Linux)
12
+ ---
13
+
14
+ # PHP MongoDB & MSSQL Extension Binaries
15
+
16
+ Prebuilt PHP extension binaries for **MongoDB** and **Microsoft SQL Server (MSSQL / sqlsrv + pdo_sqlsrv)**,
17
+ covering **PHP 7.4, 8.0, 8.1, 8.2, 8.3** on **Windows (x64)** and **Linux (x64)**.
18
+
19
+ > **Note on "PHP 7.46":** there is no PHP 7.46 — the PHP 7.x line ended at 7.4.33.
20
+ > This repository targets **PHP ≥ 7.4** as requested.
21
+ >
22
+ > **Note on file types:** On **Windows**, PHP extensions are `.dll` files
23
+ > (`php_mongodb.dll`, `php_sqlsrv.dll`, `php_pdo_sqlsrv.dll`). The `.so` files are **Linux-only**.
24
+
25
+ ## Directory layout
26
+
27
+ ```
28
+ windows/php<VER>/<ts|nts>/x64/php_mongodb.dll
29
+ windows/php<VER>/<ts|nts>/x64/php_sqlsrv.dll
30
+ windows/php<VER>/<ts|nts>/x64/php_pdo_sqlsrv.dll
31
+ linux/php<VER>/x64/mongodb.so
32
+ SHA256SUMS
33
+ LINUX-MSSQL-BUILD.md
34
+ ```
35
+
36
+ - `ts` = Thread Safe (use with Apache mod_php / any threaded SAPI)
37
+ - `nts` = Non Thread Safe (use with FPM / FastCGI / CLI — the usual choice for nginx + php-fpm)
38
+ Check your build with `php -i | findstr "Thread"` (Windows) or `php -i | grep "Thread Safety"` (Linux).
39
+
40
+ ## Coverage matrix
41
+
42
+ | PHP | Windows mongodb | Windows sqlsrv | Windows pdo_sqlsrv | Linux mongodb.so | Linux MSSQL |
43
+ |------|-----------------|----------------|--------------------|------------------|-------------|
44
+ | 7.4 | ✅ 1.20.1 (vc15) | ✅ 5.10.0 | ✅ 5.10.0 | ✅ 1.20.1 | build guide |
45
+ | 8.0 | ✅ 1.20.1 (vs16) | ✅ 5.10.0 | ✅ 5.10.0 | ✅ 1.20.1 | build guide |
46
+ | 8.1 | ✅ 2.4.1 (vs16) | ✅ 5.12.0 | ✅ 5.12.0 | ✅ 2.1.4 | build guide |
47
+ | 8.2 | ✅ 2.4.1 (vs16) | ✅ 5.12.0 | ✅ 5.12.0 | ✅ 2.1.4 | build guide |
48
+ | 8.3 | ✅ 2.4.1 (vs16) | ✅ 5.13.3 | ✅ 5.13.3 | ✅ 2.1.4 | build guide |
49
+
50
+ All Windows builds are provided in both **TS** and **NTS**, **x64**.
51
+
52
+ ## Installation
53
+
54
+ ### Windows
55
+
56
+ 1. Confirm your PHP version, thread-safety and compiler: run `php -i` and look at
57
+ *PHP Version*, *Thread Safety*, *Compiler* (VC15 for 7.x, VS16 for 8.0–8.3) and *Architecture* (x64).
58
+ 2. Copy the matching DLL(s) into your PHP `ext` directory (e.g. `C:\php\ext\`).
59
+ 3. Enable them in `php.ini`:
60
+ ```ini
61
+ extension=php_mongodb.dll
62
+ extension=php_sqlsrv.dll
63
+ extension=php_pdo_sqlsrv.dll
64
+ ```
65
+ 4. Restart your web server / PHP-FPM and verify with `php -m`.
66
+
67
+ > **MSSQL runtime dependency (Windows):** `sqlsrv`/`pdo_sqlsrv` require the
68
+ > **Microsoft ODBC Driver 17 or 18 for SQL Server** to be installed on the machine.
69
+ > Download it from Microsoft.
70
+
71
+ ### Linux (mongodb.so)
72
+
73
+ The `.so` files were extracted from the official **deb.sury.org** packages built for
74
+ **Debian 12 (bookworm), glibc, amd64**. They also work on Ubuntu and other glibc-based
75
+ distros *as long as the PHP minor version matches*.
76
+
77
+ 1. Find your extension_dir: `php -i | grep extension_dir`
78
+ 2. Copy the matching `mongodb.so` there.
79
+ 3. Add to your php.ini (or a `20-mongodb.ini` in the conf.d dir):
80
+ ```ini
81
+ extension=mongodb.so
82
+ ```
83
+ 4. `php -m | grep mongodb` to verify.
84
+
85
+ > These are **glibc** builds — they will **not** work on musl-based distros such as
86
+ > **Alpine Linux**. On Alpine use `apk add php<ver>-mongodb` or `pecl install mongodb`.
87
+
88
+ ### Linux (MSSQL)
89
+
90
+ Microsoft distributes the `sqlsrv` / `pdo_sqlsrv` extensions as **source via PECL**, not as a
91
+ universal prebuilt `.so`. Building is quick and reliable — see **[LINUX-MSSQL-BUILD.md](LINUX-MSSQL-BUILD.md)**.
92
+
93
+ ## Sources & provenance
94
+
95
+ - **Windows DLLs:** official PECL Windows builds — https://downloads.php.net/~windows/pecl/releases/
96
+ - **Linux mongodb.so:** extracted from https://packages.sury.org/ (deb.sury.org, Debian 12)
97
+ - Integrity: see `SHA256SUMS`.
98
+
99
+ ## Licenses
100
+
101
+ - **MongoDB PHP extension** — Apache License 2.0
102
+ - **Microsoft Drivers for PHP for SQL Server (sqlsrv, pdo_sqlsrv)** — MIT License
103
+ - These binaries are redistributed unmodified from their upstream builds. All trademarks
104
+ belong to their respective owners. This repository is a convenience mirror, not an official
105
+ distribution channel of MongoDB Inc., Microsoft, or the PHP project.
SHA256SUMS ADDED
@@ -0,0 +1,35 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ 0512b54ac6862c8aa7da9783ed472a5c17dc3d0aab739b98a7901789875713b4 linux/php7.4/x64/mongodb.so
2
+ cb81bdf7612ec15d71359673bb65c316b859ef2317a537b285eea3e5ef676b32 linux/php8.0/x64/mongodb.so
3
+ 4abb039099893530cdeb5bd789f03423b05c8b4cacca4d7c54d3f919f27a4688 linux/php8.1/x64/mongodb.so
4
+ ddb1a782796886198c84ead9a1bba9d08c5490b9e8069003ef48f82935a5bb99 linux/php8.2/x64/mongodb.so
5
+ 8607850f07dd66afff8a95faf60465be70d61e629df5ecea9df777782a881c75 linux/php8.3/x64/mongodb.so
6
+ a54642cf370ab4d94043cec1a10c9073fcc57f1683c851583154bba5e04ef45c windows/php7.4/nts/x64/php_mongodb.dll
7
+ 625c6abfbce3b02984c5761c16d50f9541ba8b293d07c9a36959f1fc1f2469db windows/php7.4/nts/x64/php_pdo_sqlsrv.dll
8
+ f059ed74bf41c0d68a0db9cd7cb9231b56c0213e75532fe5e16abfec04cdcd16 windows/php7.4/nts/x64/php_sqlsrv.dll
9
+ 1abd6265715766780b939daa675c58e547c2caf8a84aa92bff31672a3ba9173e windows/php7.4/ts/x64/php_mongodb.dll
10
+ 1104f112bebb6624b4efa92dab4c27cf4471fd9de263d1e15196b5250ce9b58a windows/php7.4/ts/x64/php_pdo_sqlsrv.dll
11
+ 6e7a3e5b75f8020ef54ef56d0ef17ce4ba96fc3f1442cf9b0bdc7000e1af0d13 windows/php7.4/ts/x64/php_sqlsrv.dll
12
+ 01884b0d61bcde382d1f4d37e46ece3c540808a766f87d244e77800b0e72e589 windows/php8.0/nts/x64/php_mongodb.dll
13
+ 162d65591dbd2a21fe63732286db26ed041ca98a9f29978df6422150d77591ed windows/php8.0/nts/x64/php_pdo_sqlsrv.dll
14
+ 02e8d81ffc77d0b3a02ea35b071ecad33c5517edc6b5a3c4698712cb6a6a2421 windows/php8.0/nts/x64/php_sqlsrv.dll
15
+ ad8b30cf09a9797a888acbd5d90c36f959bc2bc7361a73f93cd592884780d853 windows/php8.0/ts/x64/php_mongodb.dll
16
+ 49cefc49efbc453ab98e2c7ff6cb0d0171679d4a569ae5d932a3adbce9dd53fd windows/php8.0/ts/x64/php_pdo_sqlsrv.dll
17
+ e13243e5767aea9f6ce41dc78471d64a00d550485049bc7b9231cd83cbd52878 windows/php8.0/ts/x64/php_sqlsrv.dll
18
+ 5e2c160df3080bbe3c2f58879694872e4c7350fac558de5fc4294bd385ae8af8 windows/php8.1/nts/x64/php_mongodb.dll
19
+ b6ac7808751c9016cc19d5cab086206ff6509eb6b1cdf2a0e26db3125c0038be windows/php8.1/nts/x64/php_pdo_sqlsrv.dll
20
+ 3a4f4000be8ef40c6a8fd00402d22aa9204692b8bfc899fc79595ca18a380b2f windows/php8.1/nts/x64/php_sqlsrv.dll
21
+ 593ac6b987ba97b291a2fb83aa0ca3115ac40b1ea1a06ca8302d6fe16af39801 windows/php8.1/ts/x64/php_mongodb.dll
22
+ 9eaa6a33fece7483a21be50fb0cf7bafd792e62acae7283037ebd09e3ab3e196 windows/php8.1/ts/x64/php_pdo_sqlsrv.dll
23
+ 8718c56e51ef4a36d489ae653a0411ddbc3c8d041c65ee4da68a99d2e3064b02 windows/php8.1/ts/x64/php_sqlsrv.dll
24
+ 2061ea04f4e65d3e9238ebafc6e493e2f8ea7c9a3cc98603c77ef7cc0d8d245c windows/php8.2/nts/x64/php_mongodb.dll
25
+ 8e68b70acf2beb028cca1375cbfd2fa75f21d22d5e65390eb5b158d0dcc1a9e6 windows/php8.2/nts/x64/php_pdo_sqlsrv.dll
26
+ bf226a058fc2c7a3aadf6246c3b00aa0d077da52929582501bd2eae155e4c20e windows/php8.2/nts/x64/php_sqlsrv.dll
27
+ 776debdf8c341558ba4ccd1b608958b8af3bc9faa347d0c04192490c358b9eea windows/php8.2/ts/x64/php_mongodb.dll
28
+ e062073b44344b02d79a0492e8d27be2251557a2b414ce3acfd175fc8da955ec windows/php8.2/ts/x64/php_pdo_sqlsrv.dll
29
+ 152f3573d15efbdd877c810a856a9f3cc2d754c1ceb236372f354cd4535a33d2 windows/php8.2/ts/x64/php_sqlsrv.dll
30
+ 0ef8030d4430bf43b4b1f657e586ff3c898d18a219f85f7da0a94a53585016e4 windows/php8.3/nts/x64/php_mongodb.dll
31
+ 98439549251eed101b1b0c4a31d48a82dca669330e92197c01fb3584fdeab778 windows/php8.3/nts/x64/php_pdo_sqlsrv.dll
32
+ 21c31aab913da40466206d1a34dd17014907f7184dffe9664f0af9be0c919179 windows/php8.3/nts/x64/php_sqlsrv.dll
33
+ 7404f7c95f243e3ecd805b9ccb049c09f46ccf7f89b922e972ac96444d5492f5 windows/php8.3/ts/x64/php_mongodb.dll
34
+ 05ef0bf6af524bbfc3903e81c775ebda8d6adddfe2106b5de7fb9ba449d07691 windows/php8.3/ts/x64/php_pdo_sqlsrv.dll
35
+ f238b7ef17e97922f33729c3f331a488d47c456cef2b1bc58a1759326c022ffb windows/php8.3/ts/x64/php_sqlsrv.dll
linux/php7.4/x64/mongodb.so ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0512b54ac6862c8aa7da9783ed472a5c17dc3d0aab739b98a7901789875713b4
3
+ size 2657672
linux/php8.0/x64/mongodb.so ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cb81bdf7612ec15d71359673bb65c316b859ef2317a537b285eea3e5ef676b32
3
+ size 2665864
linux/php8.1/x64/mongodb.so ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4abb039099893530cdeb5bd789f03423b05c8b4cacca4d7c54d3f919f27a4688
3
+ size 2641288
linux/php8.2/x64/mongodb.so ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ddb1a782796886198c84ead9a1bba9d08c5490b9e8069003ef48f82935a5bb99
3
+ size 2641288
linux/php8.3/x64/mongodb.so ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8607850f07dd66afff8a95faf60465be70d61e629df5ecea9df777782a881c75
3
+ size 2641288
windows/php7.4/nts/x64/php_mongodb.dll ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a54642cf370ab4d94043cec1a10c9073fcc57f1683c851583154bba5e04ef45c
3
+ size 2233344
windows/php7.4/nts/x64/php_pdo_sqlsrv.dll ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:625c6abfbce3b02984c5761c16d50f9541ba8b293d07c9a36959f1fc1f2469db
3
+ size 210432
windows/php7.4/nts/x64/php_sqlsrv.dll ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f059ed74bf41c0d68a0db9cd7cb9231b56c0213e75532fe5e16abfec04cdcd16
3
+ size 226816
windows/php7.4/ts/x64/php_mongodb.dll ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1abd6265715766780b939daa675c58e547c2caf8a84aa92bff31672a3ba9173e
3
+ size 2234368
windows/php7.4/ts/x64/php_pdo_sqlsrv.dll ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1104f112bebb6624b4efa92dab4c27cf4471fd9de263d1e15196b5250ce9b58a
3
+ size 210944
windows/php7.4/ts/x64/php_sqlsrv.dll ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6e7a3e5b75f8020ef54ef56d0ef17ce4ba96fc3f1442cf9b0bdc7000e1af0d13
3
+ size 229888
windows/php8.0/nts/x64/php_mongodb.dll ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:01884b0d61bcde382d1f4d37e46ece3c540808a766f87d244e77800b0e72e589
3
+ size 2306048
windows/php8.0/nts/x64/php_pdo_sqlsrv.dll ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:162d65591dbd2a21fe63732286db26ed041ca98a9f29978df6422150d77591ed
3
+ size 194560
windows/php8.0/nts/x64/php_sqlsrv.dll ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:02e8d81ffc77d0b3a02ea35b071ecad33c5517edc6b5a3c4698712cb6a6a2421
3
+ size 209408
windows/php8.0/ts/x64/php_mongodb.dll ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ad8b30cf09a9797a888acbd5d90c36f959bc2bc7361a73f93cd592884780d853
3
+ size 2307584
windows/php8.0/ts/x64/php_pdo_sqlsrv.dll ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:49cefc49efbc453ab98e2c7ff6cb0d0171679d4a569ae5d932a3adbce9dd53fd
3
+ size 195584
windows/php8.0/ts/x64/php_sqlsrv.dll ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e13243e5767aea9f6ce41dc78471d64a00d550485049bc7b9231cd83cbd52878
3
+ size 214016
windows/php8.1/nts/x64/php_mongodb.dll ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5e2c160df3080bbe3c2f58879694872e4c7350fac558de5fc4294bd385ae8af8
3
+ size 2526208
windows/php8.1/nts/x64/php_pdo_sqlsrv.dll ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b6ac7808751c9016cc19d5cab086206ff6509eb6b1cdf2a0e26db3125c0038be
3
+ size 196096
windows/php8.1/nts/x64/php_sqlsrv.dll ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3a4f4000be8ef40c6a8fd00402d22aa9204692b8bfc899fc79595ca18a380b2f
3
+ size 210944
windows/php8.1/ts/x64/php_mongodb.dll ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:593ac6b987ba97b291a2fb83aa0ca3115ac40b1ea1a06ca8302d6fe16af39801
3
+ size 2528256
windows/php8.1/ts/x64/php_pdo_sqlsrv.dll ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9eaa6a33fece7483a21be50fb0cf7bafd792e62acae7283037ebd09e3ab3e196
3
+ size 196608
windows/php8.1/ts/x64/php_sqlsrv.dll ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8718c56e51ef4a36d489ae653a0411ddbc3c8d041c65ee4da68a99d2e3064b02
3
+ size 214528
windows/php8.2/nts/x64/php_mongodb.dll ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2061ea04f4e65d3e9238ebafc6e493e2f8ea7c9a3cc98603c77ef7cc0d8d245c
3
+ size 2528768
windows/php8.2/nts/x64/php_pdo_sqlsrv.dll ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8e68b70acf2beb028cca1375cbfd2fa75f21d22d5e65390eb5b158d0dcc1a9e6
3
+ size 196608
windows/php8.2/nts/x64/php_sqlsrv.dll ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bf226a058fc2c7a3aadf6246c3b00aa0d077da52929582501bd2eae155e4c20e
3
+ size 211456
windows/php8.2/ts/x64/php_mongodb.dll ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:776debdf8c341558ba4ccd1b608958b8af3bc9faa347d0c04192490c358b9eea
3
+ size 2530816
windows/php8.2/ts/x64/php_pdo_sqlsrv.dll ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e062073b44344b02d79a0492e8d27be2251557a2b414ce3acfd175fc8da955ec
3
+ size 197120
windows/php8.2/ts/x64/php_sqlsrv.dll ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:152f3573d15efbdd877c810a856a9f3cc2d754c1ceb236372f354cd4535a33d2
3
+ size 216064
windows/php8.3/nts/x64/php_mongodb.dll ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0ef8030d4430bf43b4b1f657e586ff3c898d18a219f85f7da0a94a53585016e4
3
+ size 2536448
windows/php8.3/nts/x64/php_pdo_sqlsrv.dll ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:98439549251eed101b1b0c4a31d48a82dca669330e92197c01fb3584fdeab778
3
+ size 199680
windows/php8.3/nts/x64/php_sqlsrv.dll ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:21c31aab913da40466206d1a34dd17014907f7184dffe9664f0af9be0c919179
3
+ size 218624
windows/php8.3/ts/x64/php_mongodb.dll ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7404f7c95f243e3ecd805b9ccb049c09f46ccf7f89b922e972ac96444d5492f5
3
+ size 2537984
windows/php8.3/ts/x64/php_pdo_sqlsrv.dll ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:05ef0bf6af524bbfc3903e81c775ebda8d6adddfe2106b5de7fb9ba449d07691
3
+ size 200704
windows/php8.3/ts/x64/php_sqlsrv.dll ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f238b7ef17e97922f33729c3f331a488d47c456cef2b1bc58a1759326c022ffb
3
+ size 220672