From: Nikita Popov Date: Wed, 2 Dec 2020 09:08:34 +0000 (+0100) Subject: Don't disable phpdbg on macos X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=bfa4f8188d5e5c52a301c651def66c44adcc4b42;p=php Don't disable phpdbg on macos I'm not sure what the original issue here was, but it seems to be working fine now, so let's make sure it stays that way... --- diff --git a/azure/macos/job.yml b/azure/macos/job.yml index 39fe19268b..de22bbb2dd 100644 --- a/azure/macos/job.yml +++ b/azure/macos/job.yml @@ -21,7 +21,6 @@ jobs: ./configure ${{ parameters.configurationParameters }} \ --enable-option-checking=fatal \ --prefix=/usr/local \ - --disable-phpdbg \ --enable-fpm \ --with-pdo-mysql=mysqlnd \ --with-mysqli=mysqlnd \