[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-json \
--enable-exif \ --enable-exif \
--enable-mbstring \ --enable-mbstring \
--without-pcre-jit \
--disable-phpdbg \ --disable-phpdbg \
--disable-cgi \ --disable-cgi \
--with-pic --with-pic

View File

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