Commit: c3ffcf9b47a4ff25a5b4be39001363297af80ecf Author: Anatol Belski <[email protected]> Wed, 11 Feb 2015 09:14:37 +0100 Parents: 9b15a671ce91f2d56c41c0cad0887ead408e5b41 Branches: master pecl_legacy
Link: http://git.php.net/?p=web/rmtools.git;a=commitdiff;h=c3ffcf9b47a4ff25a5b4be39001363297af80ecf Log: update the master configure options after the removals rfc Changed paths: M client/data/config/pecl/pecl70_x64.ini M client/data/config/pecl/pecl70_x86.ini Diff: diff --git a/client/data/config/pecl/pecl70_x64.ini b/client/data/config/pecl/pecl70_x64.ini index cbbe9e5..1241229 100644 --- a/client/data/config/pecl/pecl70_x64.ini +++ b/client/data/config/pecl/pecl70_x64.ini @@ -16,7 +16,7 @@ name=nts-windows-vc11-x64 compiler=vc11 arch=x64 thread_safe=0 -configure_options=--enable-snapshot-build --disable-zts --disable-isapi --enable-debug-pack --disable-nsapi --without-mssql --without-pdo-mssql --without-pi3web --enable-com-dotnet=shared --with-mcrypt=static --without-analyzer --without-sybase-ct --without-interbase --with-pdo-odbc --disable-phpdbg --disable-phpdbgs +configure_options=--enable-snapshot-build --disable-zts --enable-debug-pack --disable-nsapi --without-pdo-mssql --enable-com-dotnet=shared --with-mcrypt=static --without-analyzer --without-interbase --with-pdo-odbc --disable-phpdbg --disable-phpdbgs platform=windows [build-ts-windows-vc11-x64] @@ -24,5 +24,5 @@ name=ts-windows-vc11-x64 compiler=vc11 arch=x64 thread_safe=1 -configure_options=--enable-snapshot-build --disable-isapi --enable-debug-pack --disable-nsapi --without-mssql --without-pdo-mssql --without-pi3web --enable-com-dotnet=shared --with-mcrypt=static --without-analyzer --without-sybase-ct --without-interbase --with-pdo-odbc --disable-phpdbg --disable-phpdbgs +configure_options=--enable-snapshot-build --enable-debug-pack --disable-nsapi --without-pdo-mssql --enable-com-dotnet=shared --with-mcrypt=static --without-analyzer --without-interbase --with-pdo-odbc --disable-phpdbg --disable-phpdbgs platform=windows diff --git a/client/data/config/pecl/pecl70_x86.ini b/client/data/config/pecl/pecl70_x86.ini index 7a1cc71..59b0fdb 100644 --- a/client/data/config/pecl/pecl70_x86.ini +++ b/client/data/config/pecl/pecl70_x86.ini @@ -16,7 +16,7 @@ name=nts-windows-vc11-x86 compiler=vc11 arch=x86 thread_safe=0 -configure_options=--enable-snapshot-build --disable-zts --disable-isapi --enable-debug-pack --disable-nsapi --without-mssql --without-pdo-mssql --without-pi3web --enable-com-dotnet=shared --with-mcrypt=static --without-analyzer --without-sybase-ct --without-interbase --with-pdo-odbc --disable-phpdbg --disable-phpdbgs +configure_options=--enable-snapshot-build --disable-zts --enable-debug-pack --disable-nsapi --without-pdo-mssql --without-pi3web --enable-com-dotnet=shared --with-mcrypt=static --without-analyzer --without-interbase --with-pdo-odbc --disable-phpdbg --disable-phpdbgs platform=windows [build-ts-windows-vc11-x86] @@ -24,5 +24,5 @@ name=ts-windows-vc11-x86 compiler=vc11 arch=x86 thread_safe=1 -configure_options=--enable-snapshot-build --disable-isapi --enable-debug-pack --disable-nsapi --without-mssql --without-pdo-mssql --without-pi3web --enable-com-dotnet=shared --with-mcrypt=static --without-analyzer --without-sybase-ct --without-interbase --with-pdo-odbc --disable-phpdbg --disable-phpdbgs +configure_options=--enable-snapshot-build --enable-debug-pack --disable-nsapi --without-pdo-mssql --without-pi3web --enable-com-dotnet=shared --with-mcrypt=static --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
