Commit: d9f3f259fa4129817ec85ec006df015352bbf865 Author: Anatol Belski <[email protected]> Thu, 10 Apr 2014 13:58:10 +0200 Parents: aeaba4b151b37afff2f4c67960df3cb4062e2053 Branches: master
Link: http://git.php.net/?p=web/rmtools.git;a=commitdiff;h=d9f3f259fa4129817ec85ec006df015352bbf865 Log: fix the analyzer option and set the src to beta1 for 5.6 Changed paths: M client/data/config/pecl/pecl56_x64.ini M client/data/config/pecl/pecl56_x86.ini Diff: diff --git a/client/data/config/pecl/pecl56_x64.ini b/client/data/config/pecl/pecl56_x64.ini index 7abfb40..ab87093 100644 --- a/client/data/config/pecl/pecl56_x64.ini +++ b/client/data/config/pecl/pecl56_x64.ini @@ -1,7 +1,7 @@ name=php-5.6 branch=5.6 build_dir=c:/obj -build_src_subdir=php-5.6.0alpha3-src +build_src_subdir=php-5.6.0beta1 build_location=C:\php-sdk\php56\vc11\x64 appver=2008 debug=0 @@ -17,6 +17,7 @@ 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 platform=windows [build-ts-windows-vc11-x64] @@ -25,4 +26,5 @@ 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 platform=windows diff --git a/client/data/config/pecl/pecl56_x86.ini b/client/data/config/pecl/pecl56_x86.ini index bab1630..f32ebd6 100644 --- a/client/data/config/pecl/pecl56_x86.ini +++ b/client/data/config/pecl/pecl56_x86.ini @@ -1,7 +1,7 @@ name=php-5.6 branch=5.6 build_dir=c:/obj -build_src_subdir=php-5.6.0alpha3-src +build_src_subdir=php-5.6.0beta1 build_location=C:\php-sdk\php56\vc11\x86 appver=2008 debug=0 @@ -17,6 +17,7 @@ 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 platform=windows [build-ts-windows-vc11-x86] @@ -25,4 +26,5 @@ 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 platform=windows -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
