Author: Christoph M. Becker (cmb69) Date: 2022-08-31T13:29:10+02:00 Commit: https://github.com/php/web-rmtools/commit/cc3cd0b3a83ed4cd357887fb42ae8e07ba4806da Raw diff: https://github.com/php/web-rmtools/commit/cc3cd0b3a83ed4cd357887fb42ae8e07ba4806da.diff
PHP-8.2 has been branched; update PECL config Changed paths: A data/config/pecl/pecl82_x64.ini A data/config/pecl/pecl82_x86.ini M bin/pecl_build_discord.bat Diff: diff --git a/bin/pecl_build_discord.bat b/bin/pecl_build_discord.bat index dfa9758..7b5afdf 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=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 +call "%PHP_RMTOOLS_PHP_SDK_ROOT_PATH%\phpsdk-starter.bat" -c vs16 -a x64 -t "%PHP_RMTOOLS_BIN_PATH%\pecl.bat" --task-args "--config=pecl82_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=pecl82_x86 --last %*" >> "%LOG_FILE%" 2<&1 echo Done.>> "%LOG_FILE%" diff --git a/data/config/pecl/pecl82_x64.ini b/data/config/pecl/pecl82_x64.ini new file mode 100644 index 0000000..98178b8 --- /dev/null +++ b/data/config/pecl/pecl82_x64.ini @@ -0,0 +1,28 @@ +name=php-8.2 +branch=8.2 +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/pecl82_x86.ini b/data/config/pecl/pecl82_x86.ini new file mode 100644 index 0000000..123b794 --- /dev/null +++ b/data/config/pecl/pecl82_x86.ini @@ -0,0 +1,28 @@ +name=php-8.2 +branch=8.2 +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