mirror of
https://github.com/php-win-ext/php-sdk-binary-tools.git
synced 2026-03-24 17:12:12 +01:00
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.
14 lines
250 B
INI
14 lines
250 B
INI
|
|
extension=php_curl.dll
|
|
extension=php_ftp.dll
|
|
extension=php_sqlite3.dll
|
|
extension=php_openssl.dll
|
|
extension=php_mbstring.dll
|
|
extension=php_mysqli.dll
|
|
extension=php_zip.dll
|
|
memory_limit=4G
|
|
|
|
error_reporting=-1
|
|
display_errors=1
|
|
display_startup_errors=1
|