Commit:    da9fd19695c8bb23671180d192b476f1acf5c80a
Author:    Christoph M. Becker <cmbecke...@gmx.de>         Thu, 15 Oct 2020 
14:35:15 +0200
Parents:   6bdb69bbb5163be565cd059f3fdfa2c907aeeda5
Branches:  master

Link:       
http://git.php.net/?p=web/rmtools.git;a=commitdiff;h=da9fd19695c8bb23671180d192b476f1acf5c80a

Log:
PHP 8.0 has been branched; update PECL config

Changed paths:
  M  bin/pecl_build_discord.bat
  A  data/config/pecl/pecl80_x64.ini
  A  data/config/pecl/pecl80_x86.ini


Diff:
diff --git a/bin/pecl_build_discord.bat b/bin/pecl_build_discord.bat
index 85089ca..875281c 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 vc15 -a x64 -t 
"%PHP_RMTOOLS_BIN_PATH%\pecl.bat" --task-args "--config=pecl74_x64 --first %*" 
>> "%LOG_FILE%" 2<&1
-call "%PHP_RMTOOLS_PHP_SDK_ROOT_PATH%\phpsdk-starter.bat" -c vc15 -a x86 -t 
"%PHP_RMTOOLS_BIN_PATH%\pecl.bat" --task-args "--config=pecl74_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=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
 
 echo Done.>> "%LOG_FILE%"
 
diff --git a/data/config/pecl/pecl80_x64.ini b/data/config/pecl/pecl80_x64.ini
new file mode 100644
index 0000000..5e2bbe7
--- /dev/null
+++ b/data/config/pecl/pecl80_x64.ini
@@ -0,0 +1,28 @@
+name=php-8.0
+branch=8.0
+build_dir=c:/php-snap-build/obj
+build_src_subdir=php-src
+build_location=c:\php-snap-build\php-src\php80\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/pecl80_x86.ini b/data/config/pecl/pecl80_x86.ini
new file mode 100644
index 0000000..c7d5e51
--- /dev/null
+++ b/data/config/pecl/pecl80_x86.ini
@@ -0,0 +1,28 @@
+name=php-8.0
+branch=8.0
+build_dir=c:/php-snap-build/obj
+build_src_subdir=php-src
+build_location=c:\php-snap-build\php-src\php80\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