Commit: 78b56c89463fac74e4ab5f279a63389cd13d4906 Author: Anatol Belski <[email protected]> Tue, 13 Dec 2016 01:21:00 +0100 Parents: 59cb95745c74df2cafb2fba72d7ce6db677db37a Branches: master
Link: http://git.php.net/?p=web/rmtools.git;a=commitdiff;h=78b56c89463fac74e4ab5f279a63389cd13d4906 Log: mcrypt is moved to pecl Changed paths: M data/config/branch/x64/phpmaster.ini M data/config/branch/x86/phpmaster.ini Diff: diff --git a/data/config/branch/x64/phpmaster.ini b/data/config/branch/x64/phpmaster.ini index f40b22e..941a5de 100644 --- a/data/config/branch/x64/phpmaster.ini +++ b/data/config/branch/x64/phpmaster.ini @@ -15,12 +15,12 @@ arch=x64 name=nts-windows-vc14-x64 compiler=vc14 arch=x64 -configure_options=--enable-snapshot-build --disable-zts --enable-debug-pack --with-pdo-oci=c:/php-sdk/oracle/x64/instantclient_12_1/sdk,shared --with-oci8-12c=c:/php-sdk/oracle/x64/instantclient_12_1/sdk,shared --enable-com-dotnet=shared --with-mcrypt=static --without-analyzer +configure_options=--enable-snapshot-build --disable-zts --enable-debug-pack --with-pdo-oci=c:/php-sdk/oracle/x64/instantclient_12_1/sdk,shared --with-oci8-12c=c:/php-sdk/oracle/x64/instantclient_12_1/sdk,shared --enable-com-dotnet=shared --without-analyzer platform=windows [build-ts-windows-vc14-x64] name=ts-windows-vc14-x64 compiler=vc14 arch=x64 -configure_options=--enable-snapshot-build --enable-debug-pack --with-pdo-oci=c:/php-sdk/oracle/x64/instantclient_12_1/sdk,shared --with-oci8-12c=c:/php-sdk/oracle/x64/instantclient_12_1/sdk,shared --enable-com-dotnet=shared --with-mcrypt=static --without-analyzer +configure_options=--enable-snapshot-build --enable-debug-pack --with-pdo-oci=c:/php-sdk/oracle/x64/instantclient_12_1/sdk,shared --with-oci8-12c=c:/php-sdk/oracle/x64/instantclient_12_1/sdk,shared --enable-com-dotnet=shared --without-analyzer platform=windows diff --git a/data/config/branch/x86/phpmaster.ini b/data/config/branch/x86/phpmaster.ini index b263283..46bd53a 100644 --- a/data/config/branch/x86/phpmaster.ini +++ b/data/config/branch/x86/phpmaster.ini @@ -15,12 +15,12 @@ arch=x86 name=nts-windows-vc14-x86 compiler=vc14 arch=x86 -configure_options=--enable-snapshot-build --disable-zts --enable-debug-pack --with-pdo-oci=c:\php-sdk\oracle\x86\instantclient_12_1\sdk,shared --with-oci8-12c=c:\php-sdk\oracle\x86\instantclient_12_1\sdk,shared --enable-com-dotnet=shared --with-mcrypt=static --without-analyzer +configure_options=--enable-snapshot-build --disable-zts --enable-debug-pack --with-pdo-oci=c:\php-sdk\oracle\x86\instantclient_12_1\sdk,shared --with-oci8-12c=c:\php-sdk\oracle\x86\instantclient_12_1\sdk,shared --enable-com-dotnet=shared --without-analyzer platform=windows [build-ts-windows-vc14-x86] name=ts-windows-vc14-x86 compiler=vc14 arch=x86 -configure_options=--enable-snapshot-build --enable-debug-pack --with-pdo-oci=c:\php-sdk\oracle\x86\instantclient_12_1\sdk,shared --with-oci8-12c=c:\php-sdk\oracle\x86\instantclient_12_1\sdk,shared --enable-com-dotnet=shared --with-mcrypt=static --without-analyzer +configure_options=--enable-snapshot-build --enable-debug-pack --with-pdo-oci=c:\php-sdk\oracle\x86\instantclient_12_1\sdk,shared --with-oci8-12c=c:\php-sdk\oracle\x86\instantclient_12_1\sdk,shared --enable-com-dotnet=shared --without-analyzer platform=windows -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
