diff options
author | George Peter Banyard <george.banyard@gmail.com> | 2019-03-23 22:23:05 +0100 |
---|---|---|
committer | Peter Kokot <peterkokot@gmail.com> | 2019-03-23 23:23:21 +0100 |
commit | 6b362e063c0adbe5405c28f641bfe264a6ef3efb (patch) | |
tree | d8b4bc13fc79f6d521419742c72f8363c09558a6 /travis/compile.sh | |
parent | f63829852e5512789ba0048403864708ed782390 (diff) | |
download | php-git-6b362e063c0adbe5405c28f641bfe264a6ef3efb.tar.gz |
Remove enable-wddx from Travis compile as it WDDX has been unbundled as of PHP 7.4
Diffstat (limited to 'travis/compile.sh')
-rwxr-xr-x | travis/compile.sh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/travis/compile.sh b/travis/compile.sh index b995c27e4e..987338014e 100755 --- a/travis/compile.sh +++ b/travis/compile.sh @@ -71,7 +71,6 @@ $TS \ --enable-ftp \ --with-pspell=/usr \ --with-enchant=/usr \ ---enable-wddx \ --with-kerberos \ --enable-sysvmsg \ --enable-zend-test \ |