Commit: e95e70c0e9646c64b98000d84d66a39cf3bc5e4d Author: Anatol Belski <[email protected]> Mon, 31 Jul 2017 12:25:14 +0200 Parents: 8e805dd1bc315b7068f149a60bca337ba31e2900 Branches: master
Link: http://git.php.net/?p=web/rmtools.git;a=commitdiff;h=e95e70c0e9646c64b98000d84d66a39cf3bc5e4d Log: no more mcrypt in 7.2 Changed paths: M data/config/pecl/pecl72_x64.ini M data/config/pecl/pecl72_x86.ini Diff: diff --git a/data/config/pecl/pecl72_x64.ini b/data/config/pecl/pecl72_x64.ini index 407cb54..72c1d81 100644 --- a/data/config/pecl/pecl72_x64.ini +++ b/data/config/pecl/pecl72_x64.ini @@ -16,7 +16,7 @@ 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 --with-mcrypt=static --without-analyzer --without-interbase --with-pdo-odbc --disable-phpdbg --disable-phpdbgs +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] @@ -24,5 +24,5 @@ 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 --with-mcrypt=static --without-analyzer --without-interbase --with-pdo-odbc --disable-phpdbg --disable-phpdbgs +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/pecl72_x86.ini b/data/config/pecl/pecl72_x86.ini index 8e64648..d7b1e3d 100644 --- a/data/config/pecl/pecl72_x86.ini +++ b/data/config/pecl/pecl72_x86.ini @@ -16,7 +16,7 @@ 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 --with-mcrypt=static --without-analyzer --without-interbase --with-pdo-odbc --disable-phpdbg --disable-phpdbgs +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] @@ -24,5 +24,5 @@ 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 --with-mcrypt=static --without-analyzer --without-interbase --with-pdo-odbc --disable-phpdbg --disable-phpdbgs +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
