Commit:    2b13fa03ed488d80a40fc69817e505384bd4d169
Author:    Anatol Belski <a...@php.net>         Wed, 1 Aug 2018 09:47:23 +0200
Parents:   2bae53d01c6adabe1f0307207fbf787c1d832e83
Branches:  master

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

Log:
Add pecl ini for 7.3 builds

Changed paths:
  M  data/config/pecl/cron/pecl_build_next.xml
  M  data/config/pecl/cron/pecl_rss_update.xml
  A  data/config/pecl/pecl73_x64.ini
  A  data/config/pecl/pecl73_x86.ini


Diff:
diff --git a/data/config/pecl/cron/pecl_build_next.xml 
b/data/config/pecl/cron/pecl_build_next.xml
index 173558b..d51cc31 100644
Binary files a/data/config/pecl/cron/pecl_build_next.xml and 
b/data/config/pecl/cron/pecl_build_next.xml differ
diff --git a/data/config/pecl/cron/pecl_rss_update.xml 
b/data/config/pecl/cron/pecl_rss_update.xml
index f70953d..167a2b0 100644
Binary files a/data/config/pecl/cron/pecl_rss_update.xml and 
b/data/config/pecl/cron/pecl_rss_update.xml differ
diff --git a/data/config/pecl/pecl73_x64.ini b/data/config/pecl/pecl73_x64.ini
new file mode 100644
index 0000000..ac6fac2
--- /dev/null
+++ b/data/config/pecl/pecl73_x64.ini
@@ -0,0 +1,28 @@
+name=php-7.3
+branch=7.3
+build_dir=c:/php-snap-build/obj
+build_src_subdir=php-src
+build_location=c:\php-snap-build\php-src\php73\x64
+appver=2015
+debug=0
+pgo=0
+compiler=vc15
+arch=x64
+pecl_deps_base=c:/php-snap-build/dep-aux/vc15/x64
+pecl_non_core_ext_deps_base=c:/php-snap-build/ext-aux
+
+[build-nts-windows-vc15-x64]
+name=nts-windows-vc15-x64
+compiler=vc15
+arch=x64
+thread_safe=0
+configure_options=--enable-snapshot-build --disable-zts --enable-debug-pack 
--without-pdo-mssql --enable-com-dotnet=shared --without-analyzer 
--without-interbase --with-pdo-odbc --disable-phpdbg --disable-phpdbgs
+platform=windows
+
+[build-ts-windows-vc15-x64]
+name=ts-windows-vc15-x64
+compiler=vc15
+arch=x64
+thread_safe=1
+configure_options=--enable-snapshot-build --enable-debug-pack 
--without-pdo-mssql --enable-com-dotnet=shared --without-analyzer 
--without-interbase --with-pdo-odbc --disable-phpdbg --disable-phpdbgs
+platform=windows
diff --git a/data/config/pecl/pecl73_x86.ini b/data/config/pecl/pecl73_x86.ini
new file mode 100644
index 0000000..1cd3bbb
--- /dev/null
+++ b/data/config/pecl/pecl73_x86.ini
@@ -0,0 +1,28 @@
+name=php-7.3
+branch=7.3
+build_dir=c:/php-snap-build/obj
+build_src_subdir=php-src
+build_location=c:\php-snap-build\php-src\php73\x86
+appver=2015
+debug=0
+pgo=0
+compiler=vc15
+arch=x86
+pecl_deps_base=c:/php-snap-build/dep-aux/vc15/x86
+pecl_non_core_ext_deps_base=c:/php-snap-build/ext-aux
+
+[build-nts-windows-vc15-x86]
+name=nts-windows-vc15-x86
+compiler=vc15
+arch=x86
+thread_safe=0
+configure_options=--enable-snapshot-build --disable-zts --enable-debug-pack 
--without-pdo-mssql --enable-com-dotnet=shared --without-analyzer 
--without-interbase --with-pdo-odbc --disable-phpdbg --disable-phpdbgs
+platform=windows
+
+[build-ts-windows-vc15-x86]
+name=ts-windows-vc15-x86
+compiler=vc15
+arch=x86
+thread_safe=1
+configure_options=--enable-snapshot-build --enable-debug-pack 
--without-pdo-mssql --enable-com-dotnet=shared --without-analyzer 
--without-interbase --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