Commit: 625fbab79114fedc6f4afe5ad82f8b300ff49066 Author: Anatol Belski <[email protected]> Thu, 29 Jan 2015 14:30:09 +0100 Parents: 2e5a7d7d3ccd1a2b13df906560246f8c27efd20b Branches: master pecl_legacy
Link: http://git.php.net/?p=web/rmtools.git;a=commitdiff;h=625fbab79114fedc6f4afe5ad82f8b300ff49066 Log: fixed the default configure options for 7 will be needed to be touched once more when the dead stuff was deleted from the core 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 a9f2b2c..cbbe9e5 100644 --- a/client/data/config/pecl/pecl70_x64.ini +++ b/client/data/config/pecl/pecl70_x64.ini @@ -16,8 +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 -;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 --disable-static-analyze +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 platform=windows [build-ts-windows-vc11-x64] @@ -25,6 +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 -;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 --disable-static-analyze +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 platform=windows diff --git a/client/data/config/pecl/pecl70_x86.ini b/client/data/config/pecl/pecl70_x86.ini index ed13f8e..7a1cc71 100644 --- a/client/data/config/pecl/pecl70_x86.ini +++ b/client/data/config/pecl/pecl70_x86.ini @@ -16,8 +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 -;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 --disable-static-analyze +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 platform=windows [build-ts-windows-vc11-x86] @@ -25,6 +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 -;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 --disable-static-analyze +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 platform=windows -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
