File tree Expand file tree Collapse file tree 2 files changed +3
-0
lines changed
Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -135,6 +135,7 @@ jobs:
135135 --with-config-file-path=/etc \
136136 --with-config-file-scan-dir=/etc/php.d \
137137 --with-pdo-firebird \
138+ --enable-address-sanitizer \
138139 --enable-async
139140
140141 - name : Build PHP
@@ -309,6 +310,7 @@ jobs:
309310 --enable-inifile \
310311 --with-config-file-path=/usr/local/etc \
311312 --with-config-file-scan-dir=/usr/local/etc/php.d \
313+ --enable-address-sanitizer \
312314 --enable-async
313315
314316 - name : Build PHP (macOS)
Original file line number Diff line number Diff line change @@ -134,6 +134,7 @@ jobs:
134134 --with-config-file-path=/etc \
135135 --with-config-file-scan-dir=/etc/php.d \
136136 --with-pdo-firebird \
137+ --enable-address-sanitizer \
137138 --enable-async
138139
139140 - name : Build PHP
You can’t perform that action at this time.
0 commit comments