Commit: 9e3eb67ae08e8c666ec9d82462b1dfb981ad943a Author: Anatol Belski <[email protected]> Sat, 30 May 2015 16:19:08 +0200 Parents: c18772751151121d0b745a78050e461264f8c7c1 Branches: master pecl_legacy
Link: http://git.php.net/?p=web/rmtools.git;a=commitdiff;h=9e3eb67ae08e8c666ec9d82462b1dfb981ad943a Log: sync with sapi removal, no --disable-nsapi anymore 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 1241229..f515012 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 --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 +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 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 --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 +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 platform=windows diff --git a/client/data/config/pecl/pecl70_x86.ini b/client/data/config/pecl/pecl70_x86.ini index 4af1bc0..1e6c473 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 --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 +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 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 --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 +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 platform=windows -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
