From: Anatol Belski Date: Tue, 3 Jan 2017 00:14:31 +0000 (+0100) Subject: Merge branch 'PHP-7.1' X-Git-Tag: php-7.2.0alpha1~682 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7e82877af744643355450fd3f6c3e5d7c2513cad;p=php Merge branch 'PHP-7.1' * PHP-7.1: Disable pdb generation for AppVeyor --- 7e82877af744643355450fd3f6c3e5d7c2513cad diff --cc appveyor/build_task.bat index 90eea2f643,397e486022..97db9db4d5 --- a/appveyor/build_task.bat +++ b/appveyor/build_task.bat @@@ -33,7 -33,8 +33,7 @@@ if "%OPCACHE%" equ "0" set EXT_EXCLUDE_ call configure.bat ^ --enable-snapshot-build ^ - --enable-debug-pack ^ + --disable-debug-pack ^ - --with-mcrypt=shared ^ --enable-com-dotnet=shared ^ --without-analyzer ^ --enable-object-out-dir=%PHP_BUILD_OBJ_DIR% ^