[php] Enable memory sanitizer (#3141)

This commit is contained in:
Nikita Popov 2019-12-17 15:59:42 +01:00 committed by Abhishek Arya
parent f6131a0cca
commit 3c39a19366
2 changed files with 2 additions and 0 deletions

View File

@ -37,6 +37,7 @@ export CXXFLAGS="$CXXFLAGS -fno-sanitize=object-size"
--enable-json \
--enable-exif \
--enable-mbstring \
--without-pcre-jit \
--disable-phpdbg \
--disable-cgi \
--with-pic

View File

@ -6,6 +6,7 @@ auto_ccs:
sanitizers:
- address
- undefined
- memory
architectures:
- x86_64
- i386