summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoe Watkins <krakjoe@php.net>2019-06-12 06:59:10 +0200
committerJoe Watkins <krakjoe@php.net>2019-06-12 06:59:10 +0200
commit12f1ab02eb48c1857b5d1e5d59daa5bcb30ef343 (patch)
tree889686fa872237ac13d8a9bceeef10cd15a87c81
parentb8269210d49cbf45568eafbd267b140bce3fc152 (diff)
parent8ab3e7bc0c3b7153c4d3526fb32b3552e0393141 (diff)
downloadphp-git-12f1ab02eb48c1857b5d1e5d59daa5bcb30ef343.tar.gz
Merge branch 'PHP-7.4'
* PHP-7.4: disable phpdbg on macosx, it's not well tested there and is skewing results [ci skip]
-rw-r--r--azure/macos/job.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/azure/macos/job.yml b/azure/macos/job.yml
index 7d9d649e0e..075aa27238 100644
--- a/azure/macos/job.yml
+++ b/azure/macos/job.yml
@@ -17,7 +17,7 @@ jobs:
./buildconf --force
./configure ${{ parameters.configurationParameters }} \
--prefix=/usr/local \
- --enable-phpdbg \
+ --disable-phpdbg \
--enable-fpm \
--with-pdo-mysql=mysqlnd \
--with-mysqli=mysqlnd \