Skip to content

Commit 9231de3

Browse files
authored
Windows: Disable ext-encoding
1 parent 568be8f commit 9231de3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

windows-compile-vs.bat

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,7 @@ call :get-extension-zip-from-github "libdeflate" "%PHP_LIBDEFLATE_VER
240240
call :get-extension-zip-from-github "xxhash" "%PHP_XXHASH_VER%" "pmmp" "ext-xxhash" || exit 1
241241
call :get-extension-zip-from-github "xdebug" "%PHP_XDEBUG_VER%" "xdebug" "xdebug" || exit 1
242242
call :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

245245
call :pm-echo " - crypto: downloading %PHP_CRYPTO_VER%..."
246246
git 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

403403
call :pm-echo "Xdebug is included, but disabled by default. To enable it, change 'xdebug.mode' in your php.ini file."
404404

0 commit comments

Comments
 (0)