Author: Christoph M. Becker (cmb69)
Date: 2021-09-04T14:33:21+02:00

Commit: 
https://github.com/php/web-rmtools/commit/68b48e0492ae0cc84519ce7af58f50839517e196
Raw diff: 
https://github.com/php/web-rmtools/commit/68b48e0492ae0cc84519ce7af58f50839517e196.diff

PHP 8.1 has been branched; update PECL config

Changed paths:
  A  data/config/pecl/pecl81_x64.ini
  A  data/config/pecl/pecl81_x86.ini
  M  bin/pecl_build_discord.bat


Diff:

diff --git a/bin/pecl_build_discord.bat b/bin/pecl_build_discord.bat
index 875281c..dfa9758 100644
--- a/bin/pecl_build_discord.bat
+++ b/bin/pecl_build_discord.bat
@@ -43,8 +43,8 @@ rem call %BAT_DIR%pecl.bat --config=pecl55_x86 %* >> 
%LOG_FILE% 2<&1
 rem call %BAT_DIR%pecl.bat --config=pecl54 %* >> %LOG_FILE% 2<&1
 rem call %BAT_DIR%pecl.bat --config=pecl53 --last %* >> %LOG_FILE% 2<&1
 rem
-call "%PHP_RMTOOLS_PHP_SDK_ROOT_PATH%\phpsdk-starter.bat" -c vs16 -a x64 -t 
"%PHP_RMTOOLS_BIN_PATH%\pecl.bat" --task-args "--config=pecl80_x64 --first %*" 
>> "%LOG_FILE%" 2<&1
-call "%PHP_RMTOOLS_PHP_SDK_ROOT_PATH%\phpsdk-starter.bat" -c vs16 -a x86 -t 
"%PHP_RMTOOLS_BIN_PATH%\pecl.bat" --task-args "--config=pecl80_x86 --last %*" 
>> "%LOG_FILE%" 2<&1
+call "%PHP_RMTOOLS_PHP_SDK_ROOT_PATH%\phpsdk-starter.bat" -c vs16 -a x64 -t 
"%PHP_RMTOOLS_BIN_PATH%\pecl.bat" --task-args "--config=pecl81_x64 --first %*" 
>> "%LOG_FILE%" 2<&1
+call "%PHP_RMTOOLS_PHP_SDK_ROOT_PATH%\phpsdk-starter.bat" -c vs16 -a x86 -t 
"%PHP_RMTOOLS_BIN_PATH%\pecl.bat" --task-args "--config=pecl81_x86 --last %*" 
>> "%LOG_FILE%" 2<&1
 
 echo Done.>> "%LOG_FILE%"
 
diff --git a/data/config/pecl/pecl81_x64.ini b/data/config/pecl/pecl81_x64.ini
new file mode 100644
index 0000000..58358f1
--- /dev/null
+++ b/data/config/pecl/pecl81_x64.ini
@@ -0,0 +1,28 @@
+name=php-8.1
+branch=8.1
+build_dir=c:/php-snap-build/obj
+build_src_subdir=php-src
+build_location=c:\php-snap-build\php-src\php81\x64
+appver=2019
+debug=0
+pgo=0
+compiler=vs16
+arch=x64
+pecl_deps_base=c:/php-snap-build/dep-aux/vs16/x64
+pecl_non_core_ext_deps_base=c:/php-snap-build/ext-aux
+
+[build-nts-windows-vs16-x64]
+name=nts-windows-vs16-x64
+compiler=vs16
+arch=x64
+thread_safe=0
+configure_options=--enable-snapshot-build --disable-zts --enable-debug-pack 
--without-pdo-mssql --enable-com-dotnet=shared --without-analyzer 
--with-pdo-odbc --disable-phpdbg --disable-phpdbgs
+platform=windows
+
+[build-ts-windows-vs16-x64]
+name=ts-windows-vs16-x64
+compiler=vs16
+arch=x64
+thread_safe=1
+configure_options=--enable-snapshot-build --enable-debug-pack 
--without-pdo-mssql --enable-com-dotnet=shared --without-analyzer 
--with-pdo-odbc --disable-phpdbg --disable-phpdbgs
+platform=windows
diff --git a/data/config/pecl/pecl81_x86.ini b/data/config/pecl/pecl81_x86.ini
new file mode 100644
index 0000000..78856ea
--- /dev/null
+++ b/data/config/pecl/pecl81_x86.ini
@@ -0,0 +1,28 @@
+name=php-8.1
+branch=8.1
+build_dir=c:/php-snap-build/obj
+build_src_subdir=php-src
+build_location=c:\php-snap-build\php-src\php81\x86
+appver=2019
+debug=0
+pgo=0
+compiler=vs16
+arch=x86
+pecl_deps_base=c:/php-snap-build/dep-aux/vs16/x86
+pecl_non_core_ext_deps_base=c:/php-snap-build/ext-aux
+
+[build-nts-windows-vs16-x86]
+name=nts-windows-vs16-x86
+compiler=vs16
+arch=x86
+thread_safe=0
+configure_options=--enable-snapshot-build --disable-zts --enable-debug-pack 
--without-pdo-mssql --enable-com-dotnet=shared --without-analyzer 
--with-pdo-odbc --disable-phpdbg --disable-phpdbgs
+platform=windows
+
+[build-ts-windows-vs16-x86]
+name=ts-windows-vs16-x86
+compiler=vs16
+arch=x86
+thread_safe=1
+configure_options=--enable-snapshot-build --enable-debug-pack 
--without-pdo-mssql --enable-com-dotnet=shared --without-analyzer 
--with-pdo-odbc --disable-phpdbg --disable-phpdbgs
+platform=windows

-- 
PHP Webmaster List Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to