Skip to content

Commit

Permalink
[php] Remove --enable-json (#3899)
Browse files Browse the repository at this point in the history
JSON is now always compiled in, and cannot be explicitly enabled.
  • Loading branch information
nikic authored May 29, 2020
1 parent 2d85b58 commit 2b794d0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion projects/php/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ export CXXFLAGS="$CXXFLAGS -fno-sanitize=object-size"
--disable-all \
--enable-option-checking=fatal \
--enable-fuzzer \
--enable-json \
--enable-exif \
--enable-mbstring \
--without-pcre-jit \
Expand Down

0 comments on commit 2b794d0

Please sign in to comment.