File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -240,7 +240,7 @@ call :get-extension-zip-from-github "libdeflate" "%PHP_LIBDEFLATE_VER
240240call :get-extension-zip-from-github " xxhash" " %PHP_XXHASH_VER% " " pmmp" " ext-xxhash" || exit 1
241241call :get-extension-zip-from-github " xdebug" " %PHP_XDEBUG_VER% " " xdebug" " xdebug" || exit 1
242242call :get-extension-zip-from-github " arraydebug" " %PHP_ARRAYDEBUG_VER% " " pmmp" " ext-arraydebug" || exit 1
243- call :get-extension-zip-from-github " encoding" " %PHP_ENCODING_VER% " " pmmp" " ext-encoding" || exit 1
243+ REM call :get-extension-zip-from-github "encoding" "%PHP_ENCODING_VER%" "pmmp" "ext-encoding" || exit 1
244244
245245call :pm-echo " - crypto: downloading %PHP_CRYPTO_VER% ..."
246246git clone https://github.com/bukka/php-crypto.git crypto >> " %log_file% " 2 >& 1 || exit 1
@@ -398,7 +398,7 @@ if "%PHP_JIT_ENABLE_ARG%"=="on" (
398398(echo xdebug.gc_stats_output_name=gcstats.%% s.%% p.%% r)>> " %php_ini% "
399399(echo xdebug.trace_output_name=trace.%% s.%% p.%% r)>> " %php_ini% "
400400(echo ;Optional experimental extensions)>> " %php_ini% "
401- (echo extension=php_encoding.dll)>> " %php_ini% "
401+ REM (echo extension=php_encoding.dll)>> "%php_ini%"
402402
403403call :pm-echo " Xdebug is included, but disabled by default. To enable it, change 'xdebug.mode' in your php.ini file."
404404
You can’t perform that action at this time.
0 commit comments