]> granicus.if.org Git - php/commitdiff
Don't disable phpdbg on macos
authorNikita Popov <nikita.ppv@gmail.com>
Wed, 2 Dec 2020 09:08:34 +0000 (10:08 +0100)
committerNikita Popov <nikita.ppv@gmail.com>
Wed, 2 Dec 2020 10:04:08 +0000 (11:04 +0100)
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

index 39fe19268b9fd504bae7dade1455c56ebfb38a84..de22bbb2ddd24602aa4b46bb9a44780e68e8754d 100644 (file)
@@ -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 \