From bfa4f8188d5e5c52a301c651def66c44adcc4b42 Mon Sep 17 00:00:00 2001 From: Nikita Popov Date: Wed, 2 Dec 2020 10:08:34 +0100 Subject: [PATCH] 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... --- azure/macos/job.yml | 1 - 1 file changed, 1 deletion(-) 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 \ -- 2.50.1