Skip to content

Commit dc48bef

Browse files
authored
Upgrade bundled PHP to 8.3.9 (GH-20)
As of PHP 8.2.0, ext/zip is no longer statically available, but since it is needed by the PHP SDK (e.g. too unpack the fetched dependencies), we include the DLL, and load it in php.ini.
1 parent 449a209 commit dc48bef

17 files changed

+1
-0
lines changed

bin/php/ext/php_curl.dll

113 KB
Binary file not shown.

bin/php/ext/php_ftp.dll

3 KB
Binary file not shown.

bin/php/ext/php_mbstring.dll

146 KB
Binary file not shown.

bin/php/ext/php_mysqli.dll

11.5 KB
Binary file not shown.

bin/php/ext/php_openssl.dll

10.5 KB
Binary file not shown.

bin/php/ext/php_sqlite3.dll

8.5 KB
Binary file not shown.

bin/php/ext/php_zip.dll

380 KB
Binary file not shown.

bin/php/libcrypto-1_1-x64.dll

-3.32 MB
Binary file not shown.

bin/php/libcrypto-3-x64.dll

4.97 MB
Binary file not shown.

bin/php/libsqlite3.dll

45 KB
Binary file not shown.

bin/php/libssh2.dll

93 KB
Binary file not shown.

bin/php/libssl-1_1-x64.dll

-672 KB
Binary file not shown.

bin/php/libssl-3-x64.dll

759 KB
Binary file not shown.

bin/php/nghttp2.dll

24 KB
Binary file not shown.

bin/php/php.exe

3.5 KB
Binary file not shown.

bin/php/php.ini

+1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ extension=php_sqlite3.dll
55
extension=php_openssl.dll
66
extension=php_mbstring.dll
77
extension=php_mysqli.dll
8+
extension=php_zip.dll
89
memory_limit=4G
910

1011
error_reporting=-1

bin/php/php8.dll

-244 KB
Binary file not shown.

0 commit comments

Comments
 (0)